Chore: update uuid to v5

This commit is contained in:
Dreamacro
2023-03-14 21:18:09 +08:00
parent 4d14dd65fa
commit e5a2dbd9b5
11 changed files with 13 additions and 13 deletions

View File

@ -6,7 +6,7 @@ import (
C "github.com/Dreamacro/clash/constant"
"github.com/gofrs/uuid"
"github.com/gofrs/uuid/v5"
"go.uber.org/atomic"
)