From 9941c35ce444af40deed121222fefb7e260278bf Mon Sep 17 00:00:00 2001 From: shy Date: Thu, 6 Mar 2025 09:06:33 +0800 Subject: [PATCH] opt some --- go.mod | 1 + go.sum | 2 ++ 2 files changed, 3 insertions(+) diff --git a/go.mod b/go.mod index 2bf5c3d..7c5298d 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,7 @@ module shylinux.com/x/operation go 1.21 require ( + 2025-dev.shylinux.com/x/20250215-cluster v0.0.6 shylinux.com/x/community v0.0.26 shylinux.com/x/enterprise v0.0.15 shylinux.com/x/golang-story v0.0.31 // indirect diff --git a/go.sum b/go.sum index 3197261..c919c44 100644 --- a/go.sum +++ b/go.sum @@ -1,3 +1,5 @@ +2025-dev.shylinux.com/x/20250215-cluster v0.0.6 h1:x+Bw0mkAtTTR5mlrZqMrhQFdcXwyiOpfBpe/QVX0m4c= +2025-dev.shylinux.com/x/20250215-cluster v0.0.6/go.mod h1:4sbNfB+nBVmIpRSzVlY+uiEQv44JdPfwwBpwWzbQktw= filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA= filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4= github.com/chzyer/logex v1.2.0/go.mod h1:9+9sk7u7pGNWYMkh0hdiL++6OeibzJccyQU4p4MedaY=