File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed
Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,6 @@ require (
108108 github.com/google/gnostic-models v0.6.8 // indirect
109109 github.com/google/go-cmp v0.6.0 // indirect
110110 github.com/google/gofuzz v1.2.0 // indirect
111- github.com/gorilla/mux v1.8.1 // indirect
112111 github.com/gorilla/websocket v1.5.0 // indirect
113112 github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
114113 github.com/hashicorp/errwrap v1.1.0 // indirect
Original file line number Diff line number Diff line change @@ -192,9 +192,8 @@ github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510/go.mod h1:pupxD2MaaD3
192192github.com/google/uuid v1.1.1 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
193193github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
194194github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
195+ github.com/gorilla/mux v1.7.0 h1:tOSd0UKHQd6urX6ApfOn4XdBMY6Sh1MfxV3kmaazO+U =
195196github.com/gorilla/mux v1.7.0 /go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs =
196- github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY =
197- github.com/gorilla/mux v1.8.1 /go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ =
198197github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc =
199198github.com/gorilla/websocket v1.5.0 /go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE =
200199github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 h1:asbCHRVmodnJTuQ3qamDwqVOIjwqUPTYmYuemVOx+Ys =
Original file line number Diff line number Diff line change @@ -373,8 +373,6 @@ github.com/google/shlex
373373# github.com/google/uuid v1.6.0
374374## explicit
375375github.com/google/uuid
376- # github.com/gorilla/mux v1.8.1
377- ## explicit; go 1.20
378376# github.com/gorilla/websocket v1.5.0
379377## explicit; go 1.12
380378github.com/gorilla/websocket
You can’t perform that action at this time.
0 commit comments