2019-11-20 01:00:20 +08:00
|
|
|
module github.com/slackhq/nebula
|
|
|
|
|
2024-04-30 04:44:42 +08:00
|
|
|
go 1.22.0
|
|
|
|
|
|
|
|
toolchain go1.22.2
|
2019-11-20 01:00:20 +08:00
|
|
|
|
|
|
|
require (
|
2023-08-03 02:00:20 +08:00
|
|
|
dario.cat/mergo v1.0.0
|
2021-11-04 22:25:13 +08:00
|
|
|
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be
|
2019-11-20 01:00:20 +08:00
|
|
|
github.com/armon/go-radix v1.0.0
|
2023-12-20 00:24:14 +08:00
|
|
|
github.com/clarkmcc/go-dag v0.0.0-20220908000337-9c3ba5b365fc
|
2019-11-20 01:00:20 +08:00
|
|
|
github.com/cyberdelia/go-metrics-graphite v0.0.0-20161219230853-39f87cc3b432
|
2024-03-18 22:47:53 +08:00
|
|
|
github.com/flynn/noise v1.1.0
|
2021-04-01 06:32:02 +08:00
|
|
|
github.com/gogo/protobuf v1.3.2
|
2021-04-01 02:36:10 +08:00
|
|
|
github.com/google/gopacket v1.1.19
|
2022-11-23 23:46:41 +08:00
|
|
|
github.com/kardianos/service v1.2.2
|
2024-04-23 23:08:08 +08:00
|
|
|
github.com/miekg/dns v1.1.59
|
2021-11-04 22:25:13 +08:00
|
|
|
github.com/nbrownus/go-metrics-prometheus v0.0.0-20210712211119-974a6260965f
|
2024-04-30 22:30:18 +08:00
|
|
|
github.com/prometheus/client_golang v1.19.0
|
2021-11-04 22:25:13 +08:00
|
|
|
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
|
2023-07-28 03:36:36 +08:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
2021-02-12 08:53:25 +08:00
|
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
2021-11-04 22:25:13 +08:00
|
|
|
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
|
2024-03-18 23:06:18 +08:00
|
|
|
github.com/stretchr/testify v1.9.0
|
2023-08-22 01:09:25 +08:00
|
|
|
github.com/timandy/routine v1.1.1
|
2024-01-23 23:40:29 +08:00
|
|
|
github.com/vishvananda/netlink v1.2.1-beta.2
|
2024-05-07 04:17:50 +08:00
|
|
|
golang.org/x/crypto v0.23.0
|
2024-04-30 04:44:42 +08:00
|
|
|
golang.org/x/exp v0.0.0-20230725093048-515e97ebf090
|
2024-05-07 04:17:50 +08:00
|
|
|
golang.org/x/net v0.25.0
|
2024-04-24 01:50:53 +08:00
|
|
|
golang.org/x/sync v0.7.0
|
2024-05-07 04:17:50 +08:00
|
|
|
golang.org/x/sys v0.20.0
|
|
|
|
golang.org/x/term v0.20.0
|
2023-03-14 03:37:32 +08:00
|
|
|
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2
|
2023-07-11 01:43:48 +08:00
|
|
|
golang.zx2c4.com/wireguard v0.0.0-20230325221338-052af4a8072b
|
2022-04-19 00:12:25 +08:00
|
|
|
golang.zx2c4.com/wireguard/windows v0.5.3
|
2024-05-07 04:17:05 +08:00
|
|
|
google.golang.org/protobuf v1.34.1
|
2021-11-04 22:25:13 +08:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2024-04-30 04:44:42 +08:00
|
|
|
gvisor.dev/gvisor v0.0.0-20240423190808-9d7a357edefe
|
2019-11-20 01:00:20 +08:00
|
|
|
)
|
2021-10-22 05:24:11 +08:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2023-03-14 03:37:32 +08:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2021-10-22 05:24:11 +08:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2024-04-30 04:44:42 +08:00
|
|
|
github.com/google/btree v1.1.2 // indirect
|
2021-10-22 05:24:11 +08:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2024-01-12 23:26:39 +08:00
|
|
|
github.com/prometheus/client_model v0.5.0 // indirect
|
2024-04-30 22:30:18 +08:00
|
|
|
github.com/prometheus/common v0.48.0 // indirect
|
2024-01-12 23:26:39 +08:00
|
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
2023-03-14 03:37:32 +08:00
|
|
|
github.com/vishvananda/netns v0.0.4 // indirect
|
2024-04-23 23:08:08 +08:00
|
|
|
golang.org/x/mod v0.16.0 // indirect
|
2024-04-30 04:44:42 +08:00
|
|
|
golang.org/x/time v0.5.0 // indirect
|
2024-04-23 23:08:08 +08:00
|
|
|
golang.org/x/tools v0.19.0 // indirect
|
2022-11-23 23:46:41 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2021-10-22 05:24:11 +08:00
|
|
|
)
|