From 1b2ec4eb866e76eddc73b133a7c8c62707e5fb73 Mon Sep 17 00:00:00 2001 From: Denys Kolomytskyi Date: Thu, 21 Dec 2023 18:07:48 +0200 Subject: [PATCH] SCALRCORE-29619 BE > Provider > Unable to link policy_group with single environment --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index d8f8120a..b1bb11d9 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/hashicorp/terraform-plugin-docs v0.16.0 github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.1 github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 - github.com/scalr/go-scalr v0.0.0-20231211084914-60b6d441064c + github.com/scalr/go-scalr v0.0.0-20231221160155-699b7314507d ) require ( diff --git a/go.sum b/go.sum index 3e2e0ac1..056e552b 100644 --- a/go.sum +++ b/go.sum @@ -260,8 +260,8 @@ github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFR github.com/rogpeppe/go-internal v1.6.1 h1:/FiVV8dS/e+YqF2JvO3yXRFbBLTIuSDkuC7aBOAvL+k= github.com/russross/blackfriday v1.6.0 h1:KqfZb0pUVN2lYqZUYRddxF4OR8ZMURnJIG5Y3VRLtww= github.com/russross/blackfriday v1.6.0/go.mod h1:ti0ldHuxg49ri4ksnFxlkCfN+hvslNlmVHqNRXXJNAY= -github.com/scalr/go-scalr v0.0.0-20231211084914-60b6d441064c h1:Z7rLk23ea4Q/TYlGc2S8cbGrHIacj/qGscYLXTCurO8= -github.com/scalr/go-scalr v0.0.0-20231211084914-60b6d441064c/go.mod h1:p34SHb25YRvbgft7SUjSDYESeoQhWzAlxGXId/BbaSE= +github.com/scalr/go-scalr v0.0.0-20231221160155-699b7314507d h1:QTAeSn25kGhnuWRZ/AFcDlDEGoTRK/jewYRVYVo2vew= +github.com/scalr/go-scalr v0.0.0-20231221160155-699b7314507d/go.mod h1:p34SHb25YRvbgft7SUjSDYESeoQhWzAlxGXId/BbaSE= github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ= github.com/shopspring/decimal v1.2.0/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o= github.com/shopspring/decimal v1.3.1 h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5gKV8=