From 15f35e69d09d0845ee0aac36143f763f1dc18417 Mon Sep 17 00:00:00 2001 From: Saurabh Agarwal <91433639+saurabh-io@users.noreply.github.com> Date: Fri, 8 Sep 2023 12:37:41 -0700 Subject: [PATCH] use v0.6.0-alpha.3 hexaIdql, gcpcel in awsCedar, gcpBind --- mapper/formats/awsCedar/go.mod | 4 ++-- mapper/formats/awsCedar/go.sum | 4 ++++ mapper/formats/gcpBind/go.mod | 4 ++-- mapper/formats/gcpBind/go.sum | 4 ++++ 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/mapper/formats/awsCedar/go.mod b/mapper/formats/awsCedar/go.mod index 65e7976..37c4288 100644 --- a/mapper/formats/awsCedar/go.mod +++ b/mapper/formats/awsCedar/go.mod @@ -11,8 +11,8 @@ require ( ) require ( - github.com/hexa-org/policy-mapper/hexaIdql v0.0.0-20230908031135-56181d2b5c41 - github.com/hexa-org/policy-mapper/mapper/conditionLangs/gcpcel v0.0.0-20230908031416-eee2e95f967f + github.com/hexa-org/policy-mapper/hexaIdql v0.6.0-alpha.3 + github.com/hexa-org/policy-mapper/mapper/conditionLangs/gcpcel v0.6.0-alpha.3 ) require ( diff --git a/mapper/formats/awsCedar/go.sum b/mapper/formats/awsCedar/go.sum index 64ec6c1..f075a6a 100644 --- a/mapper/formats/awsCedar/go.sum +++ b/mapper/formats/awsCedar/go.sum @@ -31,8 +31,12 @@ github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38= github.com/hexa-org/policy-mapper/hexaIdql v0.0.0-20230908031135-56181d2b5c41 h1:aK9inuPOniXyAB/3ZubURvmMVscaB8cJOZ52brcW82U= github.com/hexa-org/policy-mapper/hexaIdql v0.0.0-20230908031135-56181d2b5c41/go.mod h1:mqzC3LjDSVimn8u7s98JWJjrYUm4fCR7ZlMsqI/7ABM= +github.com/hexa-org/policy-mapper/hexaIdql v0.6.0-alpha.3 h1:kApPuTEC8bVualHsj0CA5avqk7DgU2ZiJOpLG5EiKTM= +github.com/hexa-org/policy-mapper/hexaIdql v0.6.0-alpha.3/go.mod h1:mqzC3LjDSVimn8u7s98JWJjrYUm4fCR7ZlMsqI/7ABM= github.com/hexa-org/policy-mapper/mapper/conditionLangs/gcpcel v0.0.0-20230908031416-eee2e95f967f h1:IK+OA83da3mR15cDvtVK7yXEIUlnc7YuaF1UJcMu/DA= github.com/hexa-org/policy-mapper/mapper/conditionLangs/gcpcel v0.0.0-20230908031416-eee2e95f967f/go.mod h1:J96P1ZW7CrNvl6etkaGh0ZLLamk12CaKe22I+r31l5E= +github.com/hexa-org/policy-mapper/mapper/conditionLangs/gcpcel v0.6.0-alpha.3 h1:OEKDeQ99XEuY8geaC7BcO4ZutrV7r91jz+o83d3zuhs= +github.com/hexa-org/policy-mapper/mapper/conditionLangs/gcpcel v0.6.0-alpha.3/go.mod h1:lztDcLCkQr006lK6C87o/Bfwz2Ko3Fd6hoBlFL2WGaA= github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM= github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= diff --git a/mapper/formats/gcpBind/go.mod b/mapper/formats/gcpBind/go.mod index ddce00a..884794a 100644 --- a/mapper/formats/gcpBind/go.mod +++ b/mapper/formats/gcpBind/go.mod @@ -10,8 +10,8 @@ require ( ) require ( - github.com/hexa-org/policy-mapper/hexaIdql v0.0.0-20230908031135-56181d2b5c41 - github.com/hexa-org/policy-mapper/mapper/conditionLangs/gcpcel v0.0.0-20230908031416-eee2e95f967f + github.com/hexa-org/policy-mapper/hexaIdql v0.6.0-alpha.3 + github.com/hexa-org/policy-mapper/mapper/conditionLangs/gcpcel v0.6.0-alpha.3 ) require ( diff --git a/mapper/formats/gcpBind/go.sum b/mapper/formats/gcpBind/go.sum index 1b7a8bd..ca4c7e2 100644 --- a/mapper/formats/gcpBind/go.sum +++ b/mapper/formats/gcpBind/go.sum @@ -76,8 +76,12 @@ github.com/googleapis/gax-go/v2 v2.11.0/go.mod h1:DxmR61SGKkGLa2xigwuZIQpkCI2S5i github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw= github.com/hexa-org/policy-mapper/hexaIdql v0.0.0-20230908031135-56181d2b5c41 h1:aK9inuPOniXyAB/3ZubURvmMVscaB8cJOZ52brcW82U= github.com/hexa-org/policy-mapper/hexaIdql v0.0.0-20230908031135-56181d2b5c41/go.mod h1:mqzC3LjDSVimn8u7s98JWJjrYUm4fCR7ZlMsqI/7ABM= +github.com/hexa-org/policy-mapper/hexaIdql v0.6.0-alpha.3 h1:kApPuTEC8bVualHsj0CA5avqk7DgU2ZiJOpLG5EiKTM= +github.com/hexa-org/policy-mapper/hexaIdql v0.6.0-alpha.3/go.mod h1:mqzC3LjDSVimn8u7s98JWJjrYUm4fCR7ZlMsqI/7ABM= github.com/hexa-org/policy-mapper/mapper/conditionLangs/gcpcel v0.0.0-20230908031416-eee2e95f967f h1:IK+OA83da3mR15cDvtVK7yXEIUlnc7YuaF1UJcMu/DA= github.com/hexa-org/policy-mapper/mapper/conditionLangs/gcpcel v0.0.0-20230908031416-eee2e95f967f/go.mod h1:J96P1ZW7CrNvl6etkaGh0ZLLamk12CaKe22I+r31l5E= +github.com/hexa-org/policy-mapper/mapper/conditionLangs/gcpcel v0.6.0-alpha.3 h1:OEKDeQ99XEuY8geaC7BcO4ZutrV7r91jz+o83d3zuhs= +github.com/hexa-org/policy-mapper/mapper/conditionLangs/gcpcel v0.6.0-alpha.3/go.mod h1:lztDcLCkQr006lK6C87o/Bfwz2Ko3Fd6hoBlFL2WGaA= github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM= github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=