21 lines
646 B
Modula-2
21 lines
646 B
Modula-2
module github.com/navi-infra/infra-provisioner/v2
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Masterminds/sprig/v3 v3.0.2
|
|
github.com/a8m/envsubst v1.1.0
|
|
github.com/asaskevich/govalidator v0.0.0-20200108192510-8ed6f3c986a9 // Do not upgrade this further as this library is broken on latest commit
|
|
github.com/caarlos0/env/v6 v6.10.1
|
|
github.com/sergi/go-diff v1.1.0
|
|
github.com/urfave/cli/v2 v2.1.1
|
|
)
|
|
|
|
require (
|
|
github.com/huandu/xstrings v1.2.1 // indirect
|
|
github.com/imdario/mergo v0.3.8 // indirect
|
|
github.com/shuLhan/go-bindata v4.0.0+incompatible // indirect
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
|
golang.org/x/crypto v0.1.0 // indirect
|
|
)
|