Skip to content
Snippets Groups Projects
Commit 2c2ceb16 authored by Samuelle MOLLARD's avatar Samuelle MOLLARD
Browse files

modified: go.mod

	modified:   plugins/core.go
parent bd602472
No related branches found
No related tags found
1 merge request!1V data collection
module github.com/iotaledger/goshimmer
module gitlab.imt-atlantique.fr/iota-imt/goshimmer
go 1.14
replace github.com/iotaledger/goshimmer => gitlab.imt-atlantique.fr/iota-imt/goshimmer v0.0.0-20201130132642-bd6024726964
require (
gitlab.imt-atlantique.fr/iota-imt/goshimmer v0.0.0-20201130132642-bd6024726964
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/beevik/ntp v0.3.0
github.com/dgraph-io/badger/v2 v2.0.3
......
......@@ -23,7 +23,7 @@ import (
"github.com/iotaledger/goshimmer/plugins/syncbeacon"
"github.com/iotaledger/goshimmer/plugins/syncbeaconfollower"
"github.com/iotaledger/hive.go/node"
"goshimmer/plugins/tutorial"
"gitlab.imt-atlantique.fr/iota-imt/goshimmer/plugins/tutorial"
)
// Core contains the core plugins of a GoShimmer node.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment