-
- Downloads
Feat: updated to latest hive.go (#463)
* Feat: updated to latest hive.go
* Fix: fixed bugs related to api change
* Feat: bump integration tests
Co-authored-by:
Hans Moog <hm@mkjc.net>
Showing
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 2 additions, 2 deletionsgo.sum
- plugins/cli/plugin.go 2 additions, 2 deletionsplugins/cli/plugin.go
- plugins/webapi/info/plugin.go 4 additions, 4 deletionsplugins/webapi/info/plugin.go
- tools/integration-tests/tester/go.mod 1 addition, 1 deletiontools/integration-tests/tester/go.mod
- tools/integration-tests/tester/go.sum 2 additions, 2 deletionstools/integration-tests/tester/go.sum
... | @@ -11,7 +11,7 @@ require ( | ... | @@ -11,7 +11,7 @@ require ( |
github.com/gobuffalo/packr/v2 v2.7.1 | github.com/gobuffalo/packr/v2 v2.7.1 | ||
github.com/golang/protobuf v1.3.5 | github.com/golang/protobuf v1.3.5 | ||
github.com/gorilla/websocket v1.4.1 | github.com/gorilla/websocket v1.4.1 | ||
github.com/iotaledger/hive.go v0.0.0-20200608165853-97365812038c | github.com/iotaledger/hive.go v0.0.0-20200610104211-d603429af242 | ||
github.com/iotaledger/iota.go v1.0.0-beta.14 | github.com/iotaledger/iota.go v1.0.0-beta.14 | ||
github.com/labstack/echo v3.3.10+incompatible | github.com/labstack/echo v3.3.10+incompatible | ||
github.com/labstack/gommon v0.3.0 | github.com/labstack/gommon v0.3.0 | ||
... | ... |
Please register or sign in to comment