-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
30 lines (28 loc) · 1.37 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module github.com/kchristidis/island
go 1.13
require (
github.com/Shopify/sarama v1.24.1 // indirect
github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5 // indirect
github.com/fsouza/go-dockerclient v1.6.0 // indirect
github.com/golang/protobuf v1.3.2
github.com/google/certificate-transparency-go v1.0.10-0.20180222191210-5ab67e519c93 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 // indirect
github.com/hashicorp/go-version v1.2.0 // indirect
github.com/hyperledger/fabric v1.4.4
github.com/hyperledger/fabric-amcl v0.0.0-20191220121445-72160e2d5195 // indirect
github.com/hyperledger/fabric-protos-go v0.0.0-20190821180310-6b6ac9042dfd
github.com/hyperledger/fabric-sdk-go v1.0.0-beta1
github.com/klauspost/cpuid v1.2.2 // indirect
github.com/magiconair/properties v1.8.0 // indirect
github.com/maxbrunsfeld/counterfeiter/v6 v6.2.2
github.com/miekg/pkcs11 v1.0.3 // indirect
github.com/mitchellh/mapstructure v0.0.0-20180511142126-bb74f1db0675 // indirect
github.com/onsi/gomega v1.5.0
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 // indirect
github.com/pelletier/go-toml v1.2.0 // indirect
github.com/spf13/afero v1.1.1 // indirect
github.com/spf13/viper v1.0.3-0.20180507071007-15738813a09d // indirect
github.com/stretchr/testify v1.4.0
github.com/sykesm/zap-logfmt v0.0.3 // indirect
go.uber.org/zap v1.13.0 // indirect
)