Skip to content

Commit afddeb8

Browse files
committed
remove gorilla/mux override
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent c0af644 commit afddeb8

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 1 addition & 2 deletions
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

Lines changed: 0 additions & 2 deletions
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)