fix packer error by monkey patch the version output

This commit is contained in:
hezijie
2024-07-02 12:46:11 +08:00
committed by lonegunmanb
parent 0fd2a5d129
commit b56dda974f
2 changed files with 19 additions and 0 deletions

View File

@ -4,6 +4,7 @@ go 1.19
require (
github.com/Azure/terraform-module-test-helper v0.16.0
github.com/agiledragon/gomonkey/v2 v2.11.0
github.com/gruntwork-io/terratest v0.43.9
github.com/stretchr/testify v1.8.4
)