mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-17 14:02:07 +09:00
hscontrol: use the stdlib uuid package
Go 1.27 ships RFC 9562 UUIDs and NewV4 cannot fail, dropping gofrs/uuid and two error paths.
This commit is contained in:
committed by
Kristoffer Dalby
parent
9f7d829aa5
commit
1c6809089f
@@ -19,7 +19,6 @@ require (
|
||||
github.com/go-chi/metrics v0.1.1
|
||||
github.com/go-gormigrate/gormigrate/v2 v2.1.6
|
||||
github.com/go-json-experiment/json v0.0.0-20260601182631-00ed12fed2a6
|
||||
github.com/gofrs/uuid/v5 v5.4.0
|
||||
github.com/google/go-cmp v0.7.0
|
||||
github.com/hashicorp/golang-lru/v2 v2.0.7
|
||||
github.com/jagottsicher/termcolor v1.0.2
|
||||
|
||||
Reference in New Issue
Block a user