Skip to content

Go 1.13 #166

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
module github.com/terraform-providers/terraform-provider-tencentcloud

go 1.12
go 1.13

require (
github.com/athom/goset v0.0.0-20151103071336-f07be69aa101
github.com/aws/aws-sdk-go v1.20.4
github.com/bflad/tfproviderlint v0.4.0
github.com/client9/misspell v0.3.4
github.com/golangci/golangci-lint v1.17.1
github.com/golangci/golangci-lint v1.20.0
github.com/hashicorp/hcl2 v0.0.0-20190618163856-0b64543c968c
github.com/hashicorp/terraform v0.12.3
github.com/likexian/gokit v0.0.0-20190604165112-68b8a4ba758c
github.com/mitchellh/go-homedir v1.1.0
github.com/tencentcloud/tencentcloud-sdk-go v3.0.87-0.20190912121957-c0615982c83b+incompatible
github.com/terraform-providers/terraform-provider-template v1.0.0
github.com/yangwenmai/ratelimit v0.0.0-20180104140304-44221c2292e1
github.com/zqfan/tencentcloud-sdk-go v0.0.0-0.20181105105106-4c76f78ff2e6
labix.org/v2/mgo v0.0.0-20140701140051-000000000287 // indirect
Expand Down
Loading