Update to uuid v5

This commit is contained in:
世界
2023-04-09 15:37:06 +08:00
parent b23baa263f
commit 46576eb684
11 changed files with 9 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ import (
"github.com/sagernet/sing-box/log"
"github.com/gofrs/uuid"
"github.com/gofrs/uuid/v5"
"github.com/spf13/cobra"
"golang.zx2c4.com/wireguard/wgctrl/wgtypes"
)