We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a8eecd + ed7086e commit a19cc8eCopy full SHA for a19cc8e
1 file changed
go.mod
@@ -1,6 +1,6 @@
1
module github.com/IBM/core-dump-operator
2
3
-go 1.19
+go 1.23.0
4
5
require (
6
github.com/onsi/ginkgo/v2 v2.11.0
@@ -59,13 +59,12 @@ require (
59
go.uber.org/multierr v1.6.0 // indirect
60
go.uber.org/zap v1.24.0 // indirect
61
golang.org/x/net v0.33.0 // indirect
62
- golang.org/x/oauth2 v0.8.0 // indirect
+ golang.org/x/oauth2 v0.27.0 // indirect
63
golang.org/x/sys v0.28.0
64
golang.org/x/term v0.27.0 // indirect
65
golang.org/x/text v0.21.0 // indirect
66
golang.org/x/time v0.3.0 // indirect
67
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
68
- google.golang.org/appengine v1.6.7 // indirect
69
google.golang.org/protobuf v1.33.0 // indirect
70
gopkg.in/fsnotify.v1 v1.4.7
71
gopkg.in/inf.v0 v0.9.1 // indirect
0 commit comments