File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ require (
66 github.com/charmbracelet/huh v0.8.0
77 github.com/charmbracelet/lipgloss v1.1.0
88 github.com/coder/websocket v1.8.14
9- github.com/oapi-codegen/runtime v1.1.2
9+ github.com/oapi-codegen/runtime v1.2.0
1010 github.com/spf13/cobra v1.10.2
1111 golang.org/x/term v0.40.0
12+ gopkg.in/yaml.v2 v2.4.0
1213 gopkg.in/yaml.v3 v3.0.1
1314)
1415
@@ -68,7 +69,6 @@ require (
6869 golang.org/x/text v0.34.0 // indirect
6970 golang.org/x/tools v0.42.0 // indirect
7071 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
71- gopkg.in/yaml.v2 v2.4.0 // indirect
7272)
7373
7474tool github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen
Original file line number Diff line number Diff line change @@ -115,6 +115,8 @@ github.com/oapi-codegen/oapi-codegen/v2 v2.5.1 h1:5vHNY1uuPBRBWqB2Dp0G7YB03phxLQ
115115github.com/oapi-codegen/oapi-codegen/v2 v2.5.1 /go.mod h1:ro0npU1BWkcGpCgGD9QwPp44l5OIZ94tB3eabnT7DjQ =
116116github.com/oapi-codegen/runtime v1.1.2 h1:P2+CubHq8fO4Q6fV1tqDBZHCwpVpvPg7oKiYzQgXIyI =
117117github.com/oapi-codegen/runtime v1.1.2 /go.mod h1:SK9X900oXmPWilYR5/WKPzt3Kqxn/uS/+lbpREv+eCg =
118+ github.com/oapi-codegen/runtime v1.2.0 h1:RvKc1CVS1QeKSNzO97FBQbSMZyQ8s6rZd+LpmzwHMP4 =
119+ github.com/oapi-codegen/runtime v1.2.0 /go.mod h1:Y7ZhmmlE8ikZOmuHRRndiIm7nf3xcVv+YMweKgG1DT0 =
118120github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 h1:G7ERwszslrBzRxj//JalHPu/3yz+De2J+4aLtSRlHiY =
119121github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 /go.mod h1:2bpvgLBZEtENV5scfDFEtB/5+1M4hkQhDQrccEJ/qGw =
120122github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 h1:bQx3WeLcUWy+RletIKwUIt4x3t8n2SxavmoclizMb8c =
You can’t perform that action at this time.
0 commit comments