Skip to content

Commit 8d53fce

Browse files
Bump the gomod group with 8 updates (#67)
Bumps the gomod group with 8 updates: | Package | From | To | | --- | --- | --- | | [github.com/go-openapi/strfmt](https://github.com/go-openapi/strfmt) | `0.24.0` | `0.25.0` | | [github.com/grafana/grafana-plugin-sdk-go](https://github.com/grafana/grafana-plugin-sdk-go) | `0.281.0` | `0.284.0` | | [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.39.0` | `0.40.0` | | [github.com/testcontainers/testcontainers-go/modules/k3s](https://github.com/testcontainers/testcontainers-go) | `0.39.0` | `0.40.0` | | [helm.sh/helm/v3](https://github.com/helm/helm) | `3.19.0` | `3.19.2` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.34.1` | `0.34.2` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.34.1` | `0.34.2` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.34.1` | `0.34.2` | Updates `github.com/go-openapi/strfmt` from 0.24.0 to 0.25.0 - [Commits](go-openapi/strfmt@v0.24.0...v0.25.0) Updates `github.com/grafana/grafana-plugin-sdk-go` from 0.281.0 to 0.284.0 - [Release notes](https://github.com/grafana/grafana-plugin-sdk-go/releases) - [Commits](grafana/grafana-plugin-sdk-go@v0.281.0...v0.284.0) Updates `github.com/testcontainers/testcontainers-go` from 0.39.0 to 0.40.0 - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](testcontainers/testcontainers-go@v0.39.0...v0.40.0) Updates `github.com/testcontainers/testcontainers-go/modules/k3s` from 0.39.0 to 0.40.0 - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](testcontainers/testcontainers-go@v0.39.0...v0.40.0) Updates `helm.sh/helm/v3` from 3.19.0 to 3.19.2 - [Release notes](https://github.com/helm/helm/releases) - [Commits](helm/helm@v3.19.0...v3.19.2) Updates `k8s.io/api` from 0.34.1 to 0.34.2 - [Commits](kubernetes/api@v0.34.1...v0.34.2) Updates `k8s.io/apimachinery` from 0.34.1 to 0.34.2 - [Commits](kubernetes/apimachinery@v0.34.1...v0.34.2) Updates `k8s.io/client-go` from 0.34.1 to 0.34.2 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.34.1...v0.34.2) --- updated-dependencies: - dependency-name: github.com/go-openapi/strfmt dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/grafana/grafana-plugin-sdk-go dependency-version: 0.284.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/testcontainers/testcontainers-go dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/testcontainers/testcontainers-go/modules/k3s dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: helm.sh/helm/v3 dependency-version: 3.19.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: k8s.io/api dependency-version: 0.34.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: k8s.io/apimachinery dependency-version: 0.34.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: k8s.io/client-go dependency-version: 0.34.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 71753d9 commit 8d53fce

File tree

2 files changed

+56
-50
lines changed

2 files changed

+56
-50
lines changed

go.mod

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@ go 1.24.6
44

55
require (
66
github.com/alecthomas/kong v1.13.0
7-
github.com/go-openapi/strfmt v0.24.0
7+
github.com/go-openapi/strfmt v0.25.0
88
github.com/golang-jwt/jwt/v5 v5.3.0
99
github.com/google/uuid v1.6.0
1010
github.com/grafana/grafana-openapi-client-go v0.0.0-20250828163705-969607f81baa
11-
github.com/grafana/grafana-plugin-sdk-go v0.281.0
11+
github.com/grafana/grafana-plugin-sdk-go v0.284.0
1212
github.com/hashicorp/golang-lru/v2 v2.0.7
1313
github.com/joho/godotenv v1.5.1
1414
github.com/magefile/mage v1.15.0
1515
github.com/stretchr/testify v1.11.1
16-
github.com/testcontainers/testcontainers-go v0.39.0
17-
github.com/testcontainers/testcontainers-go/modules/k3s v0.39.0
16+
github.com/testcontainers/testcontainers-go v0.40.0
17+
github.com/testcontainers/testcontainers-go/modules/k3s v0.40.0
1818
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0
1919
go.opentelemetry.io/otel v1.38.0
2020
go.uber.org/mock v0.6.0
21-
helm.sh/helm/v3 v3.19.0
22-
k8s.io/api v0.34.1
23-
k8s.io/apimachinery v0.34.1
24-
k8s.io/client-go v0.34.1
21+
helm.sh/helm/v3 v3.19.2
22+
k8s.io/api v0.34.2
23+
k8s.io/apimachinery v0.34.2
24+
k8s.io/client-go v0.34.2
2525
sigs.k8s.io/yaml v1.6.0
2626
)
2727

@@ -51,10 +51,10 @@ require (
5151
github.com/containerd/platforms v0.2.1 // indirect
5252
github.com/cpuguy83/dockercfg v0.3.2 // indirect
5353
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
54-
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
54+
github.com/cyphar/filepath-securejoin v0.6.0 // indirect
5555
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5656
github.com/distribution/reference v0.6.0 // indirect
57-
github.com/docker/docker v28.3.3+incompatible // indirect
57+
github.com/docker/docker v28.5.1+incompatible // indirect
5858
github.com/docker/go-connections v0.6.0 // indirect
5959
github.com/docker/go-units v0.5.0 // indirect
6060
github.com/ebitengine/purego v0.8.4 // indirect
@@ -70,7 +70,7 @@ require (
7070
github.com/go-logr/stdr v1.2.2 // indirect
7171
github.com/go-ole/go-ole v1.2.6 // indirect
7272
github.com/go-openapi/analysis v0.24.0 // indirect
73-
github.com/go-openapi/errors v0.22.3 // indirect
73+
github.com/go-openapi/errors v0.22.4 // indirect
7474
github.com/go-openapi/jsonpointer v0.22.1 // indirect
7575
github.com/go-openapi/jsonreference v0.21.2 // indirect
7676
github.com/go-openapi/loads v0.23.1 // indirect
@@ -103,7 +103,7 @@ require (
103103
github.com/grafana/pyroscope-go/godeltaprof v0.1.9 // indirect
104104
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
105105
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.1.0 // indirect
106-
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2 // indirect
106+
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3 // indirect
107107
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
108108
github.com/hashicorp/errwrap v1.1.0 // indirect
109109
github.com/hashicorp/go-hclog v1.6.3 // indirect
@@ -154,14 +154,15 @@ require (
154154
github.com/opencontainers/go-digest v1.0.0 // indirect
155155
github.com/opencontainers/image-spec v1.1.1 // indirect
156156
github.com/opentracing/opentracing-go v1.2.0 // indirect
157+
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
157158
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
158159
github.com/pierrec/lz4/v4 v4.1.22 // indirect
159160
github.com/pkg/errors v0.9.1 // indirect
160161
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
161162
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
162163
github.com/prometheus/client_golang v1.23.2 // indirect
163164
github.com/prometheus/client_model v0.6.2 // indirect
164-
github.com/prometheus/common v0.67.1 // indirect
165+
github.com/prometheus/common v0.67.2 // indirect
165166
github.com/prometheus/procfs v0.16.1 // indirect
166167
github.com/rivo/uniseg v0.4.7 // indirect
167168
github.com/rubenv/sql-migrate v1.8.0 // indirect
@@ -172,7 +173,7 @@ require (
172173
github.com/sirupsen/logrus v1.9.3 // indirect
173174
github.com/spf13/cast v1.7.0 // indirect
174175
github.com/spf13/cobra v1.10.1 // indirect
175-
github.com/spf13/pflag v1.0.9 // indirect
176+
github.com/spf13/pflag v1.0.10 // indirect
176177
github.com/tklauser/go-sysconf v0.3.12 // indirect
177178
github.com/tklauser/numcpus v0.6.1 // indirect
178179
github.com/unknwon/bra v0.0.0-20200517080246-1e3013ecaff8 // indirect
@@ -183,7 +184,7 @@ require (
183184
github.com/xlab/treeprint v1.2.0 // indirect
184185
github.com/yusufpapurcu/wmi v1.2.4 // indirect
185186
github.com/zeebo/xxh3 v1.0.2 // indirect
186-
go.mongodb.org/mongo-driver v1.17.4 // indirect
187+
go.mongodb.org/mongo-driver v1.17.6 // indirect
187188
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
188189
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 // indirect
189190
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.63.0 // indirect
@@ -201,7 +202,7 @@ require (
201202
golang.org/x/exp v0.0.0-20251002181428-27f1f14c8bb9 // indirect
202203
golang.org/x/mod v0.29.0 // indirect
203204
golang.org/x/net v0.47.0 // indirect
204-
golang.org/x/oauth2 v0.32.0 // indirect
205+
golang.org/x/oauth2 v0.33.0 // indirect
205206
golang.org/x/sync v0.18.0 // indirect
206207
golang.org/x/sys v0.38.0 // indirect
207208
golang.org/x/telemetry v0.0.0-20251008203120-078029d740a8 // indirect
@@ -212,7 +213,7 @@ require (
212213
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
213214
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
214215
google.golang.org/genproto/googleapis/rpc v0.0.0-20251002232023-7c0ddcbb5797 // indirect
215-
google.golang.org/grpc v1.75.1 // indirect
216+
google.golang.org/grpc v1.76.0 // indirect
216217
google.golang.org/protobuf v1.36.10 // indirect
217218
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
218219
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect

0 commit comments

Comments
 (0)