Skip to content
Snippets Groups Projects
Commit 1e50784e authored by Wolfgang Welz's avatar Wolfgang Welz
Browse files

Merge branch 'master' into feat/next-version

parents 8b208392 70d9ccc5
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ require (
github.com/google/open-location-code/go v0.0.0-20190903173953-119bc96a3a51
github.com/gorilla/websocket v1.4.1
github.com/iotaledger/autopeering-sim v0.0.0-20191206234543-6bc473d306a9
github.com/iotaledger/hive.go v0.0.0-20191219085244-317ae9a463c7
github.com/iotaledger/hive.go v0.0.0-20191229233341-c3732738ee20
github.com/iotaledger/iota.go v1.0.0-beta.10
github.com/labstack/echo v3.3.10+incompatible
github.com/lucasb-eyer/go-colorful v1.0.3 // indirect
......
......@@ -95,8 +95,8 @@ github.com/iotaledger/autopeering-sim v0.0.0-20191206234543-6bc473d306a9 h1:JHAe
github.com/iotaledger/autopeering-sim v0.0.0-20191206234543-6bc473d306a9/go.mod h1:JiaqaxLkQVnd8e/sya9y/LlRW56WlRKRl2TQXQCVssI=
github.com/iotaledger/goshimmer v0.0.0-20191113134331-c2d1b2f9d533/go.mod h1:7vYiofXphp9+PkgVAEM0pvw3aoi4ksrZ7lrEgX50XHs=
github.com/iotaledger/hive.go v0.0.0-20191118130432-89eebe8fe8eb/go.mod h1:1Thhlil4lHzuy53EVvmEbEvWBFY0Tasp4kCBfxBCPIk=
github.com/iotaledger/hive.go v0.0.0-20191219085244-317ae9a463c7 h1:2NG/9r2K4c6o+yTuqCNg+HhGb8FJ79YFm5hqInlB0Hc=
github.com/iotaledger/hive.go v0.0.0-20191219085244-317ae9a463c7/go.mod h1:7iqun29a1x0lymTrn0UJ3Z/yy0sUzUpoOZ1OYMrYN20=
github.com/iotaledger/hive.go v0.0.0-20191229233341-c3732738ee20 h1:ZIJAeQSEdmVbmZNIW2198IwD23+wBteb4WE4pyjxk+c=
github.com/iotaledger/hive.go v0.0.0-20191229233341-c3732738ee20/go.mod h1:7iqun29a1x0lymTrn0UJ3Z/yy0sUzUpoOZ1OYMrYN20=
github.com/iotaledger/iota.go v1.0.0-beta.7/go.mod h1:dMps6iMVU1pf5NDYNKIw4tRsPeC8W3ZWjOvYHOO1PMg=
github.com/iotaledger/iota.go v1.0.0-beta.9/go.mod h1:F6WBmYd98mVjAmmPVYhnxg8NNIWCjjH8VWT9qvv3Rc8=
github.com/iotaledger/iota.go v1.0.0-beta.10 h1:PBRWEcBSw0UO7zqEHJLrHOUbjJj1eldlERzOyka/GJo=
......
......@@ -25,11 +25,11 @@ func onAddPlugin(name string, status int) {
func init() {
for name, status := range parameter.GetPlugins() {
for name, status := range node.GetPlugins() {
onAddPlugin(name, status)
}
parameter.Events.AddPlugin.Attach(events.NewClosure(onAddPlugin))
node.Events.AddPlugin.Attach(events.NewClosure(onAddPlugin))
flag.Usage = printUsage
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment