File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,11 @@ module github.com/SwissDataScienceCenter/renku-dev-utils
22
33go 1.24.2
44
5+ tool github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen
6+
57require (
68 github.com/getkin/kin-openapi v0.132.0
79 github.com/golang-jwt/jwt/v5 v5.3.0
8- github.com/oapi-codegen/oapi-codegen/v2 v2.5.0
910 github.com/oapi-codegen/runtime v1.1.2
1011 github.com/spf13/cobra v1.10.1
1112 github.com/zalando/go-keyring v0.2.6
@@ -36,6 +37,7 @@ require (
3637 github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
3738 github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
3839 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
40+ github.com/oapi-codegen/oapi-codegen/v2 v2.5.0 // indirect
3941 github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 // indirect
4042 github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 // indirect
4143 github.com/perimeterx/marshmallow v1.1.5 // indirect
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments