diff --git a/go.mod b/go.mod index 6e67ecec..27b3e3f9 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ require ( github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce github.com/hashicorp/terraform-plugin-sdk v1.17.2 github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 - github.com/scalr/go-scalr v0.0.0-20220610073755-2b143580ecae + github.com/scalr/go-scalr v0.0.0-20220610083404-307bf1c7bcec ) require ( diff --git a/go.sum b/go.sum index 15427910..7bc2ac52 100644 --- a/go.sum +++ b/go.sum @@ -306,6 +306,8 @@ github.com/scalr/go-scalr v0.0.0-20220610071601-40c2b86eaf33 h1:ROaWdvdEhj36Vzf5 github.com/scalr/go-scalr v0.0.0-20220610071601-40c2b86eaf33/go.mod h1:xMnwfer9UxugeNITZjTpQBwQ/4bw6/JdyDLpGdmyorE= github.com/scalr/go-scalr v0.0.0-20220610073755-2b143580ecae h1:Jzb504ZRtsU0hDKo0j9qkpALIFtAltngM/PmG6GlAxQ= github.com/scalr/go-scalr v0.0.0-20220610073755-2b143580ecae/go.mod h1:xMnwfer9UxugeNITZjTpQBwQ/4bw6/JdyDLpGdmyorE= +github.com/scalr/go-scalr v0.0.0-20220610083404-307bf1c7bcec h1:HiWxRqJ8MAuXV+Kski2QSWotxCzF+Z2P+9R8iCWJeyw= +github.com/scalr/go-scalr v0.0.0-20220610083404-307bf1c7bcec/go.mod h1:xMnwfer9UxugeNITZjTpQBwQ/4bw6/JdyDLpGdmyorE= github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo= github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM= github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ=