File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -344,8 +344,8 @@ github.com/github/fakeca v0.1.0 h1:Km/MVOFvclqxPM9dZBC4+QE564nU4gz4iZ0D9pMw28I=
344344github.com/github/fakeca v0.1.0 /go.mod h1:+bormgoGMMuamOscx7N91aOuUST7wdaJ2rNjeohylyo =
345345github.com/gliderlabs/ssh v0.3.8 h1:a4YXD1V7xMF9g5nTkdfnja3Sxy1PVDCj1Zg4Wb8vY6c =
346346github.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 =
349349github.com/go-chi/cors v1.2.1 h1:xEC8UT3Rlp2QuWNEr4Fs/c2EAGVKBwy/1vHx3bppil4 =
350350github.com/go-chi/cors v1.2.1 /go.mod h1:sSbTewc+6wYHBBCW7ytsFSn836hqM7JxpglAy2Vzc58 =
351351github.com/go-chi/httprate v0.15.0 h1:j54xcWV9KGmPf/X4H32/aTH+wBlrvxL7P+SdnRqxh5g =
You can’t perform that action at this time.
0 commit comments