// Copyright SecureKey Technologies Inc. All Rights Reserved. // // SPDX-License-Identifier: Apache-2.0 module github.com/hyperledger/fabric-sdk-go require ( github.com/Knetic/govaluate v3.0.0+incompatible github.com/VividCortex/gohistogram v1.0.0 // indirect github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect github.com/cloudflare/cfssl v0.0.0-20180223231731-4e2dcbde5004 github.com/davecgh/go-spew v1.1.1 // indirect github.com/go-kit/kit v0.8.0 github.com/go-logfmt/logfmt v0.4.0 // indirect github.com/go-stack/stack v1.8.0 // indirect github.com/gogo/protobuf v1.1.1 github.com/golang/mock v1.2.0 github.com/golang/protobuf v1.3.2 github.com/google/certificate-transparency-go v0.0.0-20180222191210-5ab67e519c93 // indirect github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce // indirect github.com/hyperledger/fabric-lib-go v1.0.0 github.com/hyperledger/fabric-protos-go v0.0.0-20190821180310-6b6ac9042dfd github.com/kr/pretty v0.1.0 // indirect github.com/magiconair/properties v1.7.6 // indirect github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect github.com/miekg/pkcs11 v0.0.0-20190329070431-55f3fac3af27 github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238 github.com/onsi/gomega v1.4.2 // indirect github.com/pelletier/go-toml v1.1.0 // indirect github.com/pkg/errors v0.8.1 github.com/prometheus/client_golang v0.8.0 github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 // indirect github.com/prometheus/common v0.0.0-20180518154759-7600349dcfe1 // indirect github.com/prometheus/procfs v0.0.0-20180705121852-ae68e2d4c00f // indirect github.com/spf13/afero v1.1.0 // indirect github.com/spf13/cast v1.2.0 github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec // indirect github.com/spf13/pflag v1.0.1 // indirect github.com/spf13/viper v1.0.2 github.com/stretchr/testify v1.3.0 golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 golang.org/x/net v0.0.0-20190311183353-d8887717615a google.golang.org/genproto v0.0.0-20190327125643-d831d65fe17d // indirect google.golang.org/grpc v1.23.0 gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/yaml.v2 v2.2.1 ) go 1.13