mirror of
https://github.com/slackhq/nebula.git
synced 2024-11-15 04:17:42 +08:00
bdb442b970
Links to the diffs below, of note is this fix for `water` which might fix some Windows issues: - https://github.com/songgao/water/pull/70 *Direct Dependencies* Updated github.com/golang/protobuf https://github.com/golang/protobuf/compare/v1.3.1...v1.3.2 Updated github.com/imdario/mergo https://github.com/imdario/mergo/compare/v0.3.7...v0.3.8 Updated github.com/miekg/dns https://github.com/miekg/dns/compare/v1.1.12...v1.1.25 Updated github.com/prometheus/client_golang https://github.com/prometheus/client_golang/compare/v0.9.3...v1.2.1 Updated github.com/rcrowley/go-metrics3113b8401b...cac0b30c25
Updated github.com/songgao/water6ad6edefb1...fd331bda3f
Updated github.com/stretchr/testify https://github.com/stretchr/testify/compare/v1.3.0...v1.4.0 Updated golang.org/x/crypto22d7a77e9e...e9b2fee464
Updated golang.org/x/netf3200d17e0...c0dbc17a35
Updated golang.org/x/sysdbbf3f1254...ac6580df44
Updated gopkg.in/yaml.v2 v2.2.2...v2.2.7 *Indirect Dependencies* Updated github.com/alecthomas/templatea0175ee3bc...fb15b899a7
Updated github.com/alecthomas/units2efee857e7...c3de453c63
Updated github.com/beorn7/perks https://github.com/beorn7/perks/compare/v1.0.0...v1.0.1 Updated github.com/cespare/xxhash https://github.com/cespare/xxhash/compare/v1.1.0...v2.1.1 Updated github.com/go-kit/kit https://github.com/go-kit/kit/compare/v0.8.0...v0.9.0 Updated github.com/pkg/errors https://github.com/pkg/errors/compare/v0.8.0...v0.8.1 Updated github.com/prometheus/client_modelfd36f4220a...d1d2010b5b
Updated github.com/prometheus/common https://github.com/prometheus/common/compare/v0.4.1...v0.7.0 Updated github.com/prometheus/procfs https://github.com/prometheus/procfs/compare/a7aeb8df3389...v0.0.8 Updated github.com/vishvananda/netns https://github.com/vishvananda/netns/compare/13995c7128cc...0a2b9b5464df Updated golang.org/x/sync https://github.com/golang/sync/compare/112230192c58...cd5d95a43a6e Updated golang.org/x/text https://github.com/golang/text/compare/v0.3.0...v0.3.2 Added github.com/google/go-cmp https://github.com/google/go-cmp/tree/v0.3.1 Added github.com/google/gofuzz https://github.com/google/gofuzz/tree/v1.0.0 Added github.com/json-iterator/go https://github.com/json-iterator/go/tree/v1.1.7 Added github.com/modern-go/concurrent https://github.com/modern-go/concurrent/tree/bacd9c7ef1dd Added github.com/modern-go/reflect2 https://github.com/modern-go/reflect2/tree/v1.0.1 Added golang.org/x/tools https://github.com/golang/tools/tree/2ca718005c18 Added golang.org/x/xerrors https://github.com/golang/xerrors/tree/a985d3407aa7 Removed github.com/OneOfOne/xxhash https://github.com/OneOfOne/xxhash/tree/v1.2.2 Removed github.com/dgryski/go-sip13 https://github.com/dgryski/go-sip13/tree/e10d5fee7954 Removed github.com/oklog/ulid https://github.com/oklog/ulid/tree/v1.3.1 Removed github.com/prometheus/tsdb https://github.com/prometheus/tsdb/tree/v0.7.1 Removed github.com/spaolacci/murmur3 https://github.com/spaolacci/murmur3/tree/f09979ecbc72
33 lines
1.5 KiB
Modula-2
33 lines
1.5 KiB
Modula-2
module github.com/slackhq/nebula
|
|
|
|
go 1.12
|
|
|
|
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-20180327030543-2492fe189ae6
|
|
github.com/golang/protobuf v1.3.2
|
|
github.com/imdario/mergo v0.3.8
|
|
github.com/kardianos/service v1.0.0
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
github.com/kr/pretty v0.1.0 // 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/songgao/water v0.0.0-20190725173103-fd331bda3f4b
|
|
github.com/stretchr/testify v1.4.0
|
|
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-20191206172530-e9b2fee46413
|
|
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
|
|
golang.org/x/sys v0.0.0-20191210023423-ac6580df4449
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/yaml.v2 v2.2.7
|
|
)
|