2020-12-09 15:31:34 +00:00
|
|
|
module github.com/cloudskiff/driftctl
|
|
|
|
|
2021-02-17 08:59:51 +00:00
|
|
|
go 1.16
|
2020-12-09 15:31:34 +00:00
|
|
|
|
|
|
|
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
|
2021-01-04 17:28:40 +00:00
|
|
|
github.com/getsentry/sentry-go v0.9.0
|
2020-12-09 15:31:34 +00:00
|
|
|
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
|
2021-02-05 12:25:36 +00:00
|
|
|
github.com/hashicorp/terraform-exec v0.12.0
|
2020-12-09 15:31:34 +00:00
|
|
|
github.com/jarcoal/httpmock v1.0.6
|
|
|
|
github.com/jmespath/go-jmespath v0.3.0
|
|
|
|
github.com/joho/godotenv v1.3.0
|
|
|
|
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/nsf/jsondiff v0.0.0-20200515183724-f29ed568f4ce
|
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
github.com/r3labs/diff/v2 v2.6.0
|
2021-02-15 13:18:08 +00:00
|
|
|
github.com/shurcooL/githubv4 v0.0.0-20201206200315-234843c633fa
|
|
|
|
github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a // indirect
|
2020-12-09 15:31:34 +00:00
|
|
|
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
|
2021-02-15 13:18:08 +00:00
|
|
|
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
|
|
|
|
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
|
2020-12-09 15:31:34 +00:00
|
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
|
|
|
|
)
|