Skip to content

Commit

Permalink
clean up go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn committed May 18, 2022
1 parent 932e9b6 commit 003b28c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ require (
gopkg.in/yaml.v2 v2.4.0
)

require (
github.com/cosmos/gorocksdb v1.2.0 // indirect
github.com/pelletier/go-toml/v2 v2.0.0-beta.8 // indirect
)

require (
4d63.com/gochecknoglobals v0.1.0 // indirect
filippo.io/edwards25519 v1.0.0-beta.2 // indirect
Expand Down Expand Up @@ -74,6 +69,7 @@ require (
github.com/confio/ics23/go v0.7.0 // indirect
github.com/containerd/continuity v0.2.1 // indirect
github.com/cosmos/btcutil v1.0.4 // indirect
github.com/cosmos/gorocksdb v1.2.0 // indirect
github.com/cosmos/ledger-cosmos-go v0.11.1 // indirect
github.com/cosmos/ledger-go v0.9.2 // indirect
github.com/daixiang0/gci v0.3.3 // indirect
Expand Down Expand Up @@ -193,6 +189,7 @@ require (
github.com/opencontainers/runc v1.0.3 // indirect
github.com/ory/dockertest/v3 v3.8.1
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/pelletier/go-toml/v2 v2.0.0-beta.8 // indirect
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
Expand Down

0 comments on commit 003b28c

Please sign in to comment.