module gitlab.dms3.io/p2p/go-p2p-kad-dht go 1.15 require ( github.com/gogo/protobuf v1.3.2 github.com/google/gopacket v1.1.19 github.com/google/uuid v1.2.0 github.com/hashicorp/go-multierror v1.1.1 github.com/hashicorp/golang-lru v0.5.4 github.com/jbenet/goprocess v0.1.4 github.com/multiformats/go-base32 v0.0.3 github.com/multiformats/go-multibase v0.0.3 github.com/multiformats/go-multihash v0.0.15 github.com/multiformats/go-multistream v0.2.1 github.com/stretchr/testify v1.7.0 github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1 gitlab.dms3.io/dms3/go-cid v0.0.6 gitlab.dms3.io/dms3/go-datastore v0.0.2 gitlab.dms3.io/dms3/go-detect-race v0.0.3 gitlab.dms3.io/dms3/go-dms3-util v0.0.2 gitlab.dms3.io/dms3/go-dms3ns v0.0.3 gitlab.dms3.io/dms3/go-log v0.0.2 gitlab.dms3.io/mf/go-multiaddr v0.0.3 gitlab.dms3.io/p2p/go-eventbus v0.0.3 gitlab.dms3.io/p2p/go-msgio v0.0.1 gitlab.dms3.io/p2p/go-netroute v0.0.1 gitlab.dms3.io/p2p/go-p2p v0.0.5 gitlab.dms3.io/p2p/go-p2p-core v0.0.3 gitlab.dms3.io/p2p/go-p2p-kbucket v0.0.3 gitlab.dms3.io/p2p/go-p2p-peerstore v0.0.3 gitlab.dms3.io/p2p/go-p2p-record v0.0.3 gitlab.dms3.io/p2p/go-p2p-routing-helpers v0.0.3 gitlab.dms3.io/p2p/go-p2p-swarm v0.0.3 gitlab.dms3.io/p2p/go-p2p-testing v0.0.4 gitlab.dms3.io/p2p/go-p2p-xor v0.0.3 go.opencensus.io v0.22.4 go.uber.org/zap v1.16.0 )