-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
19 lines (17 loc) · 711 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/ale-linux/encshim
go 1.13
require (
github.com/golang/protobuf v1.3.3
github.com/hyperledger/fabric v2.1.1+incompatible
github.com/hyperledger/fabric-chaincode-go v0.0.0-20200511190512-bcfeb58dd83a
github.com/hyperledger/fabric-protos-go v0.0.0-20190919234611-2a87503ac7c9
github.com/miekg/pkcs11 v1.0.3 // indirect
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/pkg/errors v0.9.1
github.com/spf13/viper v1.7.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/sykesm/zap-logfmt v0.0.3 // indirect
go.uber.org/zap v1.15.0 // indirect
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
google.golang.org/grpc v1.29.1 // indirect
)