@@ -11,25 +11,31 @@ replace github.com/cosmos/cosmos-sdk => github.com/dfinance/cosmos-sdk v0.39.2-0
1111// Fix of OS X hostmachine test runs
1212// Source: https://github.com/ory/dockertest/issues/208
1313replace (
14- golang.org/x/sys => golang.org/x/sys v0.0.0-20200826173525-f9321e4c35a6
1514 github.com/keybase/go-keychain => github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4
15+ golang.org/x/sys => golang.org/x/sys v0.0.0-20200826173525-f9321e4c35a6
1616)
1717
1818require (
1919 github.com/99designs/keyring v1.1.6
2020 github.com/OneOfOne/xxhash v1.2.7
2121 github.com/atlassian/go-sentry-api v0.0.0-20200117001222-a9ccec16c98b
22+ github.com/containerd/containerd v1.3.3 // indirect
23+ github.com/containerd/continuity v0.0.0-20200228182428-0f16d7a0959c // indirect
2224 github.com/cosmos/cosmos-sdk v0.0.1
23- github.com/dfinance/dvm-proto/go v0.0.0-20201007122036-27be7297df4e
25+ github.com/dfinance/dvm-proto/go v0.0.0-20201101152441-59dc05d5febd
2426 github.com/dfinance/glav v0.0.0-20200814081332-c4701f6c12a6
2527 github.com/dfinance/lcs v0.1.7-big
26- github.com/fsouza/go-dockerclient v1.6.6-0.20200910033347-214a51d9a1e5
28+ github.com/fsouza/go-dockerclient v1.6.3
2729 github.com/getsentry/sentry-go v0.5.1
2830 github.com/ghodss/yaml v1.0.0
31+ github.com/go-openapi/spec v0.19.9 // indirect
32+ github.com/go-openapi/swag v0.19.9 // indirect
2933 github.com/gogo/protobuf v1.3.1
3034 github.com/gorilla/handlers v1.4.2
31- github.com/gorilla/mux v1.8.0
35+ github.com/gorilla/mux v1.7.4
3236 github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
37+ github.com/mailru/easyjson v0.7.6 // indirect
38+ github.com/morikuni/aec v1.0.0 // indirect
3339 github.com/olekukonko/tablewriter v0.0.4
3440 github.com/pelletier/go-toml v1.6.0
3541 github.com/pkg/errors v0.9.1
@@ -45,6 +51,7 @@ require (
4551 github.com/tendermint/go-amino v0.15.1
4652 github.com/tendermint/tendermint v0.33.7
4753 github.com/tendermint/tm-db v0.5.1
54+ golang.org/x/tools v0.0.0-20201013053347-2db1cd791039 // indirect
4855 google.golang.org/grpc v1.30.0
4956 google.golang.org/protobuf v1.24.0 // indirect
5057 k8s.io/apimachinery v0.18.6 // indirect
0 commit comments