File tree Expand file tree Collapse file tree 2 files changed +49
-17
lines changed Expand file tree Collapse file tree 2 files changed +49
-17
lines changed Original file line number Diff line number Diff line change 11module github.com/redhat-appstudio/migration/dashboard
22
3- go 1.18
3+ go 1.24.0
4+
5+ toolchain go1.24.6
46
57require (
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
You can’t perform that action at this time.
0 commit comments