-
- Downloads
Update go modules
... | @@ -9,8 +9,9 @@ require ( | ... | @@ -9,8 +9,9 @@ require ( |
github.com/ethereum/go-ethereum v1.8.27 | github.com/ethereum/go-ethereum v1.8.27 | ||
github.com/gdamore/tcell v1.1.2 | github.com/gdamore/tcell v1.1.2 | ||
github.com/go-zeromq/zmq4 v0.4.0 | github.com/go-zeromq/zmq4 v0.4.0 | ||
github.com/golang/protobuf v1.3.1 | github.com/golang/protobuf v1.3.1 // indirect | ||
github.com/google/open-location-code/go v0.0.0-20190603181809-cf814bded323 | github.com/google/open-location-code/go v0.0.0-20190603181809-cf814bded323 | ||
github.com/gorilla/websocket v1.4.0 | |||
github.com/iotaledger/iota.go v1.0.0-beta.7 | github.com/iotaledger/iota.go v1.0.0-beta.7 | ||
github.com/labstack/echo v3.3.10+incompatible | github.com/labstack/echo v3.3.10+incompatible | ||
github.com/labstack/gommon v0.2.9 // indirect | github.com/labstack/gommon v0.2.9 // indirect | ||
... | ... |
Please register or sign in to comment