gitee.com/Mydawng/fabric-ca@v2.0.0-alpha.0.20201214145411-9ea68369cb61+incompatible/vendor.mod (about)

     1  module github.com/hyperledger/fabric-ca
     2  
     3  go 1.15
     4  
     5  require (
     6  	github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible
     7  	github.com/Microsoft/go-winio v0.4.15 // indirect
     8  	github.com/VividCortex/gohistogram v1.0.0 // indirect
     9  	github.com/beorn7/perks v1.0.1 // indirect
    10  	github.com/cloudflare/cfssl v1.4.1
    11  	github.com/docker/distribution v2.7.1+incompatible // indirect
    12  	github.com/docker/docker v1.13.1
    13  	github.com/docker/go-connections v0.4.0
    14  	github.com/docker/go-units v0.4.0 // indirect
    15  	github.com/felixge/httpsnoop v1.0.1
    16  	github.com/go-kit/kit v0.7.0
    17  	github.com/go-logfmt/logfmt v0.5.0 // indirect
    18  	github.com/go-sql-driver/mysql v1.5.0
    19  	github.com/go-stack/stack v1.8.0 // indirect
    20  	github.com/golang/protobuf v1.4.3
    21  	github.com/gorilla/handlers v1.5.1
    22  	github.com/gorilla/mux v1.8.0
    23  	github.com/grantae/certinfo v0.0.0-20170412194111-59d56a35515b
    24  	github.com/hyperledger/fabric v1.4.9
    25  	github.com/hyperledger/fabric-amcl v0.0.0-20200424173818-327c9e2cf77a
    26  	github.com/hyperledger/fabric-lib-go v1.0.0
    27  	github.com/jmoiron/sqlx v1.2.0
    28  	github.com/kisielk/sqlstruct v0.0.0-20201105191214-5f3e10d3ab46
    29  	github.com/lib/pq v1.8.0
    30  	github.com/magiconair/properties v1.8.1 // indirect
    31  	github.com/mattn/go-sqlite3 v1.14.5
    32  	github.com/miekg/pkcs11 v1.0.3 // indirect
    33  	github.com/mitchellh/mapstructure v1.3.3
    34  	github.com/onsi/ginkgo v1.14.2
    35  	github.com/onsi/gomega v1.10.3
    36  	github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
    37  	github.com/opencontainers/go-digest v1.0.0 // indirect
    38  	github.com/pkg/errors v0.9.1
    39  	github.com/pkg/profile v1.5.0
    40  	github.com/prometheus/client_golang v0.9.2
    41  	github.com/prometheus/client_model v0.2.0 // indirect
    42  	github.com/prometheus/procfs v0.2.0 // indirect
    43  	github.com/spf13/cast v1.3.1
    44  	github.com/spf13/cobra v0.0.5
    45  	github.com/spf13/pflag v1.0.5
    46  	github.com/spf13/viper v1.3.2
    47  	github.com/stretchr/testify v1.6.1
    48  	github.com/sykesm/zap-logfmt v0.0.4 // indirect
    49  	github.com/tedsuo/ifrit v0.0.0-20191009134036-9a97d0632f00
    50  	go.uber.org/zap v1.13.0 // indirect
    51  	golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9
    52  	golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211 // indirect
    53  	golang.org/x/tools v0.0.0-20200103221440-774c71fcf114 // indirect
    54  	google.golang.org/grpc v1.26.0 // indirect
    55  	gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
    56  	gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
    57  	gopkg.in/ldap.v2 v2.5.1
    58  	gopkg.in/yaml.v2 v2.3.0
    59  )