Skip to content
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

Auto updated assets for terraform 30.1.1 #562

Open
wants to merge 3 commits into
base: 30.1.1
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ go 1.16

require (
github.com/hashicorp/terraform-plugin-sdk/v2 v2.20.0
github.com/vmware/alb-sdk v0.0.0-20230803045758-cfa2a78741e9
github.com/vmware/alb-sdk v0.0.0-20230831092724-70d518c48d38
)
6 changes: 6 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,12 @@ github.com/vmware/alb-sdk v0.0.0-20230626110158-e51a96d82ba2 h1:jiUOz1jc/bFu0jEC
github.com/vmware/alb-sdk v0.0.0-20230626110158-e51a96d82ba2/go.mod h1:fuRb4saDY/xy/UMeMvyKYmcplNknEL9ysaqYSw7reNE=
github.com/vmware/alb-sdk v0.0.0-20230803045758-cfa2a78741e9 h1:afNk5kdZyzkvtRaL6ZHlNnioqaCQ+itxnv0eaXHojwI=
github.com/vmware/alb-sdk v0.0.0-20230803045758-cfa2a78741e9/go.mod h1:fuRb4saDY/xy/UMeMvyKYmcplNknEL9ysaqYSw7reNE=
github.com/vmware/alb-sdk v0.0.0-20230825060859-caea830c264b h1:BArKYZIpg1jczhPW3Z4noPUWUYOtkNCIYSwwgAyyKIw=
github.com/vmware/alb-sdk v0.0.0-20230825060859-caea830c264b/go.mod h1:fuRb4saDY/xy/UMeMvyKYmcplNknEL9ysaqYSw7reNE=
github.com/vmware/alb-sdk v0.0.0-20230831062106-21916e1dd0f3 h1:7PN8PNZQwVAgLx05KUFcJ8VtkjzQ0OA5kdpcBj6X7o8=
github.com/vmware/alb-sdk v0.0.0-20230831062106-21916e1dd0f3/go.mod h1:fuRb4saDY/xy/UMeMvyKYmcplNknEL9ysaqYSw7reNE=
github.com/vmware/alb-sdk v0.0.0-20230831092724-70d518c48d38 h1:psX2Th5/ntfI79ByEEUnxT1QZOsUfj6K5ff+OMO8l5A=
github.com/vmware/alb-sdk v0.0.0-20230831092724-70d518c48d38/go.mod h1:fuRb4saDY/xy/UMeMvyKYmcplNknEL9ysaqYSw7reNE=
github.com/xanzy/ssh-agent v0.3.0 h1:wUMzuKtKilRgBAD1sUb8gOwwRr2FGoBVumcjoOACClI=
github.com/xanzy/ssh-agent v0.3.0/go.mod h1:3s9xbODqPuuhK9JV1R321M/FlMZSBvE5aY6eAcqrDh0=
github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
Expand Down
Loading