|
1 | 1 | module github.com/cybertec-postgresql/cybertec-pg-operator |
2 | 2 |
|
3 | | -go 1.23.4 |
| 3 | +go 1.25.2 |
4 | 4 |
|
5 | 5 | require ( |
| 6 | + github.com/Masterminds/semver v1.5.0 |
6 | 7 | github.com/aws/aws-sdk-go v1.55.8 |
7 | 8 | github.com/golang/mock v1.6.0 |
8 | 9 | github.com/lib/pq v1.10.4 |
@@ -33,7 +34,6 @@ require ( |
33 | 34 | ) |
34 | 35 |
|
35 | 36 | require ( |
36 | | - github.com/Masterminds/semver v1.5.0 // indirect |
37 | 37 | github.com/davecgh/go-spew v1.1.1 // indirect |
38 | 38 | github.com/emicklei/go-restful/v3 v3.11.0 // indirect |
39 | 39 | github.com/evanphx/json-patch v4.12.0+incompatible // indirect |
@@ -65,15 +65,15 @@ require ( |
65 | 65 | go.uber.org/atomic v1.7.0 // indirect |
66 | 66 | go.uber.org/multierr v1.6.0 // indirect |
67 | 67 | go.uber.org/zap v1.19.0 // indirect |
68 | | - golang.org/x/mod v0.26.0 // indirect |
| 68 | + golang.org/x/mod v0.27.0 // indirect |
69 | 69 | golang.org/x/net v0.43.0 // indirect |
70 | 70 | golang.org/x/oauth2 v0.30.0 // indirect |
71 | 71 | golang.org/x/sync v0.16.0 // indirect |
72 | 72 | golang.org/x/sys v0.35.0 // indirect |
73 | 73 | golang.org/x/term v0.34.0 // indirect |
74 | 74 | golang.org/x/text v0.28.0 // indirect |
75 | 75 | golang.org/x/time v0.3.0 // indirect |
76 | | - golang.org/x/tools v0.35.0 // indirect |
| 76 | + golang.org/x/tools v0.36.0 // indirect |
77 | 77 | google.golang.org/protobuf v1.36.6 // indirect |
78 | 78 | gopkg.in/inf.v0 v0.9.1 // indirect |
79 | 79 | gopkg.in/yaml.v3 v3.0.1 // indirect |
|
0 commit comments