mirror of
https://github.com/juanfont/headscale.git
synced 2026-07-15 20:40:55 +09:00
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:
committed by
Kristoffer Dalby
parent
b892b8f254
commit
f61d21b4a7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user