nebula/go.mod

46 lines
1.9 KiB
Modula-2
Raw Normal View History

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
Update dependencies, December 2019 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-metrics https://github.com/rcrowley/go-metrics/compare/3113b8401b8a...cac0b30c2563 Updated github.com/songgao/water https://github.com/songgao/water/compare/6ad6edefb15c...fd331bda3f4b Updated github.com/stretchr/testify https://github.com/stretchr/testify/compare/v1.3.0...v1.4.0 Updated golang.org/x/crypto https://github.com/golang/crypto/compare/22d7a77e9e5f...e9b2fee46413 Updated golang.org/x/net https://github.com/golang/net/compare/f3200d17e092...c0dbc17a3553 Updated golang.org/x/sys https://github.com/golang/sys/compare/dbbf3f1254d4...ac6580df4449 Updated gopkg.in/yaml.v2 v2.2.2...v2.2.7 *Indirect Dependencies* Updated github.com/alecthomas/template https://github.com/alecthomas/template/compare/a0175ee3bccc...fb15b899a751 Updated github.com/alecthomas/units https://github.com/alecthomas/units/compare/2efee857e7cf...c3de453c63f4 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_model https://github.com/prometheus/client_model/compare/fd36f4220a90...d1d2010b5bee 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
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
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
github.com/google/gopacket v1.1.19
Update dependencies, December 2019 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-metrics https://github.com/rcrowley/go-metrics/compare/3113b8401b8a...cac0b30c2563 Updated github.com/songgao/water https://github.com/songgao/water/compare/6ad6edefb15c...fd331bda3f4b Updated github.com/stretchr/testify https://github.com/stretchr/testify/compare/v1.3.0...v1.4.0 Updated golang.org/x/crypto https://github.com/golang/crypto/compare/22d7a77e9e5f...e9b2fee46413 Updated golang.org/x/net https://github.com/golang/net/compare/f3200d17e092...c0dbc17a3553 Updated golang.org/x/sys https://github.com/golang/sys/compare/dbbf3f1254d4...ac6580df4449 Updated gopkg.in/yaml.v2 v2.2.2...v2.2.7 *Indirect Dependencies* Updated github.com/alecthomas/template https://github.com/alecthomas/template/compare/a0175ee3bccc...fb15b899a751 Updated github.com/alecthomas/units https://github.com/alecthomas/units/compare/2efee857e7cf...c3de453c63f4 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_model https://github.com/prometheus/client_model/compare/fd36f4220a90...d1d2010b5bee 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
2019-12-16 17:51:34 +01:00
github.com/imdario/mergo v0.3.8
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
Update dependencies, December 2019 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-metrics https://github.com/rcrowley/go-metrics/compare/3113b8401b8a...cac0b30c2563 Updated github.com/songgao/water https://github.com/songgao/water/compare/6ad6edefb15c...fd331bda3f4b Updated github.com/stretchr/testify https://github.com/stretchr/testify/compare/v1.3.0...v1.4.0 Updated golang.org/x/crypto https://github.com/golang/crypto/compare/22d7a77e9e5f...e9b2fee46413 Updated golang.org/x/net https://github.com/golang/net/compare/f3200d17e092...c0dbc17a3553 Updated golang.org/x/sys https://github.com/golang/sys/compare/dbbf3f1254d4...ac6580df4449 Updated gopkg.in/yaml.v2 v2.2.2...v2.2.7 *Indirect Dependencies* Updated github.com/alecthomas/template https://github.com/alecthomas/template/compare/a0175ee3bccc...fb15b899a751 Updated github.com/alecthomas/units https://github.com/alecthomas/units/compare/2efee857e7cf...c3de453c63f4 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_model https://github.com/prometheus/client_model/compare/fd36f4220a90...d1d2010b5bee 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
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
Update dependencies, December 2019 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-metrics https://github.com/rcrowley/go-metrics/compare/3113b8401b8a...cac0b30c2563 Updated github.com/songgao/water https://github.com/songgao/water/compare/6ad6edefb15c...fd331bda3f4b Updated github.com/stretchr/testify https://github.com/stretchr/testify/compare/v1.3.0...v1.4.0 Updated golang.org/x/crypto https://github.com/golang/crypto/compare/22d7a77e9e5f...e9b2fee46413 Updated golang.org/x/net https://github.com/golang/net/compare/f3200d17e092...c0dbc17a3553 Updated golang.org/x/sys https://github.com/golang/sys/compare/dbbf3f1254d4...ac6580df4449 Updated gopkg.in/yaml.v2 v2.2.2...v2.2.7 *Indirect Dependencies* Updated github.com/alecthomas/template https://github.com/alecthomas/template/compare/a0175ee3bccc...fb15b899a751 Updated github.com/alecthomas/units https://github.com/alecthomas/units/compare/2efee857e7cf...c3de453c63f4 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_model https://github.com/prometheus/client_model/compare/fd36f4220a90...d1d2010b5bee 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
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
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
Update dependencies, December 2019 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-metrics https://github.com/rcrowley/go-metrics/compare/3113b8401b8a...cac0b30c2563 Updated github.com/songgao/water https://github.com/songgao/water/compare/6ad6edefb15c...fd331bda3f4b Updated github.com/stretchr/testify https://github.com/stretchr/testify/compare/v1.3.0...v1.4.0 Updated golang.org/x/crypto https://github.com/golang/crypto/compare/22d7a77e9e5f...e9b2fee46413 Updated golang.org/x/net https://github.com/golang/net/compare/f3200d17e092...c0dbc17a3553 Updated golang.org/x/sys https://github.com/golang/sys/compare/dbbf3f1254d4...ac6580df4449 Updated gopkg.in/yaml.v2 v2.2.2...v2.2.7 *Indirect Dependencies* Updated github.com/alecthomas/template https://github.com/alecthomas/template/compare/a0175ee3bccc...fb15b899a751 Updated github.com/alecthomas/units https://github.com/alecthomas/units/compare/2efee857e7cf...c3de453c63f4 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_model https://github.com/prometheus/client_model/compare/fd36f4220a90...d1d2010b5bee 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
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
Update dependencies, December 2019 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-metrics https://github.com/rcrowley/go-metrics/compare/3113b8401b8a...cac0b30c2563 Updated github.com/songgao/water https://github.com/songgao/water/compare/6ad6edefb15c...fd331bda3f4b Updated github.com/stretchr/testify https://github.com/stretchr/testify/compare/v1.3.0...v1.4.0 Updated golang.org/x/crypto https://github.com/golang/crypto/compare/22d7a77e9e5f...e9b2fee46413 Updated golang.org/x/net https://github.com/golang/net/compare/f3200d17e092...c0dbc17a3553 Updated golang.org/x/sys https://github.com/golang/sys/compare/dbbf3f1254d4...ac6580df4449 Updated gopkg.in/yaml.v2 v2.2.2...v2.2.7 *Indirect Dependencies* Updated github.com/alecthomas/template https://github.com/alecthomas/template/compare/a0175ee3bccc...fb15b899a751 Updated github.com/alecthomas/units https://github.com/alecthomas/units/compare/2efee857e7cf...c3de453c63f4 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_model https://github.com/prometheus/client_model/compare/fd36f4220a90...d1d2010b5bee 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
2019-12-16 17:51:34 +01:00
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
2021-03-19 02:37:24 +01:00
google.golang.org/protobuf v1.26.0
Update dependencies, December 2019 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-metrics https://github.com/rcrowley/go-metrics/compare/3113b8401b8a...cac0b30c2563 Updated github.com/songgao/water https://github.com/songgao/water/compare/6ad6edefb15c...fd331bda3f4b Updated github.com/stretchr/testify https://github.com/stretchr/testify/compare/v1.3.0...v1.4.0 Updated golang.org/x/crypto https://github.com/golang/crypto/compare/22d7a77e9e5f...e9b2fee46413 Updated golang.org/x/net https://github.com/golang/net/compare/f3200d17e092...c0dbc17a3553 Updated golang.org/x/sys https://github.com/golang/sys/compare/dbbf3f1254d4...ac6580df4449 Updated gopkg.in/yaml.v2 v2.2.2...v2.2.7 *Indirect Dependencies* Updated github.com/alecthomas/template https://github.com/alecthomas/template/compare/a0175ee3bccc...fb15b899a751 Updated github.com/alecthomas/units https://github.com/alecthomas/units/compare/2efee857e7cf...c3de453c63f4 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_model https://github.com/prometheus/client_model/compare/fd36f4220a90...d1d2010b5bee 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
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
)