-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
Updated via: go get github.com/hashicorp/terraform@sdk-v0.11-with-go-modules and go mod tidy
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,12 @@ | ||
module github.com/terraform-providers/terraform-provider-pagerduty | ||
|
||
require ( | ||
github.com/apparentlymart/go-cidr v0.0.0-20170418151526-7e4b007599d4 // indirect | ||
github.com/aws/aws-sdk-go v1.8.34 // indirect | ||
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect | ||
github.com/blang/semver v3.5.1+incompatible // indirect | ||
github.com/go-ini/ini v1.23.1 // indirect | ||
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.0.0-20170211013415-3573b8b52aa7 // indirect | ||
github.com/hashicorp/go-getter v0.0.0-20170207215532-c3d66e76678d // indirect | ||
github.com/hashicorp/go-hclog v0.7.0 // indirect | ||
github.com/hashicorp/go-plugin v0.0.0-20170217162722-f72692aebca2 // indirect | ||
github.com/hashicorp/go-uuid v0.0.0-20160120003506-36289988d83c // indirect | ||
github.com/hashicorp/go-version v0.0.0-20161031182605-e96d38404026 // indirect | ||
github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f // indirect | ||
github.com/hashicorp/hil v0.0.0-20170512213305-fac2259da677 // indirect | ||
github.com/hashicorp/logutils v0.0.0-20150609070431-0dc08b1671f3 // indirect | ||
github.com/hashicorp/terraform v0.10.7 | ||
github.com/hashicorp/yamux v0.0.0-20160720233140-d1caa6c97c9f // indirect | ||
github.com/hashicorp/terraform v0.11.12-beta1.0.20190227065421-fc531f54a878 | ||
github.com/heimweh/go-pagerduty v0.0.0-20180814135248-50c261138953 | ||
github.com/jmespath/go-jmespath v0.0.0-20160803190731-bd40a432e4c7 // indirect | ||
github.com/mitchellh/cli v1.0.0 // indirect | ||
github.com/mitchellh/copystructure v0.0.0-20161013195342-5af94aef99f5 // indirect | ||
github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747 // indirect | ||
github.com/mitchellh/hashstructure v0.0.0-20160209213820-6b17d669fac5 // indirect | ||
github.com/mitchellh/mapstructure v0.0.0-20170307201123-53818660ed49 // indirect | ||
github.com/mitchellh/reflectwalk v0.0.0-20161003174516-92573fe8d000 // indirect | ||
github.com/satori/go.uuid v0.0.0-20160927100844-b061729afc07 // indirect | ||
github.com/smartystreets/goconvey v0.0.0-20190222223459-a17d461953aa // indirect | ||
github.com/stretchr/testify v1.3.0 // indirect | ||
golang.org/x/crypto v0.0.0-20170808112155-b176d7def5d7 // indirect | ||
golang.org/x/net v0.0.0-20170809000501-1c05540f6879 // indirect | ||
golang.org/x/sys v0.0.0-20190228124157-a34e9553db1e // indirect | ||
golang.org/x/text v0.3.0 // indirect | ||
) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.