Skip to content

Commit

Permalink
upgrade go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
n3integration committed Dec 29, 2018
1 parent 7b87a25 commit f74916f
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 83 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<dl>
<dt>Terraform v0.11.x</dt>
<dd>https://github.com/n3integration/terraform-godaddy/releases/tag/v1.6.2</dd>
<dd>https://github.com/n3integration/terraform-godaddy/releases/tag/v1.6.3</dd>
<dt>Terraform v0.10.x</dt>
<dd>https://github.com/n3integration/terraform-godaddy/releases/tag/v1.5.0</dd>
<dt>Terraform v0.9.x</dt>
Expand Down
87 changes: 49 additions & 38 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,50 +1,61 @@
module github.com/n3integration/terraform-godaddy

require (
cloud.google.com/go v0.34.0 // indirect
github.com/agext/levenshtein v1.2.1
github.com/apparentlymart/go-cidr v0.0.0-20170616213631-2bd8b58cf427
github.com/apparentlymart/go-textseg v0.0.0-20170531203952-b836f5c4d331
github.com/armon/go-radix v0.0.0-20170727155443-1fca145dffbc
github.com/aws/aws-sdk-go v0.0.0-20171222213737-6eab70e3edd8
github.com/apparentlymart/go-cidr v1.0.0
github.com/apparentlymart/go-textseg v1.0.0
github.com/armon/go-radix v1.0.0
github.com/aws/aws-sdk-go v1.16.11
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
github.com/bgentry/speakeasy v0.1.0
github.com/blang/semver v3.5.1+incompatible
github.com/go-ini/ini v1.32.0
github.com/golang/protobuf v0.0.0-20171113180720-1e59b77b52bf
github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce
github.com/hashicorp/go-cleanhttp v0.0.0-20171218145408-d5fe4b57a186
github.com/hashicorp/go-getter v0.0.0-20171204192826-994f50a6f071
github.com/hashicorp/go-hclog v0.0.0-20171005151751-ca137eb4b438
github.com/hashicorp/go-multierror v0.0.0-20171204182908-b7773ae21874
github.com/hashicorp/go-plugin v0.0.0-20171029214425-e2fbc6864d18
github.com/hashicorp/go-uuid v0.0.0-20160717022140-64130c7a86d7
github.com/hashicorp/go-version v0.0.0-20171129150820-4fe82ae3040f
github.com/hashicorp/hcl v0.0.0-20171017181929-23c074d0eceb
github.com/hashicorp/hcl2 v0.0.0-20171003232734-44bad6dbf549
github.com/go-ini/ini v1.40.0
github.com/golang/mock v1.2.0 // indirect
github.com/golang/protobuf v1.2.0
github.com/hashicorp/errwrap v1.0.0
github.com/hashicorp/go-cleanhttp v0.5.0
github.com/hashicorp/go-getter v0.0.0-20181213035916-be39683deade
github.com/hashicorp/go-hclog v0.0.0-20181001195459-61d530d6c27f
github.com/hashicorp/go-multierror v1.0.0
github.com/hashicorp/go-plugin v0.0.0-20181212150838-f444068e8f5a
github.com/hashicorp/go-uuid v1.0.0
github.com/hashicorp/go-version v1.0.0
github.com/hashicorp/hcl v1.0.0
github.com/hashicorp/hcl2 v0.0.0-20181220012050-6631d7cd0a68
github.com/hashicorp/hil v0.0.0-20170627220502-fa9f258a9250
github.com/hashicorp/terraform v0.11.1
github.com/hashicorp/yamux v0.0.0-20171219165022-683f49123a33
github.com/jmespath/go-jmespath v0.0.0-20171120063526-dd801d4f4ce7
github.com/hashicorp/terraform v0.11.11
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
github.com/kr/pty v1.1.3 // indirect
github.com/mattn/go-isatty v0.0.4
github.com/mitchellh/cli v0.0.0-20171129193617-33edc47170b5
github.com/mitchellh/copystructure v0.0.0-20170525013902-d23ffcb85de3
github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747
github.com/mitchellh/go-testing-interface v0.0.0-20171004221916-a61a99592b77
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7
github.com/mitchellh/cli v1.0.0
github.com/mitchellh/copystructure v1.0.0
github.com/mitchellh/go-homedir v1.0.0
github.com/mitchellh/go-testing-interface v1.0.0
github.com/mitchellh/go-wordwrap v1.0.0
github.com/mitchellh/gox v0.4.0 // indirect
github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452
github.com/mitchellh/hashstructure v1.0.0
github.com/mitchellh/iochan v1.0.0 // indirect
github.com/mitchellh/mapstructure v0.0.0-20171017171808-06020f85339e
github.com/mitchellh/reflectwalk v0.0.0-20170726202117-63d60e9d0dbc
github.com/posener/complete v0.0.0-20171219111128-6bee943216c8
github.com/satori/go.uuid v0.0.0-20170321230731-5bf94b69c6b6
github.com/stretchr/testify v1.1.4
github.com/ulikunitz/xz v0.5.4
github.com/zclconf/go-cty v0.0.0-20171215162622-48ce95f3a00f
golang.org/x/crypto v0.0.0-20171219041129-d585fd2cc919
golang.org/x/net v0.0.0-20171212005608-d866cfc389ce
golang.org/x/sys v0.0.0-20171222143536-83801418e1b5
golang.org/x/text v0.0.0-20171218113626-eb22672bea55
google.golang.org/genproto v0.0.0-20171212231943-a8101f21cf98
google.golang.org/grpc v0.0.0-20171222214322-7f2472bbc6ac
github.com/mitchellh/mapstructure v1.1.2
github.com/mitchellh/reflectwalk v1.0.0
github.com/posener/complete v1.2.1
github.com/satori/go.uuid v1.2.0
github.com/spf13/pflag v1.0.3 // indirect
github.com/stretchr/testify v1.2.2
github.com/ulikunitz/xz v0.5.5
github.com/vmihailenco/msgpack v4.0.1+incompatible // indirect
github.com/zclconf/go-cty v0.0.0-20181218225846-4fe1e489ee06
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9
golang.org/x/lint v0.0.0-20181217174547-8f45f776aaf1 // indirect
golang.org/x/net v0.0.0-20181220203305-927f97764cc3
golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890 // indirect
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
golang.org/x/sys v0.0.0-20181228144115-9a3f9b0469bb
golang.org/x/text v0.3.0
golang.org/x/tools v0.0.0-20181221235234-d00ac6d27372 // indirect
google.golang.org/appengine v1.4.0 // indirect
google.golang.org/genproto v0.0.0-20181221175505-bd9b4fb69e2f
google.golang.org/grpc v1.17.0
honnef.co/go/tools v0.0.0-20180920025451-e3ad64cb4ed3 // indirect
)
Loading

0 comments on commit f74916f

Please sign in to comment.