2019-11-19 10:00:20 -07:00
|
|
|
module github.com/slackhq/nebula
|
|
|
|
|
2023-05-04 09:35:03 -06:00
|
|
|
go 1.20
|
2019-11-19 10:00:20 -07:00
|
|
|
|
|
|
|
require (
|
2023-08-02 12:00:20 -06:00
|
|
|
dario.cat/mergo v1.0.0
|
2021-11-04 08:25:13 -06:00
|
|
|
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be
|
2019-11-19 10:00:20 -07:00
|
|
|
github.com/armon/go-radix v1.0.0
|
|
|
|
github.com/cyberdelia/go-metrics-graphite v0.0.0-20161219230853-39f87cc3b432
|
2023-12-21 09:57:53 -07:00
|
|
|
github.com/flynn/noise v1.0.1
|
2021-03-31 16:32:02 -06:00
|
|
|
github.com/gogo/protobuf v1.3.2
|
2021-03-31 12:36:10 -06:00
|
|
|
github.com/google/gopacket v1.1.19
|
2022-11-23 08:46:41 -07:00
|
|
|
github.com/kardianos/service v1.2.2
|
2024-01-12 07:57:38 -07:00
|
|
|
github.com/miekg/dns v1.1.57
|
2021-11-04 08:25:13 -06:00
|
|
|
github.com/nbrownus/go-metrics-prometheus v0.0.0-20210712211119-974a6260965f
|
2023-10-31 08:33:04 -06:00
|
|
|
github.com/prometheus/client_golang v1.17.0
|
2021-11-04 08:25:13 -06:00
|
|
|
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
|
2023-07-27 13:36:36 -06:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
2021-02-11 17:53:25 -07:00
|
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
2021-11-04 08:25:13 -06:00
|
|
|
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
|
2023-07-24 10:51:31 -06:00
|
|
|
github.com/stretchr/testify v1.8.4
|
2023-11-21 09:50:18 -07:00
|
|
|
github.com/vishvananda/netlink v1.1.1-0.20211118161826-650dca95af54
|
2024-01-12 07:55:41 -07:00
|
|
|
golang.org/x/crypto v0.18.0
|
2023-05-04 13:42:15 -06:00
|
|
|
golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53
|
2024-01-12 07:55:41 -07:00
|
|
|
golang.org/x/net v0.20.0
|
|
|
|
golang.org/x/sync v0.6.0
|
|
|
|
golang.org/x/sys v0.16.0
|
|
|
|
golang.org/x/term v0.16.0
|
2023-03-13 13:37:32 -06:00
|
|
|
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2
|
2023-07-10 11:43:48 -06:00
|
|
|
golang.zx2c4.com/wireguard v0.0.0-20230325221338-052af4a8072b
|
2022-04-18 10:12:25 -06:00
|
|
|
golang.zx2c4.com/wireguard/windows v0.5.3
|
2023-07-27 14:42:33 -06:00
|
|
|
google.golang.org/protobuf v1.31.0
|
2021-11-04 08:25:13 -06:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2023-11-21 09:50:18 -07:00
|
|
|
gvisor.dev/gvisor v0.0.0-20230504175454-7b0a1988a28f
|
2019-11-19 10:00:20 -07:00
|
|
|
)
|
2021-10-21 15:24:11 -06:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2023-03-13 13:37:32 -06:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2021-10-21 15:24:11 -06:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-03-13 13:37:32 -06:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2023-11-21 09:50:18 -07:00
|
|
|
github.com/google/btree v1.0.1 // indirect
|
2022-11-23 08:46:41 -07:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
2021-10-21 15:24:11 -06:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2023-10-31 08:33:04 -06:00
|
|
|
github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
|
|
|
|
github.com/prometheus/common v0.44.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.11.1 // indirect
|
2023-03-13 13:37:32 -06:00
|
|
|
github.com/vishvananda/netns v0.0.4 // indirect
|
2023-09-22 07:48:26 -06:00
|
|
|
golang.org/x/mod v0.12.0 // indirect
|
2023-11-21 09:50:18 -07:00
|
|
|
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
|
2023-09-22 07:48:26 -06:00
|
|
|
golang.org/x/tools v0.13.0 // indirect
|
2022-11-23 08:46:41 -07:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2021-10-21 15:24:11 -06:00
|
|
|
)
|