Skip to content

Commit

Permalink
Merge pull request #29 from Akachain/feature-dbhandler
Browse files Browse the repository at this point in the history
update go module version
  • Loading branch information
eledra89 authored Dec 23, 2019
2 parents d11bbd5 + e0afaba commit 5cc8c8f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions common/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
module github.com/Akachain/akc-go-sdk/common

go 1.12

require (
github.com/Knetic/govaluate v3.0.0+incompatible // indirect
github.com/Shopify/sarama v1.24.1 // indirect
github.com/fsouza/go-dockerclient v1.6.0 // 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/klauspost/cpuid v1.2.2 // indirect
github.com/miekg/pkcs11 v1.0.3 // indirect
github.com/onsi/ginkgo v1.11.0 // indirect
github.com/onsi/gomega v1.8.1 // indirect
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 // indirect
github.com/spf13/viper v1.6.1 // indirect
github.com/sykesm/zap-logfmt v0.0.3 // indirect
go.uber.org/zap v1.13.0 // indirect
golang.org/x/crypto v0.0.0-20191219195013-becbf705a915 // indirect
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
google.golang.org/grpc v1.26.0 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
)

0 comments on commit 5cc8c8f

Please sign in to comment.