Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed May 2, 2024
1 parent 65aa4f3 commit 1c90051
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ require (
google.golang.org/grpc v1.62.0
)

require golang.org/x/sync v0.6.0 // indirect

require (
cosmossdk.io/api v0.7.3 // indirect
cosmossdk.io/depinject v1.0.0-alpha.4 // indirect
Expand Down Expand Up @@ -144,6 +142,7 @@ require (
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/term v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
Expand Down
1 change: 0 additions & 1 deletion submodules/block/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,4 @@ replace (
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
)

// initia custom
replace github.com/initia-labs/kvindexer => ../../
1 change: 0 additions & 1 deletion submodules/move-nft/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -179,5 +179,4 @@ replace (
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
)

// initia custom
replace github.com/initia-labs/kvindexer => ../../
1 change: 0 additions & 1 deletion submodules/move-pair/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,4 @@ replace (
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
)

// initia custom
replace github.com/initia-labs/kvindexer => ../../
1 change: 0 additions & 1 deletion submodules/tx/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,4 @@ replace (
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
)

// initia custom
replace github.com/initia-labs/kvindexer => ../../
1 change: 0 additions & 1 deletion submodules/wasm-nft/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,4 @@ replace (
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
)

// initia custom
replace github.com/initia-labs/kvindexer => ../../
1 change: 0 additions & 1 deletion submodules/wasm-pair/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,4 @@ replace (
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
)

// initia custom
replace github.com/initia-labs/kvindexer => ../../

0 comments on commit 1c90051

Please sign in to comment.