-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 977 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/dowlandaiello/GoP2P
go 1.12
require (
github.com/NebulousLabs/fastrand v0.0.0-20180208210444-3cf7173006a0 // indirect
github.com/NebulousLabs/go-upnp v0.0.0-20180202185039-29b680b06c82
github.com/briandowns/spinner v0.0.0-20180626164024-5b875a9171af
github.com/fatih/color v1.7.0
github.com/fatih/structs v1.0.0
github.com/golang/protobuf v1.2.0
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.3 // indirect
github.com/mitchellh/mapstructure v0.0.0-20180715050151-f15292f7a699
github.com/pkg/errors v0.8.1 // indirect
github.com/tatsushid/go-fastping v0.0.0-20160109021039-d7bb493dee3e
github.com/twitchtv/twirp v5.4.2+incompatible
golang.org/x/crypto v0.0.0-20180802221240-56440b844dfe
golang.org/x/net v0.0.0-20180801234040-f4c29de78a2a // indirect
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 // indirect
golang.org/x/sys v0.0.0-20180802203216-0ffbfd41fbef // indirect
golang.org/x/text v0.3.0
)