2020-07-27 20:43:58 +00:00
|
|
|
module github.com/DefinedNet/mobile_nebula/nebula
|
|
|
|
|
2022-11-17 21:43:16 +00:00
|
|
|
go 1.19
|
2021-04-23 21:23:06 +00:00
|
|
|
|
|
|
|
// replace github.com/slackhq/nebula => /Volumes/T7/nate/src/github.com/slackhq/nebula
|
2020-07-27 20:43:58 +00:00
|
|
|
|
|
|
|
require (
|
2022-11-17 21:43:16 +00:00
|
|
|
github.com/DefinedNet/dnapi v0.0.0-20221117210952-6f56f055f991
|
2023-05-18 20:05:23 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.2
|
|
|
|
github.com/slackhq/nebula v1.7.1
|
2023-05-10 20:34:26 +00:00
|
|
|
golang.org/x/crypto v0.9.0
|
2021-04-23 21:23:06 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2020-07-27 20:43:58 +00:00
|
|
|
)
|
2022-08-05 00:39:46 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
|
|
|
|
github.com/armon/go-radix v1.0.0 // indirect
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2023-05-10 20:34:26 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2022-08-05 00:39:46 +00:00
|
|
|
github.com/cyberdelia/go-metrics-graphite v0.0.0-20161219230853-39f87cc3b432 // indirect
|
|
|
|
github.com/flynn/noise v1.0.0 // indirect
|
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2023-05-10 20:34:26 +00:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2022-08-05 00:39:46 +00:00
|
|
|
github.com/google/gopacket v1.1.19 // indirect
|
2023-05-10 20:34:26 +00:00
|
|
|
github.com/imdario/mergo v0.3.15 // indirect
|
2022-11-17 21:30:03 +00:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
2023-05-10 20:34:26 +00:00
|
|
|
github.com/miekg/dns v1.1.54 // indirect
|
2022-08-05 00:39:46 +00:00
|
|
|
github.com/nbrownus/go-metrics-prometheus v0.0.0-20210712211119-974a6260965f // indirect
|
2023-05-10 20:34:26 +00:00
|
|
|
github.com/prometheus/client_golang v1.15.1 // indirect
|
|
|
|
github.com/prometheus/client_model v0.4.0 // indirect
|
|
|
|
github.com/prometheus/common v0.43.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.9.0 // indirect
|
2022-08-05 00:39:46 +00:00
|
|
|
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
|
|
|
|
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 // indirect
|
|
|
|
github.com/vishvananda/netlink v1.1.0 // indirect
|
2023-05-10 20:34:26 +00:00
|
|
|
github.com/vishvananda/netns v0.0.4 // indirect
|
|
|
|
golang.org/x/mod v0.10.0 // indirect
|
|
|
|
golang.org/x/net v0.10.0 // indirect
|
|
|
|
golang.org/x/sys v0.8.0 // indirect
|
|
|
|
golang.org/x/term v0.8.0 // indirect
|
|
|
|
golang.org/x/tools v0.9.1 // indirect
|
|
|
|
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
|
2022-08-05 00:39:46 +00:00
|
|
|
golang.zx2c4.com/wireguard/windows v0.5.3 // indirect
|
2023-05-10 20:34:26 +00:00
|
|
|
google.golang.org/protobuf v1.30.0 // indirect
|
2022-08-05 00:39:46 +00:00
|
|
|
)
|