2019-11-19 17:00:20 +00:00
|
|
|
module github.com/slackhq/nebula
|
|
|
|
|
|
2025-09-29 13:02:25 -05:00
|
|
|
go 1.25
|
2019-11-19 17:00:20 +00:00
|
|
|
|
|
|
|
|
require (
|
2025-07-01 23:30:40 -05:00
|
|
|
dario.cat/mergo v1.0.2
|
2021-11-04 10:25:13 -04:00
|
|
|
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be
|
2019-11-19 17:00:20 +00:00
|
|
|
github.com/armon/go-radix v1.0.0
|
|
|
|
|
github.com/cyberdelia/go-metrics-graphite v0.0.0-20161219230853-39f87cc3b432
|
2024-03-18 10:47:53 -04:00
|
|
|
github.com/flynn/noise v1.1.0
|
2025-11-13 13:16:48 -05:00
|
|
|
github.com/gaissmai/bart v0.26.0
|
2021-03-31 17:32:02 -05:00
|
|
|
github.com/gogo/protobuf v1.3.2
|
2021-03-31 13:36:10 -05:00
|
|
|
github.com/google/gopacket v1.1.19
|
2025-10-13 15:58:15 -04:00
|
|
|
github.com/kardianos/service v1.2.4
|
2025-10-13 16:41:51 -04:00
|
|
|
github.com/miekg/dns v1.1.68
|
2024-09-09 17:51:58 -04:00
|
|
|
github.com/miekg/pkcs11 v1.1.2-0.20231115102856-9078ad6b9d4b
|
2021-11-04 10:25:13 -04:00
|
|
|
github.com/nbrownus/go-metrics-prometheus v0.0.0-20210712211119-974a6260965f
|
2025-10-13 15:16:24 -04:00
|
|
|
github.com/prometheus/client_golang v1.23.2
|
2021-11-04 10:25:13 -04:00
|
|
|
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
|
2023-07-27 14:36:36 -05:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
2021-02-11 18:53:25 -06:00
|
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
2024-09-09 17:51:58 -04:00
|
|
|
github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6
|
2025-10-13 15:16:24 -04:00
|
|
|
github.com/stretchr/testify v1.11.1
|
2025-07-01 23:29:15 -05:00
|
|
|
github.com/vishvananda/netlink v1.3.1
|
2025-11-12 10:26:22 -05:00
|
|
|
go.yaml.in/yaml/v3 v3.0.4
|
2025-11-19 15:48:53 -06:00
|
|
|
golang.org/x/crypto v0.45.0
|
2024-04-29 16:44:42 -04:00
|
|
|
golang.org/x/exp v0.0.0-20230725093048-515e97ebf090
|
2025-11-18 21:25:03 -06:00
|
|
|
golang.org/x/net v0.47.0
|
2025-11-12 09:55:34 -06:00
|
|
|
golang.org/x/sync v0.18.0
|
|
|
|
|
golang.org/x/sys v0.38.0
|
|
|
|
|
golang.org/x/term v0.37.0
|
2023-03-13 15:37:32 -04:00
|
|
|
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2
|
2023-07-10 12:43:48 -05:00
|
|
|
golang.zx2c4.com/wireguard v0.0.0-20230325221338-052af4a8072b
|
2022-04-18 12:12:25 -04:00
|
|
|
golang.zx2c4.com/wireguard/windows v0.5.3
|
2025-11-12 09:59:47 -06:00
|
|
|
google.golang.org/protobuf v1.36.10
|
2025-03-31 16:08:34 -04:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2024-04-29 16:44:42 -04:00
|
|
|
gvisor.dev/gvisor v0.0.0-20240423190808-9d7a357edefe
|
2019-11-19 17:00:20 +00:00
|
|
|
)
|
2021-10-21 16:24:11 -05:00
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2024-10-11 12:50:31 -04:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
2021-10-21 16:24:11 -05:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2024-04-29 16:44:42 -04:00
|
|
|
github.com/google/btree v1.1.2 // indirect
|
2024-10-11 12:50:31 -04:00
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
2021-10-21 16:24:11 -05:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2025-10-13 15:16:24 -04:00
|
|
|
github.com/prometheus/client_model v0.6.2 // indirect
|
|
|
|
|
github.com/prometheus/common v0.66.1 // indirect
|
|
|
|
|
github.com/prometheus/procfs v0.16.1 // indirect
|
2025-07-01 23:29:15 -05:00
|
|
|
github.com/vishvananda/netns v0.0.5 // indirect
|
2025-10-13 15:16:24 -04:00
|
|
|
go.yaml.in/yaml/v2 v2.4.2 // indirect
|
2025-10-13 16:41:51 -04:00
|
|
|
golang.org/x/mod v0.24.0 // indirect
|
2024-04-29 16:44:42 -04:00
|
|
|
golang.org/x/time v0.5.0 // indirect
|
2025-10-13 16:41:51 -04:00
|
|
|
golang.org/x/tools v0.33.0 // indirect
|
2021-10-21 16:24:11 -05:00
|
|
|
)
|