Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating dependency packages & updated protobuf packages #8

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $ go test

You can terminate and remove the network by run `stop.sh` script.
```bash
(change dicrectory to root)
(change directory to root)
$ ./examples/ping/stop.sh
```

Expand Down
2 changes: 1 addition & 1 deletion THIRDPARTY
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ go-logging,"BSD 3-clause ""New"" or ""Revised"" License",http://github.com/op/go
go-toml,MIT License,http://github.com/pelletier/go-toml/
go-windows-terminal-sequences,MIT License,https://github.com/konsorten/go-windows-terminal-sequences
golang-crypto,"BSD 3-clause ""New"" or ""Revised"" License",http://github.com/golang/crypto/
golang-protobuf,"BSD 3-clause ""New"" or ""Revised"" License",https://github.com/golang/protobuf
golang-protobuf,"BSD 3-clause ""New"" or ""Revised"" License",https://google.golang.org/protobuf
golang-mock,Apache License 2.0,http://github.com/golang/mock/
Gotty,"BSD 2-clause ""Simplified"" License",https://github.com/ijc/Gotty
grpc-go,Apache License 2.0,https://github.com/grpc/grpc-go
Expand Down
54 changes: 13 additions & 41 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,74 +1,46 @@
module github.com/nexledger/accelerator

go 1.12
go 1.16

require (
cloud.google.com/go v0.37.1 // indirect
github.com/GoogleCloudPlatform/cloudsql-proxy v0.0.0-20190312192040-a2a65ffce834 // indirect
github.com/Knetic/govaluate v3.0.0+incompatible // indirect
github.com/Microsoft/go-winio v0.4.12 // indirect
github.com/Shopify/sarama v1.21.0 // indirect
github.com/aclements/go-gg v0.0.0-20170323211221-abd1f791f5ee // indirect
github.com/aclements/go-moremath v0.0.0-20180329182055-b1aff36309c7 // indirect
github.com/VividCortex/gohistogram v1.0.0 // indirect
github.com/cloudflare/cfssl v0.0.0-20181213083726-b94e044bb51e // indirect
github.com/coreos/etcd v3.3.12+incompatible // indirect
github.com/coreos/go-systemd v0.0.0-20190318101727-c7c1946145b6 // indirect
github.com/fsouza/go-dockerclient v1.3.6 // indirect
github.com/gliderlabs/ssh v0.1.3 // indirect
github.com/go-logfmt/logfmt v0.4.0 // indirect
github.com/gogo/protobuf v1.2.1 // indirect
github.com/golang/mock v1.2.0
github.com/golang/protobuf v1.3.1
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/google/certificate-transparency-go v1.0.21 // indirect
github.com/google/pprof v0.0.0-20190309163659-77426154d546 // indirect
github.com/googleapis/gax-go v2.0.2+incompatible // indirect
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.8.5 // indirect
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/hashicorp/go-version v1.4.0 // indirect
github.com/hyperledger/fabric v1.4.0
github.com/hyperledger/fabric-amcl v0.0.0-20181230093703-5ccba6eab8d6 // indirect
github.com/hyperledger/fabric-lib-go v1.0.0 // indirect
github.com/hyperledger/fabric-sdk-go v1.0.0-alpha4.0.20190306235112-f198238ee7da
github.com/kisielk/errcheck v1.2.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kr/pty v1.1.4 // indirect
github.com/mattn/go-sqlite3 v1.10.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/miekg/pkcs11 v0.0.0-20190225171305-6120d95c0e95 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 // indirect
github.com/openzipkin/zipkin-go v0.1.6 // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829 // indirect
github.com/prometheus/procfs v0.0.0-20190315082738-e56f2e22fc76 // indirect
github.com/rogpeppe/fastuuid v1.0.0 // indirect
github.com/sirupsen/logrus v1.4.0 // indirect
github.com/spf13/afero v1.2.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.3.2 // indirect
github.com/stretchr/testify v1.3.0
github.com/ugorji/go/codec v0.0.0-20190316192920-e2bddce071ad // indirect
github.com/stretchr/testify v1.7.0
go.uber.org/atomic v1.3.2 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.9.1
go4.org v0.0.0-20190313082347-94abd6928b1d // indirect
golang.org/x/build v0.0.0-20190318175950-3f24812763a4 // indirect
golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a // indirect
golang.org/x/exp v0.0.0-20190316020145-860388717186 // indirect
golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 // indirect
golang.org/x/mobile v0.0.0-20190318164015-6bd122906c08 // indirect
golang.org/x/net v0.0.0-20190318221613-d196dffd7c2b
golang.org/x/perf v0.0.0-20190312170614-0655857e383f // indirect
golang.org/x/sys v0.0.0-20190318195719-6c81ef8f67ca // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
golang.org/x/tools v0.0.0-20190318200714-bb1270c20edf // indirect
google.golang.org/grpc v1.19.0
gopkg.in/yaml.v2 v2.2.2
honnef.co/go/tools v0.0.0-20190319011948-d116c56a00f3 // indirect
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 // indirect
google.golang.org/grpc v1.44.0
google.golang.org/protobuf v1.27.1
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.3
)

replace github.com/golang/lint => golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3

replace github.com/davecgh/go-spew => github.com/yoondo/go-spew v1.1.1-0.20180221232628-8991bc29aa16
Loading