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:
Kristoffer Dalby
2026-08-25 09:43:36 +00:00
committed by Kristoffer Dalby
parent 9f7d829aa5
commit 1c6809089f
4 changed files with 5 additions and 17 deletions
-1
View File
@@ -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