mirror of
https://github.com/popura-network/Popura.git
synced 2024-12-06 19:26:23 +01:00
25 lines
977 B
Modula-2
25 lines
977 B
Modula-2
module github.com/popura-network/Popura
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/cheggaaa/pb/v3 v3.0.4
|
|
github.com/fatih/color v1.9.0 // indirect
|
|
github.com/gologme/log v1.2.0
|
|
github.com/hashicorp/go-syslog v1.0.0
|
|
github.com/hjson/hjson-go v3.0.2-0.20200316202735-d5d0e8b0617d+incompatible
|
|
github.com/kardianos/minwinsvc v0.0.0-20151122163309-cad6b2b879b0
|
|
github.com/mattn/go-colorable v0.1.6 // indirect
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
github.com/mdlayher/ndp v0.0.0-20200602162440-17ab9e3e5567
|
|
github.com/miekg/dns v1.1.29 // indirect
|
|
github.com/mitchellh/mapstructure v1.3.0
|
|
github.com/vishvananda/netlink v1.1.0
|
|
github.com/vishvananda/netns v0.0.0-20200520041808-52d707b772fe // indirect
|
|
github.com/yggdrasil-network/yggdrasil-go v0.3.15
|
|
github.com/zhoreeq/meshname v0.1.0
|
|
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect
|
|
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
|
|
golang.org/x/text v0.3.3-0.20191230102452-929e72ca90de
|
|
)
|