fix: add missing go mod for generator
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
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
This commit is contained in:
parent
aaad987d6d
commit
79ca4b2ea0
2 changed files with 21 additions and 1 deletions
20
generator/go.mod
Normal file
20
generator/go.mod
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
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
|
||||
)
|
||||
|
|
@ -141,7 +141,7 @@ func TestAccInstance(t *testing.T) {
|
|||
updSizeData.Size = 25
|
||||
|
||||
updBackupSched := exData
|
||||
updBackupSched.BackupSchedule = "0 0 1 * *"
|
||||
updBackupSched.BackupSchedule = "30 3 5,15 * *"
|
||||
|
||||
/*
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue