mirror of
https://github.com/3bbbeau/tfvars-atlantis-config.git
synced 2024-11-21 21:40:52 +00:00
24 lines
705 B
Modula-2
24 lines
705 B
Modula-2
module github.com/3bbbeau/tfvars-atlantis-config
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.6.0
|
|
github.com/hashicorp/go-version v1.6.0
|
|
github.com/runatlantis/atlantis v0.27.1
|
|
github.com/spf13/cobra v1.8.0
|
|
github.com/spf13/pflag v1.0.5
|
|
go.uber.org/zap v1.26.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/agext/levenshtein v1.2.3 // indirect
|
|
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
|
|
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/rogpeppe/go-internal v1.10.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
)
|