-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from Akachain/release-1.0.8
Release 1.0.8
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
) |