Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions go.mod
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/btcsuite/btcd v0.21.0-beta // indirect
github.com/btcsuite/btcutil v1.0.2
github.com/dgraph-io/badger v1.6.1
github.com/ethereum/go-ethereum v1.9.25
github.com/ethereum/go-ethereum v1.10.17
github.com/gookit/validate v1.2.8
github.com/labstack/echo/v4 v4.3.0
github.com/lithammer/shortuuid/v3 v3.0.7 // indirect
Expand All @@ -16,7 +16,6 @@ require (
github.com/near/borsh-go v0.3.0
github.com/novifinancial/serde-reflection/serde-generate/runtime/golang v0.0.0-20210311194640-4c3416aad7d0
github.com/portto/solana-go-sdk v0.0.0-20210521084441-878620557359
github.com/stretchr/testify v1.7.0 // indirect
github.com/tendermint/tendermint v0.33.4
github.com/tyler-smith/go-bip39 v1.1.0 // indirect
github.com/urfave/cli/v2 v2.3.0
Expand Down
Loading