Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 925156b

Browse files
committedMar 10, 2025··
remove gorilla/mux override
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 68a1360 commit 925156b

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed
 

‎go.mod

-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ require (
111111
github.com/google/gnostic-models v0.6.8 // indirect
112112
github.com/google/go-cmp v0.6.0 // indirect
113113
github.com/google/gofuzz v1.2.0 // indirect
114-
github.com/gorilla/mux v1.8.1 // indirect
115114
github.com/gorilla/websocket v1.5.0 // indirect
116115
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
117116
github.com/hashicorp/errwrap v1.1.0 // indirect

‎go.sum

+1-2
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,8 @@ github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510/go.mod h1:pupxD2MaaD3
192192
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
193193
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
194194
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
195+
github.com/gorilla/mux v1.7.0 h1:tOSd0UKHQd6urX6ApfOn4XdBMY6Sh1MfxV3kmaazO+U=
195196
github.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=
198197
github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=
199198
github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
200199
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 h1:asbCHRVmodnJTuQ3qamDwqVOIjwqUPTYmYuemVOx+Ys=

‎vendor/modules.txt

-2
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,6 @@ github.com/google/shlex
373373
# github.com/google/uuid v1.6.0
374374
## explicit
375375
github.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
380378
github.com/gorilla/websocket

0 commit comments

Comments
 (0)
Please sign in to comment.