Update On Mon Jul 14 14:45:44 CEST 2025

This commit is contained in:
github-action[bot]
2025-07-14 14:45:44 +02:00
parent e8789f18dd
commit 8bd2db99cf
87 changed files with 9229 additions and 904 deletions

10
nodepass/go.mod Normal file
View File

@@ -0,0 +1,10 @@
module github.com/yosebyte/nodepass
go 1.24.3
require (
github.com/NodePassProject/cert v1.0.0
github.com/NodePassProject/conn v1.0.1
github.com/NodePassProject/logs v1.0.1
github.com/NodePassProject/pool v1.0.8
)