Skip to content

Commit

Permalink
[Release v0.7] [DFI-908,DFI-910] Cosmos SDK version fix, Swagger upda…
Browse files Browse the repository at this point in the history
…te (#227) (#233)

* [DFI-908,DFI-910] Cosmos SDK version fix, Swagger update

* go mod tidy

* Switched CSDK to v0.39.1-0.2 which has no appHash changes

pump version

Co-authored-by: Mikhail Kornilov <[email protected]>
  • Loading branch information
g3co and Mikhail Kornilov authored Mar 16, 2021
1 parent aba1583 commit 7121d09
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 5 deletions.
8 changes: 7 additions & 1 deletion cmd/dncli/docs/swagger.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 11 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,31 @@ replace github.com/cosmos/cosmos-sdk => github.com/dfinance/cosmos-sdk v0.39.2-0
// Fix of OS X hostmachine test runs
// Source: https://github.com/ory/dockertest/issues/208
replace (
golang.org/x/sys => golang.org/x/sys v0.0.0-20200826173525-f9321e4c35a6
github.com/keybase/go-keychain => github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4
golang.org/x/sys => golang.org/x/sys v0.0.0-20200826173525-f9321e4c35a6
)

require (
github.com/99designs/keyring v1.1.6
github.com/OneOfOne/xxhash v1.2.7
github.com/atlassian/go-sentry-api v0.0.0-20200117001222-a9ccec16c98b
github.com/containerd/containerd v1.3.3 // indirect
github.com/containerd/continuity v0.0.0-20200228182428-0f16d7a0959c // indirect
github.com/cosmos/cosmos-sdk v0.0.1
github.com/dfinance/dvm-proto/go v0.0.0-20201007122036-27be7297df4e
github.com/dfinance/dvm-proto/go v0.0.0-20201101152441-59dc05d5febd
github.com/dfinance/glav v0.0.0-20200814081332-c4701f6c12a6
github.com/dfinance/lcs v0.1.7-big
github.com/fsouza/go-dockerclient v1.6.6-0.20200910033347-214a51d9a1e5
github.com/fsouza/go-dockerclient v1.6.3
github.com/getsentry/sentry-go v0.5.1
github.com/ghodss/yaml v1.0.0
github.com/go-openapi/spec v0.19.9 // indirect
github.com/go-openapi/swag v0.19.9 // indirect
github.com/gogo/protobuf v1.3.1
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.8.0
github.com/gorilla/mux v1.7.4
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/mailru/easyjson v0.7.6 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/olekukonko/tablewriter v0.0.4
github.com/pelletier/go-toml v1.6.0
github.com/pkg/errors v0.9.1
Expand All @@ -45,6 +51,7 @@ require (
github.com/tendermint/go-amino v0.15.1
github.com/tendermint/tendermint v0.33.7
github.com/tendermint/tm-db v0.5.1
golang.org/x/tools v0.0.0-20201013053347-2db1cd791039 // indirect
google.golang.org/grpc v1.30.0
google.golang.org/protobuf v1.24.0 // indirect
k8s.io/apimachinery v0.18.6 // indirect
Expand Down
Loading

0 comments on commit 7121d09

Please sign in to comment.