Skip to content

Commit 9e0f727

Browse files
chore(deps): bump github.com/go-chi/chi/v5 from 5.3.0 to 5.3.1
Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.3.0 to 5.3.1. - [Release notes](https://github.com/go-chi/chi/releases) - [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md) - [Commits](go-chi/chi@v5.3.0...v5.3.1) --- updated-dependencies: - dependency-name: github.com/go-chi/chi/v5 dependency-version: 5.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent db00977 commit 9e0f727

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ require (
1313
github.com/coder/serpent v0.15.0
1414
github.com/coder/websocket v1.8.15
1515
github.com/fatih/color v1.19.0
16-
github.com/go-chi/chi/v5 v5.3.0
16+
github.com/go-chi/chi/v5 v5.3.1
1717
github.com/google/uuid v1.6.0
1818
github.com/hashicorp/yamux v0.1.2
1919
github.com/prometheus/client_golang v1.23.2
2020
github.com/prometheus/client_model v0.6.2
2121
github.com/stretchr/testify v1.11.1
2222
golang.org/x/mod v0.37.0
23+
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
2324
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af
2425
k8s.io/api v0.36.2
2526
k8s.io/apimachinery v0.36.2
@@ -269,7 +270,6 @@ require (
269270
golang.org/x/text v0.37.0 // indirect
270271
golang.org/x/time v0.15.0 // indirect
271272
golang.org/x/tools v0.45.0 // indirect
272-
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
273273
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
274274
golang.zx2c4.com/wireguard/windows v0.5.3 // indirect
275275
google.golang.org/appengine v1.6.8 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ github.com/github/fakeca v0.1.0 h1:Km/MVOFvclqxPM9dZBC4+QE564nU4gz4iZ0D9pMw28I=
344344
github.com/github/fakeca v0.1.0/go.mod h1:+bormgoGMMuamOscx7N91aOuUST7wdaJ2rNjeohylyo=
345345
github.com/gliderlabs/ssh v0.3.8 h1:a4YXD1V7xMF9g5nTkdfnja3Sxy1PVDCj1Zg4Wb8vY6c=
346346
github.com/gliderlabs/ssh v0.3.8/go.mod h1:xYoytBv1sV0aL3CavoDuJIQNURXkkfPA/wxQ1pL1fAU=
347-
github.com/go-chi/chi/v5 v5.3.0 h1:halUjDxhshgXHMrao5bB8eNBXo/rnzwr8m5m36glehM=
348-
github.com/go-chi/chi/v5 v5.3.0/go.mod h1:R+tYY2hNuVUUjxoPtqUdgBqevM9s9njzkTLutVsOCto=
347+
github.com/go-chi/chi/v5 v5.3.1 h1:3j4HZLGZQ3JpMCrPJF/Jl3mYJfWLKBfNJ6quurUGCf8=
348+
github.com/go-chi/chi/v5 v5.3.1/go.mod h1:R+tYY2hNuVUUjxoPtqUdgBqevM9s9njzkTLutVsOCto=
349349
github.com/go-chi/cors v1.2.1 h1:xEC8UT3Rlp2QuWNEr4Fs/c2EAGVKBwy/1vHx3bppil4=
350350
github.com/go-chi/cors v1.2.1/go.mod h1:sSbTewc+6wYHBBCW7ytsFSn836hqM7JxpglAy2Vzc58=
351351
github.com/go-chi/httprate v0.15.0 h1:j54xcWV9KGmPf/X4H32/aTH+wBlrvxL7P+SdnRqxh5g=

0 commit comments

Comments
 (0)