3
0
Fork 0
trifid_mobile/nebula/go.mod

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

29 lines
1.3 KiB
Modula-2
Raw Normal View History

2020-07-27 20:43:58 +00:00
module github.com/DefinedNet/mobile_nebula/nebula
2021-04-23 21:23:06 +00:00
go 1.16
// replace github.com/slackhq/nebula => /Volumes/T7/nate/src/github.com/slackhq/nebula
2020-07-27 20:43:58 +00:00
require (
2021-04-23 21:23:06 +00:00
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
github.com/flynn/noise v1.0.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/miekg/dns v1.1.41 // indirect
github.com/nbrownus/go-metrics-prometheus v0.0.0-20210317214817-64743030013d // indirect
github.com/prometheus/client_golang v1.10.0 // indirect
github.com/prometheus/common v0.23.0 // indirect
2021-04-23 21:23:06 +00:00
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/sirupsen/logrus v1.8.1
2021-05-11 16:03:26 +00:00
github.com/slackhq/nebula v1.4.0
2021-04-23 21:23:06 +00:00
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 // indirect
github.com/vishvananda/netlink v1.1.0 // indirect
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b
golang.org/x/mobile v0.0.0-20210220033013-bdb1ca9a1e08 // indirect
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781 // indirect
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887 // indirect
2021-04-23 21:23:06 +00:00
golang.org/x/term v0.0.0-20210422114643-f5beecf764ed // indirect
gopkg.in/yaml.v2 v2.4.0
2020-07-27 20:43:58 +00:00
)