Skip to content

Commit

Permalink
fix: goleveldb version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrinivas8687 committed Mar 1, 2024
1 parent e712589 commit aa69b29
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 46 deletions.
7 changes: 7 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,10 @@ require (
pgregory.net/rapid v1.1.0 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
)

replace (
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
golang.org/x/exp => golang.org/x/exp v0.0.0-20230711153332-06a737ee72cb
pgregory.net/rapid => pgregory.net/rapid v0.5.5
)

0 comments on commit aa69b29

Please sign in to comment.