garm-provider-edge-connect/go.mod
Manuel Ganter 58c9b9fb7e
Some checks failed
Go Tests / go-tests (push) Failing after 1m30s
chore(go): go mod tidy
2025-09-02 16:18:21 +02:00

15 lines
396 B
Modula-2

module edp.buildth.ing/DevFW-CICD/garm-provider-edge-connect
go 1.24
require (
github.com/BurntSushi/toml v1.5.0
github.com/cloudbase/garm-provider-common v0.1.7
)
require (
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/stretchr/testify v1.10.0 // indirect
golang.org/x/sys v0.34.0 // indirect
)