Skip to content

Commit c17c085

Browse files
authored
(chore) Comment out flake in TestRebuild, update high sev deps (#2947)
Comment out flake in TestRebuild, update high sev deps Signed-off-by: schristoff <28318173+schristoff@users.noreply.github.com>
1 parent da36569 commit c17c085

File tree

3 files changed

+80
-25
lines changed

3 files changed

+80
-25
lines changed

go.mod

+21-21
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ require (
3434
github.com/ghodss/yaml v1.0.0
3535
github.com/google/go-cmp v0.5.9
3636
github.com/google/go-containerregistry v0.15.2
37-
github.com/google/uuid v1.3.0
37+
github.com/google/uuid v1.3.1
3838
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
3939
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
4040
github.com/hashicorp/go-hclog v1.5.0
@@ -46,7 +46,7 @@ require (
4646
github.com/mikefarah/yq/v3 v3.0.0-20201202084205-8846255d1c37
4747
github.com/mitchellh/mapstructure v1.5.0
4848
github.com/mmcdole/gofeed v1.2.1
49-
github.com/moby/buildkit v0.12.1-0.20230717122532-faa0cc7da353
49+
github.com/moby/buildkit v0.12.2
5050
github.com/moby/term v0.5.0
5151
github.com/olekukonko/tablewriter v0.0.5
5252
github.com/opencontainers/go-digest v1.0.0
@@ -63,16 +63,16 @@ require (
6363
github.com/xeipuuv/gojsonschema v1.2.0
6464
go.mongodb.org/mongo-driver v1.12.0
6565
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.42.0
66-
go.opentelemetry.io/otel v1.16.0
67-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.16.0
68-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.16.0
69-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.16.0
66+
go.opentelemetry.io/otel v1.19.0
67+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0
68+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0
69+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0
7070
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.16.0
71-
go.opentelemetry.io/otel/sdk v1.16.0
72-
go.opentelemetry.io/otel/trace v1.16.0
71+
go.opentelemetry.io/otel/sdk v1.19.0
72+
go.opentelemetry.io/otel/trace v1.19.0
7373
go.uber.org/zap v1.24.0
7474
golang.org/x/sync v0.3.0
75-
google.golang.org/grpc v1.57.0
75+
google.golang.org/grpc v1.59.0
7676
google.golang.org/protobuf v1.31.0
7777
gopkg.in/AlecAivazis/survey.v1 v1.8.8
7878
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
@@ -141,7 +141,7 @@ require (
141141
github.com/google/gofuzz v1.2.0 // indirect
142142
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
143143
github.com/gorilla/mux v1.8.0 // indirect
144-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
144+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.0 // indirect
145145
github.com/hashicorp/errwrap v1.1.0 // indirect
146146
github.com/hashicorp/hcl v1.0.0 // indirect
147147
github.com/hashicorp/yamux v0.1.1 // indirect
@@ -224,24 +224,24 @@ require (
224224
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.42.0 // indirect
225225
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0 // indirect
226226
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.16.0 // indirect
227-
go.opentelemetry.io/otel/metric v1.16.0 // indirect
228-
go.opentelemetry.io/proto/otlp v0.20.0 // indirect
227+
go.opentelemetry.io/otel/metric v1.19.0 // indirect
228+
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
229229
go.uber.org/atomic v1.11.0 // indirect
230230
go.uber.org/multierr v1.11.0 // indirect
231-
golang.org/x/crypto v0.11.0 // indirect
231+
golang.org/x/crypto v0.14.0 // indirect
232232
golang.org/x/mod v0.12.0 // indirect
233-
golang.org/x/net v0.12.0 // indirect
234-
golang.org/x/oauth2 v0.10.0 // indirect
235-
golang.org/x/sys v0.10.0 // indirect
236-
golang.org/x/term v0.10.0 // indirect
237-
golang.org/x/text v0.11.0 // indirect
233+
golang.org/x/net v0.17.0 // indirect
234+
golang.org/x/oauth2 v0.12.0 // indirect
235+
golang.org/x/sys v0.13.0 // indirect
236+
golang.org/x/term v0.13.0 // indirect
237+
golang.org/x/text v0.13.0 // indirect
238238
golang.org/x/time v0.3.0 // indirect
239239
golang.org/x/tools v0.11.1 // indirect
240240
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
241241
google.golang.org/appengine v1.6.7 // indirect
242-
google.golang.org/genproto v0.0.0-20230731193218-e0aa005b6bdf // indirect
243-
google.golang.org/genproto/googleapis/api v0.0.0-20230726155614-23370e0ffb3e // indirect
244-
google.golang.org/genproto/googleapis/rpc v0.0.0-20230731193218-e0aa005b6bdf // indirect
242+
google.golang.org/genproto v0.0.0-20231012201019-e917dd12ba7a // indirect
243+
google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b // indirect
244+
google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b // indirect
245245
gopkg.in/inf.v0 v0.9.1 // indirect
246246
gopkg.in/ini.v1 v1.67.0 // indirect
247247
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)