Skip to content

Commit c0972cc

Browse files
Update go-openapi packages
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 8db8438 commit c0972cc

File tree

2 files changed

+49
-17
lines changed

2 files changed

+49
-17
lines changed

dashboard/go.mod

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/redhat-appstudio/migration/dashboard
22

3-
go 1.18
3+
go 1.24.0
4+
5+
toolchain go1.24.6
46

57
require (
68
github.com/redhat-appstudio/application-api v0.0.0-20230526095918-1ccc9aa0e75a
@@ -21,9 +23,10 @@ require (
2123
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
2224
github.com/fsnotify/fsnotify v1.6.0 // indirect
2325
github.com/go-logr/logr v1.2.3 // indirect
24-
github.com/go-openapi/jsonpointer v0.19.6 // indirect
25-
github.com/go-openapi/jsonreference v0.20.2 // indirect
26+
github.com/go-openapi/jsonpointer v0.22.3 // indirect
27+
github.com/go-openapi/jsonreference v0.21.3 // indirect
2628
github.com/go-openapi/swag v0.22.3 // indirect
29+
github.com/go-openapi/swag/jsonname v0.25.1 // indirect
2730
github.com/gogo/protobuf v1.3.2 // indirect
2831
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
2932
github.com/golang/protobuf v1.5.2 // indirect

0 commit comments

Comments
 (0)