Skip to content
Closed
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
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ require (
github.com/btcsuite/btcd v0.20.1-beta
github.com/btcsuite/btcutil v1.0.2
github.com/cmars/basen v0.0.0-20150613233007-fe3947df716e // indirect
github.com/ethereum/go-ethereum v1.9.14
github.com/ethereum/go-ethereum v1.9.25
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
github.com/gin-gonic/gin v1.6.3
github.com/go-ini/ini v1.56.0
github.com/golang/protobuf v1.4.0
github.com/golang/protobuf v1.4.2
github.com/gorilla/websocket v1.4.2
github.com/happierall/l v0.0.0-20190729144513-5eb32176fb02
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
Expand Down Expand Up @@ -46,6 +46,5 @@ require (
golang.org/x/tools v0.0.0-20201023174141-c8cfbd0f21e6 // indirect
google.golang.org/grpc v1.31.1
gopkg.in/ini.v1 v1.56.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)
Loading