Commit 00e696ad authored by tavit ohanian's avatar tavit ohanian

adjust to change in p2p dependency

parent 6ef8ebe4
Pipeline #386 passed with stages
in 22 seconds
...@@ -3,20 +3,9 @@ module example.com/hello-libp2p ...@@ -3,20 +3,9 @@ module example.com/hello-libp2p
go 1.15 go 1.15
require ( require (
4d63.com/gochecknoinits v0.0.0-20200108094044-eb73b47b9fc4 // indirect
github.com/alecthomas/gocyclo v0.0.0-20150208221726-aa8f8b160214 // indirect
github.com/gordonklaus/ineffassign v0.0.0-20210225214923-2e10b2664254 // indirect
github.com/jgautheron/goconst v1.4.0 // indirect
github.com/libp2p/go-libp2p-core v0.8.4 github.com/libp2p/go-libp2p-core v0.8.4
github.com/mdempsky/maligned v0.0.0-20210215075342-f0178ee82032 // indirect
github.com/mdempsky/unconvert v0.0.0-20200228143138-95ecdbfc0b5f // indirect
github.com/mibk/dupl v1.0.0 // indirect
github.com/multiformats/go-multiaddr v0.3.1 github.com/multiformats/go-multiaddr v0.3.1
github.com/opennota/check v0.0.0-20180911053232-0c771f5545ff // indirect gitlab.dms3.io/p2p/go-p2p v0.0.3
github.com/securego/gosec v0.0.0-20200401082031-e946c8c39989 // indirect
github.com/tsenart/deadcode v0.0.0-20160724212837-210d2dc333e9 // indirect
gitlab.dms3.io/dms3/public/go-dms3-p2p v0.0.2
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed // indirect golang.org/x/tools v0.1.0 // indirect
mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b // indirect
) )
This diff is collapsed.
...@@ -7,10 +7,10 @@ import ( ...@@ -7,10 +7,10 @@ import (
"os/signal" "os/signal"
"syscall" "syscall"
"gitlab.dms3.io/dms3/public/go-dms3-p2p"
peerstore "github.com/libp2p/go-libp2p-core/peer" peerstore "github.com/libp2p/go-libp2p-core/peer"
multiaddr "github.com/multiformats/go-multiaddr" multiaddr "github.com/multiformats/go-multiaddr"
"gitlab.dms3.io/dms3/public/go-dms3-p2p/p2p/protocol/ping" libp2p "gitlab.dms3.io/p2p/go-p2p"
"gitlab.dms3.io/p2p/go-p2p/p2p/protocol/ping"
) )
func main() { func main() {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment