-
- Downloads
Feat: Pushed updates related to changes in the hive.go (#314)
Showing
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 2 additions, 2 deletionsgo.sum
- packages/binary/messagelayer/message/message.go 6 additions, 2 deletionspackages/binary/messagelayer/message/message.go
- packages/gossip/neighbor_test.go 1 addition, 1 deletionpackages/gossip/neighbor_test.go
- plugins/autopeering/autopeering.go 1 addition, 1 deletionplugins/autopeering/autopeering.go
... | ... | @@ -10,7 +10,7 @@ require ( |
github.com/googollee/go-engine.io v1.4.3-0.20190924125625-798118fc0dd2 | ||
github.com/googollee/go-socket.io v1.4.3-0.20191204093753-683f8725b6d0 | ||
github.com/gorilla/websocket v1.4.1 | ||
github.com/iotaledger/hive.go v0.0.0-20200326163241-4aa5b4d3b5b0 | ||
github.com/iotaledger/hive.go v0.0.0-20200328153852-4d06dcf6bf29 | ||
github.com/iotaledger/iota.go v1.0.0-beta.14 | ||
github.com/labstack/echo v3.3.10+incompatible | ||
github.com/labstack/gommon v0.3.0 // indirect | ||
... | ... |
Please register or sign in to comment