Skip to content

Commit

Permalink
Update eclcloud to v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hico-horiuchi committed May 24, 2024
1 parent 40b4cf6 commit cf0cc9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/nttcom/terraform-provider-ecl

require (
github.com/hashicorp/terraform v0.12.6
github.com/nttcom/eclcloud/v2 v2.7.0
github.com/nttcom/eclcloud/v2 v2.8.0
github.com/unknwon/com v0.0.0-20190804042917-757f69c95f3e
gopkg.in/yaml.v2 v2.2.8
)
Expand Down
8 changes: 2 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -538,12 +538,8 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJ
github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86/go.mod h1:kHJEU3ofeGjhHklVoIGuVj85JJwZ6kWPaJwCIxgnFmo=
github.com/neelance/sourcemap v0.0.0-20151028013722-8c68805598ab/go.mod h1:Qr6/a/Q4r9LP1IltGz7tA7iOK1WonHEYhu1HRBA7ZiM=
github.com/nttcom/eclcloud/v2 v2.4.1 h1:dufwTxX0eyMDTk5i4j3yNyRX8jaVM2+B6waLJbcGo0c=
github.com/nttcom/eclcloud/v2 v2.4.1/go.mod h1:KoBB1B+xdeRXo0fNzggINrTQiuAsezh1SBVcbryS348=
github.com/nttcom/eclcloud/v2 v2.5.0 h1:5X0adIpH6yRKOAI30/rveOL1knl54XNIlha1ZBbsqg0=
github.com/nttcom/eclcloud/v2 v2.5.0/go.mod h1:KoBB1B+xdeRXo0fNzggINrTQiuAsezh1SBVcbryS348=
github.com/nttcom/eclcloud/v2 v2.7.0 h1:A2oTNz/uhn7CARAY/z9VuISJF4VpbRDQO5vgJONVkts=
github.com/nttcom/eclcloud/v2 v2.7.0/go.mod h1:KoBB1B+xdeRXo0fNzggINrTQiuAsezh1SBVcbryS348=
github.com/nttcom/eclcloud/v2 v2.8.0 h1:l9QsBbOw3CEKHKG3REwd525Gbe0ACreAlwuXU3AJo9I=
github.com/nttcom/eclcloud/v2 v2.8.0/go.mod h1:KoBB1B+xdeRXo0fNzggINrTQiuAsezh1SBVcbryS348=
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d/go.mod h1:YUTz3bUH2ZwIWBy3CJBeOBEugqcmXREj14T+iG/4k4U=
github.com/oklog/run v1.0.0 h1:Ru7dDtJNOyC66gQ5dQmaCa0qIsAUFY3sFpK1Xk8igrw=
github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ github.com/mitchellh/mapstructure
# github.com/mitchellh/reflectwalk v1.0.0
## explicit
github.com/mitchellh/reflectwalk
# github.com/nttcom/eclcloud/v2 v2.7.0
# github.com/nttcom/eclcloud/v2 v2.8.0
## explicit; go 1.13
github.com/nttcom/eclcloud/v2
github.com/nttcom/eclcloud/v2/ecl
Expand Down

0 comments on commit cf0cc9a

Please sign in to comment.