Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kindermoumoute committed Nov 21, 2019
1 parent f5da9fc commit f0d7e06
Show file tree
Hide file tree
Showing 6 changed files with 2,878 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/hashicorp/terraform-plugin-sdk v1.0.0
github.com/mitchellh/go-homedir v1.1.0
github.com/nicolai86/scaleway-sdk v0.0.0-20181024210327-b20018e944c4
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.4.0.20191118161705-fa6ac08f5120
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.4.0.20191120144002-49d4c257183c
github.com/stretchr/testify v1.3.0
golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
Expand Down
5 changes: 5 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,13 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN
github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI=
github.com/posener/complete v1.2.1 h1:LrvDIY//XNo65Lq84G/akBuMGlawHvGBABv8f/ZN6DI=
github.com/posener/complete v1.2.1/go.mod h1:6gapUrK/U1TAN7ciCoNRIdVC5sbdBTUh1DKN0g6uH7E=
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.4 h1:k0j49IgEf+5j0vwqP8StW5gjzVNwmP0+0hWx/z3FKSw=
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.4.0.20191118161705-fa6ac08f5120 h1:xdXwGVwfcDAAWMy4+pbkVo5lzaIg9X1Q8mlH9070k6Y=
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.4.0.20191118161705-fa6ac08f5120/go.mod h1:CJJ5VAbozOl0yEw7nHB9+7BXTJbIn6h7W+f6Gau5IP8=
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.4.0.20191119165406-d81e1e1664e8 h1:vHpEdi0rQE9wAFbX04SyshjAG8bJbXouZt+31PNSfDM=
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.4.0.20191119165406-d81e1e1664e8/go.mod h1:CJJ5VAbozOl0yEw7nHB9+7BXTJbIn6h7W+f6Gau5IP8=
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.4.0.20191120144002-49d4c257183c h1:x1YLEU06F+OQDj/L/ruDd7zMbQcebAPRhjWh73rHocU=
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.4.0.20191120144002-49d4c257183c/go.mod h1:CJJ5VAbozOl0yEw7nHB9+7BXTJbIn6h7W+f6Gau5IP8=
github.com/sergi/go-diff v1.0.0 h1:Kpca3qRNrduNnOQeazBd0ysaKrUJiIuISHxogkT9RPQ=
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
github.com/spf13/afero v1.2.2 h1:5jhuqJyZCZf2JRofRvN/nIFgIWNzPa3/Vz8mYylgbWc=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f0d7e06

Please sign in to comment.