Created
Some checks failed
Go / build (push) Failing after 7s

This commit is contained in:
scheibling
2025-04-08 19:16:39 +02:00
commit b4eb50ab55
63 changed files with 7333 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module git.cloudyne.io/go/hiscaler-gox
go 1.23.0
require (
github.com/stretchr/testify v1.7.0
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
golang.org/x/text v0.3.7
gopkg.in/guregu/null.v4 v4.0.0
)