Skip to content

Commit 48c73c2

Browse files
Bump the go-dependencies group across 1 directory with 6 updates
Bumps the go-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/go-logr/logr](https://github.com/go-logr/logr) | `1.4.3` | `1.4.4` | | [github.com/kubernetes-csi/external-snapshotter/client/v8](https://github.com/kubernetes-csi/external-snapshotter) | `8.4.0` | `8.6.0` | | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.29.0` | `2.32.0` | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.41.0` | `1.42.1` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.45.0` | `0.48.0` | Updates `github.com/go-logr/logr` from 1.4.3 to 1.4.4 - [Release notes](https://github.com/go-logr/logr/releases) - [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md) - [Commits](go-logr/logr@v1.4.3...v1.4.4) Updates `github.com/kubernetes-csi/external-snapshotter/client/v8` from 8.4.0 to 8.6.0 - [Release notes](https://github.com/kubernetes-csi/external-snapshotter/releases) - [Commits](kubernetes-csi/external-snapshotter@v8.4.0...v8.6.0) Updates `github.com/onsi/ginkgo/v2` from 2.29.0 to 2.32.0 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.29.0...v2.32.0) Updates `github.com/onsi/gomega` from 1.41.0 to 1.42.1 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.41.0...v1.42.1) Updates `golang.org/x/crypto` from 0.52.0 to 0.53.0 - [Commits](golang/crypto@v0.52.0...v0.53.0) Updates `golang.org/x/tools` from 0.45.0 to 0.48.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.45.0...v0.48.0) --- updated-dependencies: - dependency-name: github.com/go-logr/logr dependency-version: 1.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/kubernetes-csi/external-snapshotter/client/v8 dependency-version: 8.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/onsi/gomega dependency-version: 1.42.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/crypto dependency-version: 0.53.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/tools dependency-version: 0.48.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 668bcae commit 48c73c2

2 files changed

Lines changed: 107 additions & 73 deletions

File tree

go.mod

Lines changed: 33 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ module github.com/crunchydata/postgres-operator
44
go 1.26.3
55

66
require (
7-
github.com/go-logr/logr v1.4.3
7+
github.com/go-logr/logr v1.4.4
88
github.com/google/go-cmp v0.7.0
99
github.com/itchyny/gojq v0.12.19
10-
github.com/kubernetes-csi/external-snapshotter/client/v8 v8.4.0
11-
github.com/onsi/ginkgo/v2 v2.29.0
12-
github.com/onsi/gomega v1.41.0
10+
github.com/kubernetes-csi/external-snapshotter/client/v8 v8.6.0
11+
github.com/onsi/ginkgo/v2 v2.32.0
12+
github.com/onsi/gomega v1.42.1
1313
github.com/pganalyze/pg_query_go/v6 v6.2.2
1414
github.com/pkg/errors v0.9.1
1515
github.com/sirupsen/logrus v1.9.4
@@ -20,8 +20,8 @@ require (
2020
go.opentelemetry.io/otel v1.43.0
2121
go.opentelemetry.io/otel/sdk v1.43.0
2222
go.opentelemetry.io/otel/trace v1.43.0
23-
golang.org/x/crypto v0.52.0
24-
golang.org/x/tools v0.45.0
23+
golang.org/x/crypto v0.54.0
24+
golang.org/x/tools v0.48.0
2525
gotest.tools/v3 v3.5.2
2626
k8s.io/api v0.36.1
2727
k8s.io/apimachinery v0.36.1
@@ -48,24 +48,33 @@ require (
4848
github.com/fatih/color v1.18.0 // indirect
4949
github.com/felixge/httpsnoop v1.0.4 // indirect
5050
github.com/fsnotify/fsnotify v1.9.0 // indirect
51-
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
51+
github.com/fxamacker/cbor/v2 v2.9.2 // indirect
5252
github.com/go-logr/stdr v1.2.2 // indirect
53-
github.com/go-openapi/jsonpointer v0.21.0 // indirect
54-
github.com/go-openapi/jsonreference v0.21.0 // indirect
55-
github.com/go-openapi/swag v0.23.0 // indirect
53+
github.com/go-openapi/jsonpointer v0.23.1 // indirect
54+
github.com/go-openapi/jsonreference v0.21.5 // indirect
55+
github.com/go-openapi/swag v0.26.0 // indirect
56+
github.com/go-openapi/swag/cmdutils v0.26.0 // indirect
57+
github.com/go-openapi/swag/conv v0.26.0 // indirect
58+
github.com/go-openapi/swag/fileutils v0.26.0 // indirect
59+
github.com/go-openapi/swag/jsonname v0.26.0 // indirect
60+
github.com/go-openapi/swag/jsonutils v0.26.0 // indirect
61+
github.com/go-openapi/swag/loading v0.26.0 // indirect
62+
github.com/go-openapi/swag/mangling v0.26.0 // indirect
63+
github.com/go-openapi/swag/netutils v0.26.0 // indirect
64+
github.com/go-openapi/swag/stringutils v0.26.0 // indirect
65+
github.com/go-openapi/swag/typeutils v0.26.0 // indirect
66+
github.com/go-openapi/swag/yamlutils v0.26.0 // indirect
5667
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
5768
github.com/gobuffalo/flect v1.0.3 // indirect
5869
github.com/google/cel-go v0.26.0 // indirect
59-
github.com/google/gnostic-models v0.7.0 // indirect
70+
github.com/google/gnostic-models v0.7.1 // indirect
6071
github.com/google/pprof v0.0.0-20260402051712-545e8a4df936 // indirect
6172
github.com/google/uuid v1.6.0 // indirect
6273
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
6374
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
6475
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6576
github.com/itchyny/timefmt-go v0.1.8 // indirect
66-
github.com/josharian/intern v1.0.0 // indirect
6777
github.com/json-iterator/go v1.1.12 // indirect
68-
github.com/mailru/easyjson v0.7.7 // indirect
6978
github.com/mattn/go-colorable v0.1.13 // indirect
7079
github.com/mattn/go-isatty v0.0.20 // indirect
7180
github.com/moby/spdystream v0.5.1 // indirect
@@ -79,7 +88,7 @@ require (
7988
github.com/prometheus/otlptranslator v1.0.0 // indirect
8089
github.com/prometheus/procfs v0.20.1 // indirect
8190
github.com/spf13/cobra v1.10.2 // indirect
82-
github.com/spf13/pflag v1.0.9 // indirect
91+
github.com/spf13/pflag v1.0.10 // indirect
8392
github.com/stoewer/go-strcase v1.3.0 // indirect
8493
github.com/x448/float16 v0.8.4 // indirect
8594
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
@@ -108,14 +117,14 @@ require (
108117
go.yaml.in/yaml/v2 v2.4.4 // indirect
109118
go.yaml.in/yaml/v3 v3.0.4 // indirect
110119
golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 // indirect
111-
golang.org/x/mod v0.36.0 // indirect
112-
golang.org/x/net v0.55.0 // indirect
113-
golang.org/x/oauth2 v0.35.0 // indirect
114-
golang.org/x/sync v0.20.0 // indirect
115-
golang.org/x/sys v0.45.0 // indirect
116-
golang.org/x/term v0.43.0 // indirect
117-
golang.org/x/text v0.37.0 // indirect
118-
golang.org/x/time v0.14.0 // indirect
120+
golang.org/x/mod v0.38.0 // indirect
121+
golang.org/x/net v0.57.0 // indirect
122+
golang.org/x/oauth2 v0.36.0 // indirect
123+
golang.org/x/sync v0.22.0 // indirect
124+
golang.org/x/sys v0.47.0 // indirect
125+
golang.org/x/term v0.45.0 // indirect
126+
golang.org/x/text v0.40.0 // indirect
127+
golang.org/x/time v0.15.0 // indirect
119128
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
120129
google.golang.org/genproto/googleapis/api v0.0.0-20260406210006-6f92a3bedf2d // indirect
121130
google.golang.org/genproto/googleapis/rpc v0.0.0-20260406210006-6f92a3bedf2d // indirect
@@ -127,14 +136,14 @@ require (
127136
gopkg.in/yaml.v3 v3.0.1 // indirect
128137
k8s.io/apiextensions-apiserver v0.36.0 // indirect
129138
k8s.io/apiserver v0.36.0 // indirect
130-
k8s.io/code-generator v0.36.0 // indirect
139+
k8s.io/code-generator v0.36.1 // indirect
131140
k8s.io/gengo/v2 v2.0.0-20250922181213-ec3ebc5fd46b // indirect
132141
k8s.io/streaming v0.36.1 // indirect
133142
k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2 // indirect
134143
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.34.0 // indirect
135144
sigs.k8s.io/controller-tools v0.18.0 // indirect
136145
sigs.k8s.io/randfill v1.0.0 // indirect
137-
sigs.k8s.io/structured-merge-diff/v6 v6.3.2 // indirect
146+
sigs.k8s.io/structured-merge-diff/v6 v6.4.0 // indirect
138147
)
139148

140149
// https://go.dev/doc/modules/managing-dependencies#tools

0 commit comments

Comments
 (0)