Skip to content

Commit cfe1cb3

Browse files
chore(deps): update all non-major dependencies
1 parent 92ae156 commit cfe1cb3

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

@@ -47,7 +48,7 @@ require (
4748
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
4849
github.com/muesli/cancelreader v0.2.2 // indirect
4950
github.com/muesli/termenv v0.16.0 // indirect
50-
github.com/oapi-codegen/oapi-codegen/v2 v2.5.1 // indirect
51+
github.com/oapi-codegen/oapi-codegen/v2 v2.6.0 // indirect
5152
github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 // indirect
5253
github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 // indirect
5354
github.com/onsi/gomega v1.38.2 // indirect
@@ -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

7474
tool github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen

go.sum

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,11 @@ github.com/nxadm/tail v1.4.11 h1:8feyoE3OzPrcshW5/MJ4sGESc5cqmGkGCWlco4l0bqY=
113113
github.com/nxadm/tail v1.4.11/go.mod h1:OTaG3NK980DZzxbRq6lEuzgU+mug70nY11sMd4JXXHc=
114114
github.com/oapi-codegen/oapi-codegen/v2 v2.5.1 h1:5vHNY1uuPBRBWqB2Dp0G7YB03phxLQZupZTIZaeorjc=
115115
github.com/oapi-codegen/oapi-codegen/v2 v2.5.1/go.mod h1:ro0npU1BWkcGpCgGD9QwPp44l5OIZ94tB3eabnT7DjQ=
116+
github.com/oapi-codegen/oapi-codegen/v2 v2.6.0/go.mod h1:eWHeJSohQJIINJZzzQriVynfGsnlQVh0UkN2UYYcw4Q=
116117
github.com/oapi-codegen/runtime v1.1.2 h1:P2+CubHq8fO4Q6fV1tqDBZHCwpVpvPg7oKiYzQgXIyI=
117118
github.com/oapi-codegen/runtime v1.1.2/go.mod h1:SK9X900oXmPWilYR5/WKPzt3Kqxn/uS/+lbpREv+eCg=
119+
github.com/oapi-codegen/runtime v1.2.0 h1:RvKc1CVS1QeKSNzO97FBQbSMZyQ8s6rZd+LpmzwHMP4=
120+
github.com/oapi-codegen/runtime v1.2.0/go.mod h1:Y7ZhmmlE8ikZOmuHRRndiIm7nf3xcVv+YMweKgG1DT0=
118121
github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 h1:G7ERwszslrBzRxj//JalHPu/3yz+De2J+4aLtSRlHiY=
119122
github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037/go.mod h1:2bpvgLBZEtENV5scfDFEtB/5+1M4hkQhDQrccEJ/qGw=
120123
github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 h1:bQx3WeLcUWy+RletIKwUIt4x3t8n2SxavmoclizMb8c=

mise.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tools]
2-
go = "1.26.0"
2+
go = "1.26.1"
33
task = "3.48.0"
4-
golangci-lint = "2.10.1"
4+
golangci-lint = "2.11.2"
55
goreleaser = "2.13.3"

0 commit comments

Comments
 (0)