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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/Azure/azure-sdk-for-go v55.0.0+incompatible
github.com/Azure/go-autorest/autorest v0.11.18 // indirect
github.com/ethereum/go-ethereum v1.9.22
github.com/gin-gonic/gin v1.7.0
github.com/gin-gonic/gin v1.9.0
github.com/golang-migrate/migrate v3.5.4+incompatible
github.com/herumi/bls-eth-go-binary v0.0.0-20210102080045-a126987eca2b
github.com/jinzhu/gorm v1.9.16
Expand All @@ -26,5 +26,5 @@ require (
github.com/tklauser/go-sysconf v0.3.9 // indirect
github.com/tyler-smith/go-bip32 v1.0.0
github.com/tyler-smith/go-bip39 v1.1.0
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/crypto v0.5.0
)
Loading