Package: terraform-switcher / 0.13.1308+ds-1

Metadata

Package Version Patches format
terraform-switcher 0.13.1308+ds-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 switch from hcl2 to hcl v2.patch | (download)

go.mod | 3 1 + 2 - 0 !
go.sum | 404 0 + 404 - 0 !
main.go | 4 2 + 2 - 0 !
3 files changed, 3 insertions(+), 408 deletions(-)

 switch from github.com/hashicorp/hcl2 to github.com/hashicorp/hcl/v2
 github.com/hashicorp/hcl2 is experimental and now obsolete.
0002 skip tests that access homedir and internet.patch | (download)

lib/download_test.go | 3 3 + 0 - 0 !
lib/files_test.go | 36 36 + 0 - 0 !
lib/list_versions_test.go | 4 4 + 0 - 0 !
lib/symlink_test.go | 9 9 + 0 - 0 !
4 files changed, 52 insertions(+)

 skip tests that access $home and/or the internet
 But let them run during autopkgtest.