diff --git a/go.mod b/go.mod index d17cc6c..f18478d 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.22.3 require ( github.com/breml/jsondiffprinter v0.0.12 - github.com/ghetzel/go-stockutil v1.12.1 + github.com/ghetzel/go-stockutil v1.12.2 github.com/hashicorp/terraform-json v0.23.0 github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db github.com/stretchr/testify v1.10.0 diff --git a/go.sum b/go.sum index cea12dc..fbb9c9e 100644 --- a/go.sum +++ b/go.sum @@ -18,8 +18,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/fatih/structs v1.1.0 h1:Q7juDM0QtcnhCpeyLGQKyg4TOIghuNXrkL32pHAUMxo= github.com/fatih/structs v1.1.0/go.mod h1:9NiDSp5zOcgEDl+j00MP/WkGVPOlPRLejGD8Ga6PJ7M= -github.com/ghetzel/go-stockutil v1.12.1 h1:Dea+FXhBAsPYKwjesTicYig8wMIbOkdKoMebXkX8Zwo= -github.com/ghetzel/go-stockutil v1.12.1/go.mod h1:juzwPAnPxtu/IQCFlTx8tc8bwSYC6RS7T59piGbcMwE= +github.com/ghetzel/go-stockutil v1.12.2 h1:kDe3d8ZZvyDE/2h3qM296imThkwFd/idA0GVlyviwXE= +github.com/ghetzel/go-stockutil v1.12.2/go.mod h1:juzwPAnPxtu/IQCFlTx8tc8bwSYC6RS7T59piGbcMwE= github.com/ghetzel/testify v1.4.1 h1:wpJirdM+znAnxWruGDBdIys5aU+wGJHNUTkgEo4PYwk= github.com/ghetzel/testify v1.4.1/go.mod h1:FwvFn1OiGEUgzhS3ySCjTBG7/sez0WRvOAxz5uQU8so= github.com/ghetzel/uuid v0.0.0-20171129191014-dec09d789f3d h1:YVJe7KwVYazt90hCc/q2dYJVS3062AY6QdT6iHd+Kh8=