mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-14 12:32:02 +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
+2
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"vendor": {
|
||||
"goModSum": "sha256-c5zqlgQKbVs9Y9FXHkdZh17FqyXPLh/j+XYQj/IPW8k=",
|
||||
"sri": "sha256-zWcaRben+px9w6NcUPkYfR6DbBJhwdYsXcZ5cm95hmo="
|
||||
"goModSum": "sha256-FqwMYiHc0uc873IaVIs6tJ5Dsk7BTWamm7s8FzFzC4U=",
|
||||
"sri": "sha256-uZ2BZ2xBOb2JMOV/ao74vRlY/7m0Tj1Pu84tc3s0+rE="
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user