This commit is contained in:
IT 老营长 @云轩领航-创始人 2025-03-06 09:06:33 +08:00
parent 2d2774c7f2
commit 9941c35ce4
2 changed files with 3 additions and 0 deletions

1
go.mod
View File

@ -3,6 +3,7 @@ module shylinux.com/x/operation
go 1.21 go 1.21
require ( require (
2025-dev.shylinux.com/x/20250215-cluster v0.0.6
shylinux.com/x/community v0.0.26 shylinux.com/x/community v0.0.26
shylinux.com/x/enterprise v0.0.15 shylinux.com/x/enterprise v0.0.15
shylinux.com/x/golang-story v0.0.31 // indirect shylinux.com/x/golang-story v0.0.31 // indirect

2
go.sum
View File

@ -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 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4= filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
github.com/chzyer/logex v1.2.0/go.mod h1:9+9sk7u7pGNWYMkh0hdiL++6OeibzJccyQU4p4MedaY= github.com/chzyer/logex v1.2.0/go.mod h1:9+9sk7u7pGNWYMkh0hdiL++6OeibzJccyQU4p4MedaY=