go.mod: drop unused gorilla/mux dependency

ApplePlatformConfig was the last consumer; go mod tidy removes the
require and the two checksum lines.

Updates #3296
This commit is contained in:
Kristoffer Dalby
2026-06-05 12:39:16 +00:00
committed by Kristoffer Dalby
parent b892b8f254
commit f61d21b4a7
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -20,7 +20,6 @@ require (
github.com/go-json-experiment/json v0.0.0-20260520185125-572e7c383686
github.com/gofrs/uuid/v5 v5.4.0
github.com/google/go-cmp v0.7.0
github.com/gorilla/mux v1.8.1
github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/jagottsicher/termcolor v1.0.2