module github.com/slackhq/nebula go 1.16 require ( github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 github.com/armon/go-radix v1.0.0 github.com/cespare/xxhash/v2 v2.1.1 // indirect github.com/cyberdelia/go-metrics-graphite v0.0.0-20161219230853-39f87cc3b432 github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect github.com/flynn/noise v0.0.0-20210331153838-4bdb43be3117 github.com/gogo/protobuf v1.3.2 github.com/golang/protobuf v1.5.0 github.com/google/gopacket v1.1.19 github.com/imdario/mergo v0.3.8 github.com/kardianos/service v1.1.0 github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect github.com/miekg/dns v1.1.25 github.com/nbrownus/go-metrics-prometheus v0.0.0-20180622211546-6e6d5173d99c 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 github.com/sirupsen/logrus v1.4.2 github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e github.com/songgao/water v0.0.0-20190725173103-fd331bda3f4b github.com/stretchr/testify v1.6.1 github.com/vishvananda/netlink v1.0.1-0.20190522153524-00009fb8606a github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df // indirect 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 google.golang.org/protobuf v1.26.0 gopkg.in/yaml.v2 v2.2.7 )