@@ -13,35 +13,35 @@ require (
13
13
github.com/go-errors/errors v1.0.1
14
14
github.com/goccy/go-graphviz v0.0.6
15
15
github.com/goccy/go-yaml v1.8.0
16
- github.com/google/go-cmp v0.5.6
16
+ github.com/google/go-cmp v0.5.9
17
17
github.com/gorilla/mux v1.8.0
18
18
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
19
19
github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0
20
20
github.com/jhump/protoreflect v1.10.1
21
21
github.com/lunixbochs/struc v0.0.0-20200521075829-a4cb8d33dbbe
22
22
github.com/mitchellh/go-ps v1.0.0
23
- github.com/mitchellh/mapstructure v1.1.2
23
+ github.com/mitchellh/mapstructure v1.5.0
24
24
github.com/namsral/flag v1.7.4-pre
25
25
github.com/olekukonko/tablewriter v0.0.4
26
26
github.com/onsi/gomega v1.19.0
27
27
github.com/pkg/errors v0.9.1
28
28
github.com/pkg/profile v1.5.0
29
- github.com/prometheus/client_golang v1.11.0
29
+ github.com/prometheus/client_golang v1.11.1
30
30
github.com/segmentio/textio v1.2.0
31
31
github.com/sirupsen/logrus v1.8.1
32
32
github.com/spf13/cobra v1.5.0
33
33
github.com/spf13/pflag v1.0.5
34
- github.com/spf13/viper v1.7 .0
34
+ github.com/spf13/viper v1.15 .0
35
35
github.com/unrolled/render v0.0.0-20180914162206-b9786414de4d
36
36
github.com/vishvananda/netlink v1.2.1-beta.2
37
37
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74
38
38
github.com/xeipuuv/gojsonschema v1.1.0
39
- go.etcd.io/etcd/client/v3 v3.5.1
39
+ go.etcd.io/etcd/client/v3 v3.5.6
40
40
go.fd.io/govpp v0.7.0
41
41
go.ligato.io/cn-infra/v2 v2.5.0-alpha.0.20220211111933-3d9ff310b1fa
42
- golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
43
- google.golang.org/grpc v1.47 .0
44
- google.golang.org/protobuf v1.28.0
42
+ golang.org/x/sys v0.3.0
43
+ google.golang.org/grpc v1.52 .0
44
+ google.golang.org/protobuf v1.28.1
45
45
)
46
46
47
47
require (
@@ -51,7 +51,7 @@ require (
51
51
github.com/Microsoft/hcsshim v0.9.3 // indirect
52
52
github.com/Shopify/sarama v1.20.1 // indirect
53
53
github.com/alicebob/miniredis v2.5.0+incompatible // indirect
54
- github.com/armon/go-metrics v0.3.9 // indirect
54
+ github.com/armon/go-metrics v0.4.0 // indirect
55
55
github.com/bennyscetbun/jsongo v1.1.0 // indirect
56
56
github.com/beorn7/perks v1.0.1 // indirect
57
57
github.com/bshuster-repo/logrus-logstash-hook v0.4.1 // indirect
@@ -70,11 +70,10 @@ require (
70
70
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect
71
71
github.com/eapache/queue v1.1.0 // indirect
72
72
github.com/evalphobia/logrus_fluent v0.4.0 // indirect
73
- github.com/fatih/color v1.10 .0 // indirect
73
+ github.com/fatih/color v1.13 .0 // indirect
74
74
github.com/fluent/fluent-logger-golang v1.3.0 // indirect
75
75
github.com/fogleman/gg v1.3.0 // indirect
76
- github.com/frankban/quicktest v1.14.0 // indirect
77
- github.com/fsnotify/fsnotify v1.4.9 // indirect
76
+ github.com/fsnotify/fsnotify v1.6.0 // indirect
78
77
github.com/ftrvxmtrx/fd v0.0.0-20150925145434-c6d800382fff // indirect
79
78
github.com/go-redis/redis v6.14.2+incompatible // indirect
80
79
github.com/gogo/protobuf v1.3.2 // indirect
@@ -84,19 +83,19 @@ require (
84
83
github.com/golang/protobuf v1.5.2 // indirect
85
84
github.com/golang/snappy v0.0.3 // indirect
86
85
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
87
- github.com/hashicorp/consul/api v1.12 .0 // indirect
88
- github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
89
- github.com/hashicorp/go-hclog v0.12 .0 // indirect
86
+ github.com/hashicorp/consul/api v1.18 .0 // indirect
87
+ github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
88
+ github.com/hashicorp/go-hclog v1.2 .0 // indirect
90
89
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
91
90
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
92
91
github.com/hashicorp/golang-lru v0.5.4 // indirect
93
92
github.com/hashicorp/hcl v1.0.0 // indirect
94
- github.com/hashicorp/serf v0.9.6 // indirect
93
+ github.com/hashicorp/serf v0.10.1 // indirect
95
94
github.com/howeyc/crc16 v0.0.0-20171223171357-2b2a61e366a6 // indirect
96
95
github.com/inconshreveable/mousetrap v1.0.0 // indirect
97
- github.com/magiconair/properties v1.8.1 // indirect
98
- github.com/mattn/go-colorable v0.1.8 // indirect
99
- github.com/mattn/go-isatty v0.0.12 // indirect
96
+ github.com/magiconair/properties v1.8.7 // indirect
97
+ github.com/mattn/go-colorable v0.1.12 // indirect
98
+ github.com/mattn/go-isatty v0.0.14 // indirect
100
99
github.com/mattn/go-runewidth v0.0.7 // indirect
101
100
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
102
101
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -107,34 +106,35 @@ require (
107
106
github.com/opencontainers/go-digest v1.0.0 // indirect
108
107
github.com/opencontainers/image-spec v1.0.2 // indirect
109
108
github.com/opencontainers/runc v1.1.2 // indirect
110
- github.com/pelletier/go-toml v1.8.1 // indirect
109
+ github.com/pelletier/go-toml/v2 v2.0.6 // indirect
111
110
github.com/philhofer/fwd v1.0.0 // indirect
112
111
github.com/pierrec/lz4 v2.3.0+incompatible // indirect
113
112
github.com/prometheus/client_model v0.2.0 // indirect
114
113
github.com/prometheus/common v0.26.0 // indirect
115
114
github.com/prometheus/procfs v0.6.0 // indirect
116
115
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a // indirect
117
- github.com/spf13/afero v1.2.2 // indirect
118
- github.com/spf13/cast v1.3 .0 // indirect
119
- github.com/spf13/jwalterweatherman v1.0 .0 // indirect
120
- github.com/subosito/gotenv v1.2.0 // indirect
116
+ github.com/spf13/afero v1.9.3 // indirect
117
+ github.com/spf13/cast v1.5 .0 // indirect
118
+ github.com/spf13/jwalterweatherman v1.1 .0 // indirect
119
+ github.com/subosito/gotenv v1.4.2 // indirect
121
120
github.com/tinylib/msgp v1.0.2 // indirect
122
121
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
123
122
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
124
123
github.com/yuin/gopher-lua v0.0.0-20190514113301-1cd887cd7036 // indirect
125
- go.etcd.io/etcd/api/v3 v3.5.1 // indirect
126
- go.etcd.io/etcd/client/pkg/v3 v3.5.1 // indirect
127
- go.opencensus.io v0.23 .0 // indirect
128
- go.uber.org/atomic v1.7 .0 // indirect
129
- go.uber.org/multierr v1.6 .0 // indirect
130
- go.uber.org/zap v1.17 .0 // indirect
131
- golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
124
+ go.etcd.io/etcd/api/v3 v3.5.6 // indirect
125
+ go.etcd.io/etcd/client/pkg/v3 v3.5.6 // indirect
126
+ go.opencensus.io v0.24 .0 // indirect
127
+ go.uber.org/atomic v1.9 .0 // indirect
128
+ go.uber.org/multierr v1.8 .0 // indirect
129
+ go.uber.org/zap v1.21 .0 // indirect
130
+ golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
132
131
golang.org/x/image v0.0.0-20200119044424-58c23975cae1 // indirect
133
- golang.org/x/net v0.0.0-20220607020251-c690dde0001d // indirect
134
- golang.org/x/text v0.3.7 // indirect
135
- golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
136
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
137
- google.golang.org/genproto v0.0.0-20220607223854-30acc4cbd2aa // indirect
138
- gopkg.in/ini.v1 v1.51 .0 // indirect
132
+ golang.org/x/net v0.4.0 // indirect
133
+ golang.org/x/text v0.5.0 // indirect
134
+ golang.org/x/time v0.1.0 // indirect
135
+ golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
136
+ google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef // indirect
137
+ gopkg.in/ini.v1 v1.67 .0 // indirect
139
138
gopkg.in/yaml.v2 v2.4.0 // indirect
139
+ gopkg.in/yaml.v3 v3.0.1 // indirect
140
140
)
0 commit comments