2019-11-19 18:00:20 +01:00
|
|
|
module github.com/slackhq/nebula
|
|
|
|
|
2021-10-21 23:24:11 +02:00
|
|
|
go 1.17
|
2019-11-19 18:00:20 +01:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239
|
|
|
|
github.com/armon/go-radix v1.0.0
|
2019-12-16 17:51:34 +01:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.1 // indirect
|
2019-11-19 18:00:20 +01:00
|
|
|
github.com/cyberdelia/go-metrics-graphite v0.0.0-20161219230853-39f87cc3b432
|
|
|
|
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
|
2021-03-31 20:36:10 +02:00
|
|
|
github.com/flynn/noise v0.0.0-20210331153838-4bdb43be3117
|
2021-04-01 00:32:02 +02:00
|
|
|
github.com/gogo/protobuf v1.3.2
|
2021-03-19 02:37:24 +01:00
|
|
|
github.com/golang/protobuf v1.5.0
|
2021-03-31 20:36:10 +02:00
|
|
|
github.com/google/gopacket v1.1.19
|
2019-12-16 17:51:34 +01:00
|
|
|
github.com/imdario/mergo v0.3.8
|
2020-09-25 00:34:08 +02:00
|
|
|
github.com/kardianos/service v1.1.0
|
2019-11-19 18:00:20 +01:00
|
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
2019-12-16 17:51:34 +01:00
|
|
|
github.com/miekg/dns v1.1.25
|
2019-11-19 18:00:20 +01:00
|
|
|
github.com/nbrownus/go-metrics-prometheus v0.0.0-20180622211546-6e6d5173d99c
|
2019-12-16 17:51:34 +01:00
|
|
|
github.com/prometheus/client_golang v1.2.1
|
|
|
|
github.com/prometheus/client_model v0.0.0-20191202183732-d1d2010b5bee // indirect
|
|
|
|
github.com/prometheus/procfs v0.0.8 // indirect
|
|
|
|
github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563
|
2019-11-19 18:00:20 +01:00
|
|
|
github.com/sirupsen/logrus v1.4.2
|
2021-02-12 01:53:25 +01:00
|
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
2019-12-16 17:51:34 +01:00
|
|
|
github.com/songgao/water v0.0.0-20190725173103-fd331bda3f4b
|
2020-09-18 16:20:09 +02:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2019-11-19 18:00:20 +01:00
|
|
|
github.com/vishvananda/netlink v1.0.1-0.20190522153524-00009fb8606a
|
2019-12-16 17:51:34 +01:00
|
|
|
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df // indirect
|
2021-03-31 20:36:10 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
|
|
|
|
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
|
|
|
|
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
|
2021-03-19 02:37:24 +01:00
|
|
|
google.golang.org/protobuf v1.26.0
|
2019-12-16 17:51:34 +01:00
|
|
|
gopkg.in/yaml.v2 v2.2.7
|
2019-11-19 18:00:20 +01:00
|
|
|
)
|
2021-10-21 23:24:11 +02:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/prometheus/common v0.7.0 // indirect
|
|
|
|
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
|
|
)
|