Merge branch 'feat/next-version' into feat/glumb
No related branches found
No related tags found
Showing
- config.json 1 addition, 2 deletionsconfig.json
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 2 additions, 2 deletionsgo.sum
- plugins/autopeering/autopeering.go 4 additions, 1 deletionplugins/autopeering/autopeering.go
- plugins/autopeering/parameters.go 0 additions, 2 deletionsplugins/autopeering/parameters.go
... | @@ -13,7 +13,7 @@ require ( | ... | @@ -13,7 +13,7 @@ require ( |
github.com/googollee/go-engine.io v1.4.3-0.20190924125625-798118fc0dd2 | 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/googollee/go-socket.io v1.4.3-0.20191204093753-683f8725b6d0 | ||
github.com/gorilla/websocket v1.4.1 | github.com/gorilla/websocket v1.4.1 | ||
github.com/iotaledger/hive.go v0.0.0-20200109143501-f876e7457f15 | github.com/iotaledger/hive.go v0.0.0-20200110132858-ea86cdb9d91e | ||
github.com/iotaledger/iota.go v1.0.0-beta.13 | github.com/iotaledger/iota.go v1.0.0-beta.13 | ||
github.com/labstack/echo v3.3.10+incompatible | github.com/labstack/echo v3.3.10+incompatible | ||
github.com/labstack/gommon v0.3.0 // indirect | github.com/labstack/gommon v0.3.0 // indirect | ||
... | ... |
Please register or sign in to comment