Skip to content

Commit 6a548a8

Browse files
committed
go mod tidy && go mod vendor
1 parent 6497fb7 commit 6a548a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ require (
44
github.com/blang/semver v3.5.1+incompatible // indirect
55
github.com/hashicorp/go-retryablehttp v0.5.1
66
github.com/hashicorp/terraform v0.11.12-beta1.0.20190227065421-fc531f54a878
7+
github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747
78
github.com/nicolai86/scaleway-sdk v0.0.0-20181024210327-b20018e944c4
89
github.com/smartystreets/goconvey v0.0.0-20190222223459-a17d461953aa // indirect
910
golang.org/x/crypto v0.0.0-20180211211603-9de5f2eaf759

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@ github.com/hashicorp/hil/scanner
101101
github.com/hashicorp/logutils
102102
# github.com/hashicorp/terraform v0.11.12-beta1.0.20190227065421-fc531f54a878
103103
github.com/hashicorp/terraform/plugin
104+
github.com/hashicorp/terraform/helper/logging
104105
github.com/hashicorp/terraform/helper/resource
105106
github.com/hashicorp/terraform/helper/schema
106107
github.com/hashicorp/terraform/helper/validation
107108
github.com/hashicorp/terraform/terraform
108109
github.com/hashicorp/terraform/plugin/discovery
109110
github.com/hashicorp/terraform/config/module
110111
github.com/hashicorp/terraform/helper/config
111-
github.com/hashicorp/terraform/helper/logging
112112
github.com/hashicorp/terraform/config
113113
github.com/hashicorp/terraform/config/configschema
114114
github.com/hashicorp/terraform/helper/hashcode

0 commit comments

Comments
 (0)