Skip to content

Commit 21443bc

Browse files
Bump the all-deps group with 8 updates (#1721)
Bumps the all-deps group with 8 updates: | Package | From | To | | --- | --- | --- | | [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | `1.14.28` | `1.14.30` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.22.0` | `1.23.0` | | [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.6` | `1.0.7` | | [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) | `3.6.1` | `3.6.4` | | [go.etcd.io/etcd/etcdctl/v3](https://github.com/etcd-io/etcd) | `3.6.1` | `3.6.4` | | [go.etcd.io/etcd/v3](https://github.com/etcd-io/etcd) | `3.6.1` | `3.6.4` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.39.0` | `0.40.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.73.0` | `1.74.2` | Updates `github.com/mattn/go-sqlite3` from 1.14.28 to 1.14.30 - [Release notes](https://github.com/mattn/go-sqlite3/releases) - [Commits](mattn/go-sqlite3@v1.14.28...v1.14.30) Updates `github.com/prometheus/client_golang` from 1.22.0 to 1.23.0 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.22.0...v1.23.0) Updates `github.com/spf13/pflag` from 1.0.6 to 1.0.7 - [Release notes](https://github.com/spf13/pflag/releases) - [Commits](spf13/pflag@v1.0.6...v1.0.7) Updates `go.etcd.io/etcd/client/v3` from 3.6.1 to 3.6.4 - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](etcd-io/etcd@v3.6.1...v3.6.4) Updates `go.etcd.io/etcd/etcdctl/v3` from 3.6.1 to 3.6.4 - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](etcd-io/etcd@v3.6.1...v3.6.4) Updates `go.etcd.io/etcd/v3` from 3.6.1 to 3.6.4 - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](etcd-io/etcd@v3.6.1...v3.6.4) Updates `golang.org/x/crypto` from 0.39.0 to 0.40.0 - [Commits](golang/crypto@v0.39.0...v0.40.0) Updates `google.golang.org/grpc` from 1.73.0 to 1.74.2 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.73.0...v1.74.2) --- updated-dependencies: - dependency-name: github.com/mattn/go-sqlite3 dependency-version: 1.14.30 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: github.com/prometheus/client_golang dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: github.com/spf13/pflag dependency-version: 1.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: go.etcd.io/etcd/client/v3 dependency-version: 3.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: go.etcd.io/etcd/etcdctl/v3 dependency-version: 3.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: go.etcd.io/etcd/v3 dependency-version: 3.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: golang.org/x/crypto dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: google.golang.org/grpc dependency-version: 1.74.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a0b0fd6 commit 21443bc

File tree

2 files changed

+104
-103
lines changed

2 files changed

+104
-103
lines changed

go.mod

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -15,31 +15,31 @@ require (
1515
github.com/hashicorp/golang-lru/v2 v2.0.7
1616
github.com/jackc/pgx/v5 v5.7.5
1717
github.com/kylelemons/godebug v1.1.0
18-
github.com/mattn/go-sqlite3 v1.14.28
19-
github.com/prometheus/client_golang v1.22.0
18+
github.com/mattn/go-sqlite3 v1.14.30
19+
github.com/prometheus/client_golang v1.23.0
2020
github.com/rs/cors v1.11.1
2121
github.com/sergi/go-diff v1.4.0
2222
github.com/spf13/cobra v1.9.1
23-
github.com/spf13/pflag v1.0.6
23+
github.com/spf13/pflag v1.0.7
2424
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
2525
github.com/transparency-dev/merkle v0.0.2
26-
go.etcd.io/etcd/client/v3 v3.6.1
27-
go.etcd.io/etcd/etcdctl/v3 v3.6.1
28-
go.etcd.io/etcd/v3 v3.6.1
29-
golang.org/x/crypto v0.39.0
26+
go.etcd.io/etcd/client/v3 v3.6.4
27+
go.etcd.io/etcd/etcdctl/v3 v3.6.4
28+
go.etcd.io/etcd/v3 v3.6.4
29+
golang.org/x/crypto v0.40.0
3030
golang.org/x/time v0.12.0
31-
google.golang.org/grpc v1.73.0
31+
google.golang.org/grpc v1.74.2
3232
google.golang.org/protobuf v1.36.6
3333
gopkg.in/yaml.v3 v3.0.1
3434
k8s.io/klog/v2 v2.130.1
3535
)
3636

3737
require (
3838
bitbucket.org/creachadair/shell v0.0.8 // indirect
39-
cel.dev/expr v0.23.0 // indirect
39+
cel.dev/expr v0.24.0 // indirect
4040
cloud.google.com/go/auth v0.15.0 // indirect
4141
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
42-
cloud.google.com/go/compute/metadata v0.6.0 // indirect
42+
cloud.google.com/go/compute/metadata v0.7.0 // indirect
4343
cloud.google.com/go/monitoring v1.24.0 // indirect
4444
cloud.google.com/go/trace v1.11.3 // indirect
4545
contrib.go.opencensus.io/exporter/stackdriver v0.13.14 // indirect
@@ -53,7 +53,7 @@ require (
5353
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
5454
github.com/cespare/xxhash/v2 v2.3.0 // indirect
5555
github.com/cheggaaa/pb/v3 v3.1.6 // indirect
56-
github.com/cncf/xds/go v0.0.0-20250326154945-ae57f3c0d45f // indirect
56+
github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect
5757
github.com/coreos/go-semver v0.3.1 // indirect
5858
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
5959
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
@@ -63,7 +63,7 @@ require (
6363
github.com/fatih/color v1.18.0 // indirect
6464
github.com/felixge/httpsnoop v1.0.4 // indirect
6565
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
66-
github.com/go-logr/logr v1.4.2 // indirect
66+
github.com/go-logr/logr v1.4.3 // indirect
6767
github.com/go-logr/stdr v1.2.2 // indirect
6868
github.com/gogo/protobuf v1.3.2 // indirect
6969
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
@@ -96,9 +96,9 @@ require (
9696
github.com/olekukonko/tablewriter v0.0.5 // indirect
9797
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
9898
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
99-
github.com/prometheus/client_model v0.6.1 // indirect
100-
github.com/prometheus/common v0.62.0 // indirect
101-
github.com/prometheus/procfs v0.15.1 // indirect
99+
github.com/prometheus/client_model v0.6.2 // indirect
100+
github.com/prometheus/common v0.65.0 // indirect
101+
github.com/prometheus/procfs v0.16.1 // indirect
102102
github.com/prometheus/prometheus v0.51.0 // indirect
103103
github.com/rivo/uniseg v0.4.7 // indirect
104104
github.com/sirupsen/logrus v1.9.3 // indirect
@@ -108,39 +108,39 @@ require (
108108
github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 // indirect
109109
github.com/xiang90/probing v0.0.0-20221125231312-a49e3df8f510 // indirect
110110
github.com/zeebo/errs v1.4.0 // indirect
111-
go.etcd.io/bbolt v1.4.0 // indirect
112-
go.etcd.io/etcd/api/v3 v3.6.1 // indirect
113-
go.etcd.io/etcd/client/pkg/v3 v3.6.1 // indirect
114-
go.etcd.io/etcd/etcdutl/v3 v3.6.1 // indirect
115-
go.etcd.io/etcd/pkg/v3 v3.6.1 // indirect
116-
go.etcd.io/etcd/server/v3 v3.6.1 // indirect
117-
go.etcd.io/etcd/tests/v3 v3.6.1 // indirect
111+
go.etcd.io/bbolt v1.4.2 // indirect
112+
go.etcd.io/etcd/api/v3 v3.6.4 // indirect
113+
go.etcd.io/etcd/client/pkg/v3 v3.6.4 // indirect
114+
go.etcd.io/etcd/etcdutl/v3 v3.6.4 // indirect
115+
go.etcd.io/etcd/pkg/v3 v3.6.4 // indirect
116+
go.etcd.io/etcd/server/v3 v3.6.4 // indirect
117+
go.etcd.io/etcd/tests/v3 v3.6.4 // indirect
118118
go.etcd.io/gofail v0.2.0 // indirect
119119
go.etcd.io/raft/v3 v3.6.0 // indirect
120120
go.opencensus.io v0.24.0 // indirect
121121
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
122122
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 // indirect
123123
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect
124-
go.opentelemetry.io/otel v1.35.0 // indirect
124+
go.opentelemetry.io/otel v1.36.0 // indirect
125125
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0 // indirect
126126
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34.0 // indirect
127-
go.opentelemetry.io/otel/metric v1.35.0 // indirect
128-
go.opentelemetry.io/otel/sdk v1.35.0 // indirect
129-
go.opentelemetry.io/otel/trace v1.35.0 // indirect
127+
go.opentelemetry.io/otel/metric v1.36.0 // indirect
128+
go.opentelemetry.io/otel/sdk v1.36.0 // indirect
129+
go.opentelemetry.io/otel/trace v1.36.0 // indirect
130130
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
131131
go.uber.org/multierr v1.11.0 // indirect
132132
go.uber.org/zap v1.27.0 // indirect
133133
golang.org/x/mod v0.25.0 // indirect
134-
golang.org/x/net v0.40.0 // indirect
135-
golang.org/x/oauth2 v0.28.0 // indirect
136-
golang.org/x/sync v0.15.0 // indirect
137-
golang.org/x/sys v0.33.0 // indirect
138-
golang.org/x/text v0.26.0 // indirect
139-
golang.org/x/tools v0.33.0 // indirect
134+
golang.org/x/net v0.41.0 // indirect
135+
golang.org/x/oauth2 v0.30.0 // indirect
136+
golang.org/x/sync v0.16.0 // indirect
137+
golang.org/x/sys v0.34.0 // indirect
138+
golang.org/x/text v0.27.0 // indirect
139+
golang.org/x/tools v0.34.0 // indirect
140140
google.golang.org/api v0.226.0 // indirect
141141
google.golang.org/genproto v0.0.0-20250122153221-138b5a5a4fd4 // indirect
142-
google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463 // indirect
143-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
142+
google.golang.org/genproto/googleapis/api v0.0.0-20250528174236-200df99c418a // indirect
143+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
144144
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
145145
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
146146
sigs.k8s.io/yaml v1.4.0 // indirect

0 commit comments

Comments
 (0)