Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 4s
CI Workflow / CI run tests (pull_request) Failing after 2m16s
CI Workflow / CI run build and linting (pull_request) Failing after 2m5s
CI Workflow / Code coverage report (pull_request) Has been skipped
CI Workflow / Test readiness for publishing provider (pull_request) Failing after 2m48s
20 lines
604 B
Modula-2
20 lines
604 B
Modula-2
module generator
|
|
|
|
go 1.25.6
|
|
|
|
require (
|
|
github.com/SladkyCitron/slogcolor v1.8.0
|
|
github.com/ivanpirog/coloredcobra v1.0.1
|
|
github.com/ldez/go-git-cmd-wrapper/v2 v2.9.1
|
|
github.com/spf13/cobra v1.10.2
|
|
tf-provider.git.onstackit.cloud/stackit-dev-tools/terraform-provider-stackitprivatepreview v0.0.23-alpha
|
|
)
|
|
|
|
require (
|
|
github.com/fatih/color v1.18.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/spf13/pflag v1.0.10 // indirect
|
|
golang.org/x/sys v0.41.0 // indirect
|
|
)
|