@@ -58,7 +58,7 @@ require (
58
58
github.com/iancoleman/strcase v0.2.0
59
59
github.com/influxdata/telegraf v0.0.0-00010101000000-000000000000
60
60
github.com/jackc/pgx/v4 v4.17.2
61
- github.com/jaegertracing/jaeger v1.39 .0
61
+ github.com/jaegertracing/jaeger v1.40 .0
62
62
github.com/kardianos/service v1.2.2
63
63
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
64
64
github.com/kr/pretty v0.3.1
@@ -104,7 +104,7 @@ require (
104
104
golang.org/x/sync v0.1.0
105
105
golang.org/x/sys v0.3.0
106
106
golang.org/x/tools v0.3.0
107
- google.golang.org/grpc v1.50.1
107
+ google.golang.org/grpc v1.51.0
108
108
gopkg.in/fatih/set.v0 v0.1.0
109
109
gopkg.in/go-playground/validator.v9 v9.31.0
110
110
gopkg.in/yaml.v2 v2.4.0
@@ -131,8 +131,7 @@ require (
131
131
)
132
132
133
133
require (
134
- cloud.google.com/go/compute v1.7.0 // indirect
135
- cloud.google.com/go/monitoring v1.5.0 // indirect
134
+ cloud.google.com/go/compute v1.10.0 // indirect
136
135
code.cloudfoundry.org/go-diodes v0.0.0-20180905200951-72629b5276e3 // indirect
137
136
code.cloudfoundry.org/rfc5424 v0.0.0-20180905210152-236a6d29298a // indirect
138
137
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
@@ -187,18 +186,18 @@ require (
187
186
github.com/google/go-querystring v1.1.0 // indirect
188
187
github.com/google/gofuzz v1.1.0 // indirect
189
188
github.com/google/uuid v1.3.0 // indirect
190
- github.com/googleapis/enterprise-certificate-proxy v0.0.0-20220520183353-fd19c99a87aa // indirect
191
- github.com/googleapis/gax-go/v2 v2.4 .0 // indirect
189
+ github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
190
+ github.com/googleapis/gax-go/v2 v2.6 .0 // indirect
192
191
github.com/gophercloud/gophercloud v0.16.0 // indirect
193
192
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
194
193
github.com/hashicorp/errwrap v1.1.0 // indirect
195
194
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
196
195
github.com/hashicorp/go-gcp-common v0.8.0 // indirect
197
- github.com/hashicorp/go-hclog v1.3.1 // indirect
196
+ github.com/hashicorp/go-hclog v1.4.0 // indirect
198
197
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
199
198
github.com/hashicorp/go-kms-wrapping/entropy/v2 v2.0.0 // indirect
200
199
github.com/hashicorp/go-multierror v1.1.1 // indirect
201
- github.com/hashicorp/go-plugin v1.4.5 // indirect
200
+ github.com/hashicorp/go-plugin v1.4.6 // indirect
202
201
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
203
202
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
204
203
github.com/hashicorp/go-secure-stdlib/awsutil v0.1.6 // indirect
@@ -226,7 +225,7 @@ require (
226
225
github.com/json-iterator/go v1.1.12 // indirect
227
226
github.com/jtolds/gls v4.20.0+incompatible // indirect
228
227
github.com/karrick/godirwalk v1.16.1 // indirect
229
- github.com/klauspost/compress v1.15.11 // indirect
228
+ github.com/klauspost/compress v1.15.12 // indirect
230
229
github.com/kr/text v0.2.0 // indirect
231
230
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
232
231
github.com/mattn/go-colorable v0.1.12 // indirect
@@ -273,21 +272,21 @@ require (
273
272
github.com/yusufpapurcu/wmi v1.2.2 // indirect
274
273
go.etcd.io/etcd/api/v3 v3.5.6 // indirect
275
274
go.etcd.io/etcd/client/pkg/v3 v3.5.6 // indirect
276
- go.opencensus.io v0.23 .0 // indirect
275
+ go.opencensus.io v0.24 .0 // indirect
277
276
go.uber.org/atomic v1.10.0 // indirect
278
277
go.uber.org/multierr v1.8.0 // indirect
279
- go.uber.org/zap v1.23 .0 // indirect
278
+ go.uber.org/zap v1.24 .0 // indirect
280
279
golang.org/x/crypto v0.3.0 // indirect
281
280
golang.org/x/exp v0.0.0-20221114191408-850992195362 // indirect
282
281
golang.org/x/mod v0.7.0 // indirect
283
- golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c // indirect
282
+ golang.org/x/oauth2 v0.0.0-20221006150949-b44042a4b9c1 // indirect
284
283
golang.org/x/term v0.3.0 // indirect
285
284
golang.org/x/text v0.5.0 // indirect
286
285
golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
287
- golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
288
- google.golang.org/api v0.84 .0 // indirect
286
+ golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
287
+ google.golang.org/api v0.99 .0 // indirect
289
288
google.golang.org/appengine v1.6.7 // indirect
290
- google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc // indirect
289
+ google.golang.org/genproto v0.0.0-20221027153422-115e99e71e1c // indirect
291
290
google.golang.org/protobuf v1.28.1 // indirect
292
291
gopkg.in/fsnotify.v1 v1.4.7 // indirect
293
292
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
0 commit comments