Skip to content

Commit

Permalink
update mod
Browse files Browse the repository at this point in the history
  • Loading branch information
printfcoder committed Sep 21, 2020
1 parent 6a9914c commit 1f592ad
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,27 @@ module github.com/joincloud/peers-touch-go
go 1.14

require (
github.com/btcsuite/btcd v0.21.0-beta // indirect
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
github.com/google/gopacket v1.1.18 // indirect
github.com/google/uuid v1.1.2 // indirect
github.com/ipfs/go-ipfs v0.6.0
github.com/ipfs/interface-go-ipfs-core v0.3.0
github.com/libp2p/go-libp2p v0.9.6
github.com/libp2p/go-libp2p-core v0.5.7
github.com/micro/micro/v3 v3.0.0-beta.4 // indirect
github.com/multiformats/go-multiaddr v0.2.2
github.com/libp2p/go-libp2p v0.11.0
github.com/libp2p/go-libp2p-autonat v0.4.0 // indirect
github.com/libp2p/go-libp2p-circuit v0.4.0 // indirect
github.com/libp2p/go-libp2p-core v0.7.0
github.com/libp2p/go-libp2p-mplex v0.3.0 // indirect
github.com/libp2p/go-libp2p-swarm v0.3.1 // indirect
github.com/libp2p/go-netroute v0.1.4 // indirect
github.com/multiformats/go-multiaddr v0.3.1
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.4.2
github.com/smartystreets/goconvey v1.6.4
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0 // indirect
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect
golang.org/x/sys v0.0.0-20200918174421-af09f7315aff // indirect
golang.org/x/text v0.3.3 // indirect
)

0 comments on commit 1f592ad

Please sign in to comment.