151 lines
6.9 KiB
Modula-2
151 lines
6.9 KiB
Modula-2
module github.com/helmfile/helmfile
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/Masterminds/semver/v3 v3.1.1
|
|
github.com/Masterminds/sprig/v3 v3.2.2
|
|
github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
|
|
github.com/go-test/deep v1.0.8
|
|
github.com/golang/mock v1.6.0
|
|
github.com/google/go-cmp v0.5.8
|
|
github.com/gosuri/uitable v0.0.4
|
|
github.com/hashicorp/go-getter v1.6.1
|
|
github.com/hashicorp/go-version v1.4.0
|
|
github.com/imdario/mergo v0.3.13
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
github.com/kylelemons/godebug v1.1.0
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible
|
|
github.com/mattn/go-isatty v0.0.14
|
|
github.com/r3labs/diff v1.1.0
|
|
github.com/spf13/cobra v1.4.0
|
|
github.com/stretchr/testify v1.7.1
|
|
github.com/tatsushid/go-prettytable v0.0.0-20141013043238-ed2d14c29939
|
|
github.com/urfave/cli v1.22.9
|
|
github.com/variantdev/chartify v0.9.5
|
|
github.com/variantdev/dag v1.1.0
|
|
github.com/variantdev/vals v0.16.2
|
|
go.uber.org/multierr v1.6.0
|
|
go.uber.org/zap v1.21.0
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
k8s.io/apimachinery v0.23.4
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go v0.100.2 // indirect
|
|
cloud.google.com/go/compute v1.3.0 // indirect
|
|
cloud.google.com/go/iam v0.1.0 // indirect
|
|
cloud.google.com/go/storage v1.15.0 // indirect
|
|
filippo.io/age v1.0.0-beta7 // indirect
|
|
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
|
|
github.com/Azure/azure-sdk-for-go v56.3.0+incompatible // indirect
|
|
github.com/Azure/azure-storage-blob-go v0.14.0 // indirect
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
|
github.com/Azure/go-autorest/autorest v0.11.20 // indirect
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.15 // indirect
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.5.8 // indirect
|
|
github.com/Azure/go-autorest/autorest/azure/cli v0.4.2 // indirect
|
|
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
|
|
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
|
|
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
|
|
github.com/Azure/go-autorest/logger v0.2.1 // indirect
|
|
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
github.com/Microsoft/go-winio v0.5.1 // indirect
|
|
github.com/alecthomas/participle v0.4.2-0.20191220090139-9fbceec1d131 // indirect
|
|
github.com/aws/aws-sdk-go v1.40.28 // indirect
|
|
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
|
|
github.com/blang/semver v3.5.1+incompatible // indirect
|
|
github.com/containerd/continuity v0.1.0 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
|
github.com/dimchansky/utfbom v1.1.1 // indirect
|
|
github.com/fatih/color v1.13.0 // indirect
|
|
github.com/fujiwara/tfstate-lookup v0.4.2 // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.0.0 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/golang/snappy v0.0.3 // indirect
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
|
github.com/google/uuid v1.2.0 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.1.1 // indirect
|
|
github.com/goware/prefixer v0.0.0-20160118172347-395022866408 // indirect
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-hclog v1.0.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.0 // indirect
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
|
github.com/hashicorp/go-safetemp v1.0.0 // indirect
|
|
github.com/hashicorp/go-slug v0.7.0 // indirect
|
|
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
|
|
github.com/hashicorp/go-tfe v0.17.1 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/hashicorp/jsonapi v0.0.0-20210518035559-1e50d74c8db3 // indirect
|
|
github.com/hashicorp/vault/api v1.0.4 // indirect
|
|
github.com/hashicorp/vault/sdk v0.1.14-0.20200215224050-f6547fa8e820 // indirect
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/itchyny/gojq v0.9.0 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/klauspost/compress v1.13.6 // indirect
|
|
github.com/lestrrat-go/strftime v1.0.1 // indirect
|
|
github.com/lib/pq v1.10.4 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-ieproxy v0.0.1 // indirect
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
|
|
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.4.3 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
github.com/opencontainers/runc v1.0.2 // indirect
|
|
github.com/otiai10/copy v1.1.1 // indirect
|
|
github.com/pbnjay/strptime v0.0.0-20140226051138-5c05b0d668c9 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/ryanuber/go-glob v1.0.0 // indirect
|
|
github.com/sergi/go-diff v1.1.0 // indirect
|
|
github.com/shopspring/decimal v1.2.0 // indirect
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
|
github.com/spf13/cast v1.4.1 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/stretchr/objx v0.2.0 // indirect
|
|
github.com/ulikunitz/xz v0.5.8 // indirect
|
|
go.mozilla.org/gopgagent v0.0.0-20170926210634-4d7ea76ff71a // indirect
|
|
go.mozilla.org/sops/v3 v3.7.1 // indirect
|
|
go.opencensus.io v0.23.0 // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
|
|
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
|
|
golang.org/x/sys v0.0.0-20220517195934-5e4e11fc645e // indirect
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/api v0.70.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf // indirect
|
|
google.golang.org/grpc v1.44.0 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
gopkg.in/ini.v1 v1.66.2 // indirect
|
|
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
|
|
gopkg.in/urfave/cli.v1 v1.20.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0 // indirect
|
|
sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
|
|
sigs.k8s.io/yaml v1.3.0 // indirect
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go/secretmanager v1.3.0 // indirect
|
|
github.com/frankban/quicktest v1.14.3 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.6.3 // indirect
|
|
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c // indirect
|
|
github.com/pierrec/lz4 v2.3.0+incompatible // indirect
|
|
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
|
|
)
|