Files
hiscaler-gox/go.mod
scheibling b4eb50ab55
Some checks failed
Go / build (push) Failing after 7s
Created
2025-04-08 19:16:39 +02:00

11 lines
211 B
Modula-2

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
)