Skip to content

Commit 3497a2d

Browse files
build(deps): bump the go-dependencies group across 1 directory with 28 updates
Bumps the go-dependencies group with 18 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) | `3.4.0` | `3.5.0` | | [github.com/alicebob/miniredis/v2](https://github.com/alicebob/miniredis) | `2.35.0` | `2.38.0` | | [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.6.0` | `0.7.0` | | [github.com/gin-contrib/pprof](https://github.com/gin-contrib/pprof) | `1.5.3` | `1.5.4` | | [github.com/go-resty/resty/v2](https://github.com/go-resty/resty) | `2.17.1` | `2.17.2` | | [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault) | `1.22.0` | `1.23.0` | | [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) | `5.8.0` | `5.9.2` | | [github.com/joeig/go-powerdns/v3](https://github.com/joeig/go-powerdns) | `3.20.0` | `3.21.0` | | [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter) | `1.1.3` | `1.1.4` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` | | [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) | `9.17.2` | `9.19.0` | | [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.35.0` | `0.42.0` | | [github.com/testcontainers/testcontainers-go/modules/postgres](https://github.com/testcontainers/testcontainers-go) | `0.35.0` | `0.42.0` | | [go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.59.0` | `0.68.0` | | [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://github.com/open-telemetry/opentelemetry-go) | `1.34.0` | `1.43.0` | | [golang.org/x/time](https://github.com/golang/time) | `0.14.0` | `0.15.0` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.29.9` | `0.36.1` | | [k8s.io/cloud-provider](https://github.com/kubernetes/cloud-provider) | `0.29.9` | `0.36.1` | Updates `github.com/Masterminds/semver/v3` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/Masterminds/semver/releases) - [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md) - [Commits](Masterminds/semver@v3.4.0...v3.5.0) Updates `github.com/alicebob/miniredis/v2` from 2.35.0 to 2.38.0 - [Release notes](https://github.com/alicebob/miniredis/releases) - [Changelog](https://github.com/alicebob/miniredis/blob/master/CHANGELOG.md) - [Commits](alicebob/miniredis@v2.35.0...v2.38.0) Updates `github.com/docker/go-connections` from 0.6.0 to 0.7.0 - [Commits](docker/go-connections@v0.6.0...v0.7.0) Updates `github.com/gin-contrib/pprof` from 1.5.3 to 1.5.4 - [Release notes](https://github.com/gin-contrib/pprof/releases) - [Commits](gin-contrib/pprof@v1.5.3...v1.5.4) Updates `github.com/gin-gonic/gin` from 1.11.0 to 1.12.0 - [Release notes](https://github.com/gin-gonic/gin/releases) - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - [Commits](gin-gonic/gin@v1.11.0...v1.12.0) Updates `github.com/go-resty/resty/v2` from 2.17.1 to 2.17.2 - [Release notes](https://github.com/go-resty/resty/releases) - [Commits](go-resty/resty@v2.17.1...v2.17.2) Updates `github.com/hashicorp/vault/api` from 1.22.0 to 1.23.0 - [Release notes](https://github.com/hashicorp/vault/releases) - [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md) - [Commits](hashicorp/vault@api/v1.22.0...api/v1.23.0) Updates `github.com/jackc/pgx/v5` from 5.8.0 to 5.9.2 - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](jackc/pgx@v5.8.0...v5.9.2) Updates `github.com/joeig/go-powerdns/v3` from 3.20.0 to 3.21.0 - [Release notes](https://github.com/joeig/go-powerdns/releases) - [Commits](joeig/go-powerdns@v3.20.0...v3.21.0) Updates `github.com/olekukonko/tablewriter` from 1.1.3 to 1.1.4 - [Release notes](https://github.com/olekukonko/tablewriter/releases) - [Commits](olekukonko/tablewriter@v1.1.3...v1.1.4) Updates `github.com/prometheus/client_golang` from 1.17.0 to 1.23.2 - [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.17.0...v1.23.2) Updates `github.com/redis/go-redis/v9` from 9.17.2 to 9.19.0 - [Release notes](https://github.com/redis/go-redis/releases) - [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md) - [Commits](redis/go-redis@v9.17.2...v9.19.0) Updates `github.com/testcontainers/testcontainers-go` from 0.35.0 to 0.42.0 - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](testcontainers/testcontainers-go@v0.35.0...v0.42.0) Updates `github.com/testcontainers/testcontainers-go/modules/postgres` from 0.35.0 to 0.42.0 - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](testcontainers/testcontainers-go@v0.35.0...v0.42.0) Updates `go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin` from 0.59.0 to 0.68.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.59.0...zpages/v0.68.0) Updates `go.opentelemetry.io/otel` from 1.42.0 to 1.43.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.42.0...v1.43.0) Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp` from 1.34.0 to 1.43.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.34.0...v1.43.0) Updates `go.opentelemetry.io/otel/exporters/stdout/stdouttrace` from 1.34.0 to 1.43.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.34.0...v1.43.0) Updates `go.opentelemetry.io/otel/sdk` from 1.42.0 to 1.43.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.42.0...v1.43.0) Updates `go.opentelemetry.io/otel/trace` from 1.42.0 to 1.43.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.42.0...v1.43.0) Updates `golang.org/x/crypto` from 0.47.0 to 0.49.0 - [Commits](golang/crypto@v0.47.0...v0.49.0) Updates `golang.org/x/time` from 0.14.0 to 0.15.0 - [Commits](golang/time@v0.14.0...v0.15.0) Updates `google.golang.org/grpc` from 1.69.4 to 1.80.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.69.4...v1.80.0) Updates `k8s.io/api` from 0.29.9 to 0.36.1 - [Commits](kubernetes/api@v0.29.9...v0.36.1) Updates `k8s.io/apimachinery` from 0.29.9 to 0.36.1 - [Commits](kubernetes/apimachinery@v0.29.9...v0.36.1) Updates `k8s.io/cloud-provider` from 0.29.9 to 0.36.1 - [Commits](kubernetes/cloud-provider@v0.29.9...v0.36.1) Updates `k8s.io/component-base` from 0.29.9 to 0.36.1 - [Commits](kubernetes/component-base@v0.29.9...v0.36.1) Updates `k8s.io/klog/v2` from 2.110.1 to 2.140.0 - [Release notes](https://github.com/kubernetes/klog/releases) - [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md) - [Commits](kubernetes/klog@v2.110.1...2.140.0) --- updated-dependencies: - dependency-name: github.com/alicebob/miniredis/v2 dependency-version: 2.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/docker/go-connections dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/gin-contrib/pprof dependency-version: 1.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/gin-gonic/gin dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/go-resty/resty/v2 dependency-version: 2.17.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/hashicorp/vault/api dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/jackc/pgx/v5 dependency-version: 5.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/joeig/go-powerdns/v3 dependency-version: 3.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/Masterminds/semver/v3 dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/olekukonko/tablewriter dependency-version: 1.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/prometheus/client_golang dependency-version: 1.23.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/redis/go-redis/v9 dependency-version: 9.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/testcontainers/testcontainers-go dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/testcontainers/testcontainers-go/modules/postgres dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin dependency-version: 0.68.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: go.opentelemetry.io/otel dependency-version: 1.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp dependency-version: 1.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: go.opentelemetry.io/otel/exporters/stdout/stdouttrace dependency-version: 1.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: go.opentelemetry.io/otel/sdk dependency-version: 1.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: go.opentelemetry.io/otel/trace dependency-version: 1.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/crypto dependency-version: 0.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/time dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: google.golang.org/grpc dependency-version: 1.80.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: k8s.io/api dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: k8s.io/apimachinery dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: k8s.io/cloud-provider dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: k8s.io/component-base dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: k8s.io/klog/v2 dependency-version: 2.140.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fe8644b commit 3497a2d

2 files changed

Lines changed: 373 additions & 381 deletions

File tree

go.mod

Lines changed: 115 additions & 113 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,80 @@
11
module github.com/poyrazk/thecloud
22

3-
go 1.25.0
3+
go 1.26.0
44

55
require (
6-
github.com/Masterminds/semver/v3 v3.4.0
7-
github.com/alicebob/miniredis/v2 v2.35.0
6+
github.com/Masterminds/semver/v3 v3.5.0
7+
github.com/alicebob/miniredis/v2 v2.38.0
88
github.com/container-storage-interface/spec v1.12.0
99
github.com/containerd/errdefs v1.0.0
1010
github.com/digitalocean/go-libvirt v0.0.0-20260106181248-56be673cd6a5
1111
github.com/docker/docker v28.5.2+incompatible
12-
github.com/docker/go-connections v0.6.0
12+
github.com/docker/go-connections v0.7.0
1313
github.com/exaring/otelpgx v0.10.0
1414
github.com/firecracker-microvm/firecracker-go-sdk v1.0.0
15-
github.com/gin-contrib/pprof v1.5.3
16-
github.com/gin-gonic/gin v1.11.0
17-
github.com/go-resty/resty/v2 v2.17.1
15+
github.com/gin-contrib/pprof v1.5.4
16+
github.com/gin-gonic/gin v1.12.0
17+
github.com/go-resty/resty/v2 v2.17.2
18+
github.com/golang-jwt/jwt/v5 v5.3.1
1819
github.com/google/uuid v1.6.0
19-
github.com/gorilla/websocket v1.5.3
20-
github.com/hashicorp/vault/api v1.22.0
21-
github.com/jackc/pgx/v5 v5.8.0
22-
github.com/joeig/go-powerdns/v3 v3.20.0
20+
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674
21+
github.com/hashicorp/vault/api v1.23.0
22+
github.com/jackc/pgx/v5 v5.9.2
23+
github.com/joeig/go-powerdns/v3 v3.21.0
2324
github.com/joho/godotenv v1.5.1
24-
github.com/olekukonko/tablewriter v1.1.3
25+
github.com/olekukonko/tablewriter v1.1.4
2526
github.com/opencontainers/image-spec v1.1.1
2627
github.com/pashagolub/pgxmock/v3 v3.4.0
27-
github.com/prometheus/client_golang v1.17.0
28+
github.com/prometheus/client_golang v1.23.2
2829
github.com/prometheus/client_model v0.6.2
29-
github.com/redis/go-redis/v9 v9.17.2
30+
github.com/redis/go-redis/v9 v9.19.0
3031
github.com/robfig/cron/v3 v3.0.1
3132
github.com/spf13/cobra v1.10.2
3233
github.com/spf13/pflag v1.0.10
3334
github.com/stretchr/testify v1.11.1
3435
github.com/swaggo/files v1.0.1
3536
github.com/swaggo/gin-swagger v1.6.1
3637
github.com/swaggo/swag v1.16.6
37-
github.com/testcontainers/testcontainers-go v0.35.0
38-
github.com/testcontainers/testcontainers-go/modules/postgres v0.35.0
38+
github.com/testcontainers/testcontainers-go v0.42.0
39+
github.com/testcontainers/testcontainers-go/modules/postgres v0.42.0
3940
github.com/wagslane/go-password-validator v0.3.0
40-
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.59.0
41-
go.opentelemetry.io/otel v1.42.0
42-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.34.0
43-
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.34.0
44-
go.opentelemetry.io/otel/sdk v1.42.0
45-
go.opentelemetry.io/otel/trace v1.42.0
46-
golang.org/x/crypto v0.47.0
47-
golang.org/x/time v0.14.0
48-
google.golang.org/grpc v1.69.4
49-
google.golang.org/protobuf v1.36.11
41+
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.68.0
42+
go.opentelemetry.io/otel v1.43.0
43+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.43.0
44+
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.43.0
45+
go.opentelemetry.io/otel/sdk v1.43.0
46+
go.opentelemetry.io/otel/trace v1.43.0
47+
golang.org/x/crypto v0.49.0
48+
golang.org/x/time v0.15.0
49+
google.golang.org/grpc v1.80.0
50+
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af
5051
gopkg.in/yaml.v3 v3.0.1
51-
k8s.io/api v0.29.9
52-
k8s.io/apimachinery v0.29.9
53-
k8s.io/cloud-provider v0.29.9
54-
k8s.io/component-base v0.29.9
55-
k8s.io/klog/v2 v2.110.1
52+
k8s.io/api v0.36.1
53+
k8s.io/apimachinery v0.36.1
54+
k8s.io/cloud-provider v0.36.1
55+
k8s.io/component-base v0.36.1
56+
k8s.io/klog/v2 v2.140.0
5657
)
5758

5859
require (
60+
cel.dev/expr v0.25.1 // indirect
5961
dario.cat/mergo v1.0.2 // indirect
6062
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
6163
github.com/KyleBanks/depth v1.2.1 // indirect
6264
github.com/Microsoft/go-winio v0.6.2 // indirect
6365
github.com/NYTimes/gziphandler v1.1.1 // indirect
64-
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230321174746-8dcc6526cfb1 // indirect
66+
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
6567
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
6668
github.com/beorn7/perks v1.0.1 // indirect
6769
github.com/blang/semver/v4 v4.0.0 // indirect
68-
github.com/bytedance/gopkg v0.1.3 // indirect
69-
github.com/bytedance/sonic v1.14.2 // indirect
70-
github.com/bytedance/sonic/loader v0.4.0 // indirect
70+
github.com/bytedance/gopkg v0.1.4 // indirect
71+
github.com/bytedance/sonic v1.15.0 // indirect
72+
github.com/bytedance/sonic/loader v0.5.1 // indirect
7173
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
74+
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
7275
github.com/cespare/xxhash/v2 v2.3.0 // indirect
73-
github.com/clipperhouse/displaywidth v0.6.2 // indirect
74-
github.com/clipperhouse/stringish v0.1.1 // indirect
75-
github.com/clipperhouse/uax29/v2 v2.3.0 // indirect
76+
github.com/clipperhouse/displaywidth v0.10.0 // indirect
77+
github.com/clipperhouse/uax29/v2 v2.6.0 // indirect
7678
github.com/cloudwego/base64x v0.1.6 // indirect
7779
github.com/containerd/errdefs/pkg v0.3.0 // indirect
7880
github.com/containerd/fifo v1.0.0 // indirect
@@ -81,20 +83,20 @@ require (
8183
github.com/containernetworking/cni v1.0.1 // indirect
8284
github.com/containernetworking/plugins v1.0.1 // indirect
8385
github.com/coreos/go-semver v0.3.1 // indirect
84-
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
86+
github.com/coreos/go-systemd/v22 v22.7.0 // indirect
8587
github.com/cpuguy83/dockercfg v0.3.2 // indirect
86-
github.com/davecgh/go-spew v1.1.1 // indirect
87-
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
88+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
8889
github.com/distribution/reference v0.6.0 // indirect
8990
github.com/docker/go-units v0.5.0 // indirect
90-
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
91-
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
91+
github.com/ebitengine/purego v0.10.0 // indirect
92+
github.com/emicklei/go-restful/v3 v3.13.0 // indirect
9293
github.com/fatih/color v1.18.0 // indirect
9394
github.com/felixge/httpsnoop v1.0.4 // indirect
94-
github.com/fsnotify/fsnotify v1.7.0 // indirect
95-
github.com/gabriel-vasile/mimetype v1.4.12 // indirect
96-
github.com/gin-contrib/sse v1.1.0 // indirect
97-
github.com/go-jose/go-jose/v4 v4.1.1 // indirect
95+
github.com/fsnotify/fsnotify v1.9.0 // indirect
96+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
97+
github.com/gabriel-vasile/mimetype v1.4.13 // indirect
98+
github.com/gin-contrib/sse v1.1.1 // indirect
99+
github.com/go-jose/go-jose/v4 v4.1.3 // indirect
98100
github.com/go-logr/logr v1.4.3 // indirect
99101
github.com/go-logr/stdr v1.2.2 // indirect
100102
github.com/go-ole/go-ole v1.2.6 // indirect
@@ -106,7 +108,7 @@ require (
106108
github.com/go-openapi/runtime v0.24.0 // indirect
107109
github.com/go-openapi/spec v0.22.3 // indirect
108110
github.com/go-openapi/strfmt v0.21.2 // indirect
109-
github.com/go-openapi/swag v0.22.4 // indirect
111+
github.com/go-openapi/swag v0.23.0 // indirect
110112
github.com/go-openapi/swag/conv v0.25.4 // indirect
111113
github.com/go-openapi/swag/jsonname v0.25.4 // indirect
112114
github.com/go-openapi/swag/jsonutils v0.25.4 // indirect
@@ -117,21 +119,17 @@ require (
117119
github.com/go-openapi/validate v0.22.0 // indirect
118120
github.com/go-playground/locales v0.14.1 // indirect
119121
github.com/go-playground/universal-translator v0.18.1 // indirect
120-
github.com/go-playground/validator/v10 v10.30.1 // indirect
122+
github.com/go-playground/validator/v10 v10.30.2 // indirect
121123
github.com/go-stack/stack v1.8.1 // indirect
122-
github.com/goccy/go-json v0.10.5 // indirect
124+
github.com/goccy/go-json v0.10.6 // indirect
123125
github.com/goccy/go-yaml v1.19.2 // indirect
124126
github.com/gogo/protobuf v1.3.2 // indirect
125-
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
126-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
127127
github.com/golang/protobuf v1.5.4 // indirect
128-
github.com/google/cel-go v0.17.7 // indirect
129-
github.com/google/gnostic-models v0.6.8 // indirect
130-
github.com/google/go-cmp v0.7.0 // indirect
131-
github.com/google/gofuzz v1.2.0 // indirect
132-
github.com/google/pprof v0.0.0-20230602010524-ada837c32108 // indirect
133-
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
134-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 // indirect
128+
github.com/google/cel-go v0.26.0 // indirect
129+
github.com/google/gnostic-models v0.7.0 // indirect
130+
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.1.0 // indirect
131+
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3 // indirect
132+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
135133
github.com/hashicorp/errwrap v1.1.0 // indirect
136134
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
137135
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -141,107 +139,111 @@ require (
141139
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
142140
github.com/hashicorp/go-sockaddr v1.0.7 // indirect
143141
github.com/hashicorp/hcl v1.0.1-vault-7 // indirect
144-
github.com/imdario/mergo v0.3.15 // indirect
145142
github.com/inconshreveable/mousetrap v1.1.0 // indirect
146143
github.com/jackc/pgpassfile v1.0.0 // indirect
147144
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
148145
github.com/jackc/puddle/v2 v2.2.2 // indirect
149146
github.com/josharian/intern v1.0.0 // indirect
150147
github.com/json-iterator/go v1.1.12 // indirect
151-
github.com/klauspost/compress v1.18.0 // indirect
148+
github.com/klauspost/compress v1.18.5 // indirect
152149
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
150+
github.com/kylelemons/godebug v1.1.0 // indirect
153151
github.com/leodido/go-urn v1.4.0 // indirect
154152
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
155153
github.com/magiconair/properties v1.8.10 // indirect
156154
github.com/mailru/easyjson v0.7.7 // indirect
157155
github.com/mattn/go-colorable v0.1.14 // indirect
158156
github.com/mattn/go-isatty v0.0.20 // indirect
159157
github.com/mattn/go-runewidth v0.0.19 // indirect
160-
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
161158
github.com/mitchellh/go-homedir v1.1.0 // indirect
162159
github.com/mitchellh/mapstructure v1.5.0 // indirect
163160
github.com/moby/docker-image-spec v1.3.1 // indirect
164-
github.com/moby/go-archive v0.1.0 // indirect
165-
github.com/moby/patternmatcher v0.6.0 // indirect
161+
github.com/moby/go-archive v0.2.0 // indirect
162+
github.com/moby/moby/api v1.54.1 // indirect
163+
github.com/moby/moby/client v0.4.0 // indirect
164+
github.com/moby/patternmatcher v0.6.1 // indirect
166165
github.com/moby/sys/atomicwriter v0.1.0 // indirect
167166
github.com/moby/sys/sequential v0.6.0 // indirect
168167
github.com/moby/sys/user v0.4.0 // indirect
169168
github.com/moby/sys/userns v0.1.0 // indirect
170169
github.com/moby/term v0.5.2 // indirect
171170
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
172-
github.com/modern-go/reflect2 v1.0.2 // indirect
171+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
173172
github.com/morikuni/aec v1.1.0 // indirect
174173
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
175174
github.com/oklog/ulid v1.3.1 // indirect
176175
github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6 // indirect
177-
github.com/olekukonko/errors v1.1.0 // indirect
178-
github.com/olekukonko/ll v0.1.4-0.20260115111900-9e59c2286df0 // indirect
179-
github.com/onsi/ginkgo/v2 v2.17.1 // indirect
176+
github.com/olekukonko/errors v1.2.0 // indirect
177+
github.com/olekukonko/ll v0.1.6 // indirect
180178
github.com/onsi/gomega v1.32.0 // indirect
181179
github.com/opencontainers/go-digest v1.0.0 // indirect
182180
github.com/opentracing/opentracing-go v1.2.0 // indirect
183-
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
181+
github.com/pelletier/go-toml/v2 v2.3.0 // indirect
184182
github.com/pkg/errors v0.9.1 // indirect
185-
github.com/pmezard/go-difflib v1.0.0 // indirect
186-
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
187-
github.com/prometheus/common v0.44.0 // indirect
183+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
184+
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
185+
github.com/prometheus/common v0.67.5 // indirect
188186
github.com/prometheus/procfs v0.19.2 // indirect
189187
github.com/quic-go/qpack v0.6.0 // indirect
190188
github.com/quic-go/quic-go v0.59.0 // indirect
191189
github.com/ryanuber/go-glob v1.0.0 // indirect
192-
github.com/shirou/gopsutil/v3 v3.23.12 // indirect
193-
github.com/shoenig/go-m1cpu v0.1.6 // indirect
194-
github.com/sirupsen/logrus v1.9.3 // indirect
190+
github.com/shirou/gopsutil/v4 v4.26.3 // indirect
191+
github.com/sirupsen/logrus v1.9.4 // indirect
195192
github.com/stoewer/go-strcase v1.3.0 // indirect
196-
github.com/stretchr/objx v0.5.2 // indirect
197-
github.com/tklauser/go-sysconf v0.3.12 // indirect
198-
github.com/tklauser/numcpus v0.6.1 // indirect
193+
github.com/stretchr/objx v0.5.3 // indirect
194+
github.com/tklauser/go-sysconf v0.3.16 // indirect
195+
github.com/tklauser/numcpus v0.11.0 // indirect
199196
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
200197
github.com/ugorji/go/codec v1.3.1 // indirect
201198
github.com/vishvananda/netlink v1.1.1-0.20210330154013-f5de75959ad5 // indirect
202199
github.com/vishvananda/netns v0.0.4 // indirect
200+
github.com/x448/float16 v0.8.4 // indirect
203201
github.com/yuin/gopher-lua v1.1.1 // indirect
204202
github.com/yusufpapurcu/wmi v1.2.4 // indirect
205-
go.etcd.io/etcd/api/v3 v3.5.10 // indirect
206-
go.etcd.io/etcd/client/pkg/v3 v3.5.10 // indirect
207-
go.etcd.io/etcd/client/v3 v3.5.10 // indirect
203+
go.etcd.io/etcd/api/v3 v3.6.8 // indirect
204+
go.etcd.io/etcd/client/pkg/v3 v3.6.8 // indirect
205+
go.etcd.io/etcd/client/v3 v3.6.8 // indirect
208206
go.mongodb.org/mongo-driver v1.8.3 // indirect
207+
go.mongodb.org/mongo-driver/v2 v2.5.0 // indirect
209208
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
210-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.0 // indirect
211-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect
212-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0 // indirect
213-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 // indirect
214-
go.opentelemetry.io/otel/metric v1.42.0 // indirect
215-
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
216-
go.uber.org/atomic v1.10.0 // indirect
209+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.65.0 // indirect
210+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0 // indirect
211+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.43.0 // indirect
212+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.40.0 // indirect
213+
go.opentelemetry.io/otel/metric v1.43.0 // indirect
214+
go.opentelemetry.io/proto/otlp v1.10.0 // indirect
215+
go.uber.org/atomic v1.11.0 // indirect
217216
go.uber.org/multierr v1.11.0 // indirect
218-
go.uber.org/zap v1.24.0 // indirect
217+
go.uber.org/zap v1.27.1 // indirect
218+
go.yaml.in/yaml/v2 v2.4.3 // indirect
219219
go.yaml.in/yaml/v3 v3.0.4 // indirect
220-
golang.org/x/arch v0.23.0 // indirect
221-
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
222-
golang.org/x/mod v0.32.0 // indirect
223-
golang.org/x/net v0.48.0 // indirect
224-
golang.org/x/oauth2 v0.27.0 // indirect
225-
golang.org/x/sync v0.19.0 // indirect
226-
golang.org/x/sys v0.41.0 // indirect
227-
golang.org/x/term v0.39.0 // indirect
228-
golang.org/x/text v0.33.0 // indirect
229-
golang.org/x/tools v0.40.0 // indirect
230-
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect
231-
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // indirect
232-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
220+
golang.org/x/arch v0.25.0 // indirect
221+
golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 // indirect
222+
golang.org/x/mod v0.33.0 // indirect
223+
golang.org/x/net v0.52.0 // indirect
224+
golang.org/x/oauth2 v0.35.0 // indirect
225+
golang.org/x/sync v0.20.0 // indirect
226+
golang.org/x/sys v0.42.0 // indirect
227+
golang.org/x/term v0.41.0 // indirect
228+
golang.org/x/text v0.35.0 // indirect
229+
golang.org/x/tools v0.42.0 // indirect
230+
google.golang.org/genproto/googleapis/api v0.0.0-20260401024825-9d38bb4040a9 // indirect
231+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260401024825-9d38bb4040a9 // indirect
232+
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
233233
gopkg.in/inf.v0 v0.9.1 // indirect
234234
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
235235
gopkg.in/yaml.v2 v2.4.0 // indirect
236-
k8s.io/apiserver v0.29.9 // indirect
237-
k8s.io/client-go v0.29.9 // indirect
238-
k8s.io/component-helpers v0.29.9 // indirect
239-
k8s.io/controller-manager v0.29.9 // indirect
240-
k8s.io/kms v0.29.9 // indirect
241-
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
242-
k8s.io/utils v0.0.0-20231127182322-b307cd553661 // indirect
243-
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.28.0 // indirect
244-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
245-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
246-
sigs.k8s.io/yaml v1.4.0 // indirect
236+
k8s.io/apiserver v0.36.1 // indirect
237+
k8s.io/client-go v0.36.1 // indirect
238+
k8s.io/component-helpers v0.36.1 // indirect
239+
k8s.io/controller-manager v0.36.1 // indirect
240+
k8s.io/kms v0.36.1 // indirect
241+
k8s.io/kube-openapi v0.0.0-20260317180543-43fb72c5454a // indirect
242+
k8s.io/streaming v0.36.1 // indirect
243+
k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2 // indirect
244+
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.34.0 // indirect
245+
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
246+
sigs.k8s.io/randfill v1.0.0 // indirect
247+
sigs.k8s.io/structured-merge-diff/v6 v6.3.2 // indirect
248+
sigs.k8s.io/yaml v1.6.0 // indirect
247249
)

0 commit comments

Comments
 (0)