driftctl/go.mod

57 lines
2.2 KiB
Modula-2
Raw Normal View History

module github.com/cloudskiff/driftctl
2021-02-17 08:59:51 +00:00
go 1.16
require (
2021-08-04 15:17:27 +00:00
cloud.google.com/go/asset v0.1.0
2021-10-01 09:48:38 +00:00
cloud.google.com/go/storage v1.10.0
2021-09-29 09:43:35 +00:00
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.19.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.11.0
github.com/Azure/azure-sdk-for-go/sdk/containerregistry/armcontainerregistry v0.2.0
2021-09-29 12:44:59 +00:00
github.com/Azure/azure-sdk-for-go/sdk/network/armnetwork v0.3.0
github.com/Azure/azure-sdk-for-go/sdk/postgresql/armpostgresql v0.2.0
2021-10-04 10:40:55 +00:00
github.com/Azure/azure-sdk-for-go/sdk/resources/armresources v0.3.0
2021-09-29 09:43:35 +00:00
github.com/Azure/azure-sdk-for-go/sdk/storage/armstorage v0.2.0
2021-08-24 08:32:56 +00:00
github.com/Azure/go-autorest/autorest v0.11.3
2021-06-28 14:38:49 +00:00
github.com/aws/aws-sdk-go v1.38.68
2021-06-04 14:18:02 +00:00
github.com/bmatcuk/doublestar/v4 v4.0.1
github.com/eapache/go-resiliency v1.2.0
github.com/fatih/color v1.9.0
2021-09-20 17:15:39 +00:00
github.com/getkin/kin-openapi v0.75.0
2021-05-04 08:31:28 +00:00
github.com/getsentry/sentry-go v0.10.0
2021-08-26 12:04:23 +00:00
github.com/go-git/go-git/v5 v5.4.2
github.com/hashicorp/go-getter v1.5.3
github.com/hashicorp/go-hclog v0.9.2
github.com/hashicorp/go-plugin v1.3.0
2021-08-26 12:04:23 +00:00
github.com/hashicorp/go-version v1.3.0
2021-09-30 13:32:08 +00:00
github.com/hashicorp/hcl/v2 v2.7.2
github.com/hashicorp/terraform v0.14.0
2021-08-26 12:04:23 +00:00
github.com/hashicorp/terraform-exec v0.14.0
github.com/jarcoal/httpmock v1.0.6
2021-06-28 14:38:49 +00:00
github.com/jmespath/go-jmespath v0.4.0
github.com/joho/godotenv v1.3.0
github.com/mattn/go-colorable v0.1.7 // indirect
2021-06-04 14:18:02 +00:00
github.com/mattn/go-isatty v0.0.12
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/go-testing-interface v1.0.4 // indirect
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
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
2021-08-26 12:04:23 +00:00
github.com/stretchr/testify v1.7.0
2021-05-03 15:44:14 +00:00
github.com/yudai/gojsondiff v1.0.0
2021-08-26 12:04:23 +00:00
github.com/zclconf/go-cty v1.8.4
go.uber.org/atomic v1.4.0
2021-09-30 13:32:08 +00:00
golang.org/x/net v0.0.0-20210913180222-943fd674d43e // indirect
2021-08-04 15:17:27 +00:00
golang.org/x/oauth2 v0.0.0-20210805134026-6f1e6394065a
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
google.golang.org/api v0.54.0
google.golang.org/genproto v0.0.0-20210813162853-db860fec028c
google.golang.org/grpc v1.39.1
2021-10-19 09:51:09 +00:00
google.golang.org/protobuf v1.27.1
)