-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
28 lines (25 loc) · 1.13 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
module github.com/Akachain/akc-go-sdk
go 1.13
replace github.com/satori/go.uuid v1.2.0 => github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
require (
github.com/Knetic/govaluate v3.0.0+incompatible // indirect
github.com/fsouza/go-dockerclient v1.6.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 // indirect
github.com/hyperledger/fabric v1.4.4
github.com/hyperledger/fabric-amcl v0.0.0-20191220121445-72160e2d5195 // indirect
github.com/hyperledger/fabric-lib-go v1.0.0 // indirect
github.com/miekg/pkcs11 v1.0.3 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/satori/go.uuid v1.2.0
github.com/spf13/cobra v0.0.5 // indirect
github.com/spf13/viper v1.3.2
github.com/stretchr/testify v1.4.0
github.com/sykesm/zap-logfmt v0.0.3 // indirect
github.com/syndtr/goleveldb v1.0.0 // indirect
github.com/tedsuo/ifrit v0.0.0-20180802180643-bea94bb476cc // indirect
github.com/willf/bitset v1.1.10 // indirect
go.uber.org/zap v1.13.0 // indirect
golang.org/x/tools/gopls v0.1.3 // indirect
google.golang.org/grpc v1.26.0 // indirect
)