Skip to content

Commit 2ddae52

Browse files
committed
tool
1 parent db1fb01 commit 2ddae52

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ module github.com/SwissDataScienceCenter/renku-dev-utils
22

33
go 1.24.2
44

5+
tool github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen
6+
57
require (
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

pkg/tools/tools.go

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)