Skip to content

Commit 3ecf8b1

Browse files
committed
Run the go mod vendor. Remove assignees for renovate PR temporarily.
Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
1 parent abae5c5 commit 3ecf8b1

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
*************************************************/
5252

5353
// Don't leave dep. update. PRs "hanging", assign them to people.
54-
"assignees": ["rhatdan", "vrothberg", "Luap99"],
54+
// "assignees": ["rhatdan", "vrothberg", "Luap99"],
5555
"postUpdateOptions": [
5656
"gomodVendor",
5757
"gomodTidy"

vendor/modules.txt

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ github.com/cyberphone/json-canonicalization/go/src/webpki.org/jsoncanonicalizer
9999
# github.com/cyphar/filepath-securejoin v0.4.1
100100
## explicit; go 1.18
101101
github.com/cyphar/filepath-securejoin
102-
# github.com/davecgh/go-spew v1.1.1
103-
## explicit
104102
# github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
105103
## explicit
106104
github.com/davecgh/go-spew/spew
@@ -229,6 +227,8 @@ github.com/google/uuid
229227
# github.com/gorilla/mux v1.8.1
230228
## explicit; go 1.20
231229
github.com/gorilla/mux
230+
# github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1
231+
## explicit; go 1.22
232232
# github.com/hashicorp/errwrap v1.1.0
233233
## explicit
234234
github.com/hashicorp/errwrap
@@ -267,6 +267,8 @@ github.com/klauspost/pgzip
267267
# github.com/kr/fs v0.1.0
268268
## explicit
269269
github.com/kr/fs
270+
# github.com/kr/pretty v0.3.1
271+
## explicit; go 1.12
270272
# github.com/letsencrypt/boulder v0.0.0-20240620165639-de9c06129bec
271273
## explicit; go 1.22.0
272274
github.com/letsencrypt/boulder/core
@@ -306,7 +308,7 @@ github.com/moby/sys/capability
306308
# github.com/moby/sys/mountinfo v0.7.2
307309
## explicit; go 1.17
308310
github.com/moby/sys/mountinfo
309-
# github.com/moby/sys/sequential v0.5.0
311+
# github.com/moby/sys/sequential v0.6.0
310312
## explicit; go 1.17
311313
# github.com/moby/sys/user v0.4.0
312314
## explicit; go 1.17
@@ -430,6 +432,8 @@ github.com/prometheus/procfs/internal/util
430432
# github.com/rivo/uniseg v0.4.7
431433
## explicit; go 1.18
432434
github.com/rivo/uniseg
435+
# github.com/rogpeppe/go-internal v1.13.1
436+
## explicit; go 1.22
433437
# github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
434438
## explicit; go 1.21
435439
github.com/santhosh-tekuri/jsonschema/v6
@@ -551,6 +555,8 @@ go.opentelemetry.io/otel/internal/global
551555
go.opentelemetry.io/otel/propagation
552556
go.opentelemetry.io/otel/semconv/v1.20.0
553557
go.opentelemetry.io/otel/semconv/v1.26.0
558+
# go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0
559+
## explicit; go 1.22.0
554560
# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.35.0
555561
## explicit; go 1.22.0
556562
# go.opentelemetry.io/otel/metric v1.35.0
@@ -564,6 +570,8 @@ go.opentelemetry.io/otel/trace
564570
go.opentelemetry.io/otel/trace/embedded
565571
go.opentelemetry.io/otel/trace/internal/telemetry
566572
go.opentelemetry.io/otel/trace/noop
573+
# go.opentelemetry.io/proto/otlp v1.5.0
574+
## explicit; go 1.22.0
567575
# go.podman.io/image/v5 v5.36.1-0.20250820085751-a13b38f45723
568576
## explicit; go 1.23.3
569577
# go.podman.io/storage v1.59.1-0.20250820085751-a13b38f45723
@@ -623,8 +631,6 @@ golang.org/x/oauth2/internal
623631
## explicit; go 1.23.0
624632
golang.org/x/sync/errgroup
625633
golang.org/x/sync/semaphore
626-
# golang.org/x/sys v0.34.0
627-
## explicit; go 1.23.0
628634
# golang.org/x/sys v0.35.0
629635
## explicit; go 1.23.0
630636
golang.org/x/sys/cpu
@@ -780,6 +786,8 @@ google.golang.org/protobuf/types/gofeaturespb
780786
google.golang.org/protobuf/types/known/anypb
781787
google.golang.org/protobuf/types/known/durationpb
782788
google.golang.org/protobuf/types/known/timestamppb
789+
# gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
790+
## explicit; go 1.11
783791
# gopkg.in/yaml.v3 v3.0.1
784792
## explicit
785793
gopkg.in/yaml.v3

0 commit comments

Comments
 (0)