driftctl/go.mod

42 lines
1.5 KiB
Modula-2

module github.com/cloudskiff/driftctl
go 1.15
require (
github.com/aws/aws-sdk-go v1.34.2
github.com/eapache/go-resiliency v1.2.0
github.com/fatih/color v1.9.0
github.com/getsentry/sentry-go v0.9.0
github.com/google/go-cmp v0.5.2 // indirect
github.com/hashicorp/go-getter v1.5.1
github.com/hashicorp/go-hclog v0.9.2
github.com/hashicorp/go-plugin v1.3.0
github.com/hashicorp/go-version v1.2.1
github.com/hashicorp/terraform v0.14.0
github.com/hashicorp/terraform-exec v0.12.0
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
github.com/jarcoal/httpmock v1.0.6
github.com/jmespath/go-jmespath v0.3.0
github.com/joho/godotenv v1.3.0
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/go-testing-interface v1.0.4 // indirect
github.com/mitchellh/reflectwalk v1.0.1 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/nsf/jsondiff v0.0.0-20200515183724-f29ed568f4ce
github.com/pkg/errors v0.9.1
github.com/r3labs/diff/v2 v2.6.0
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
github.com/zclconf/go-cty v1.7.0
go.uber.org/atomic v1.4.0
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)