From fc0738269e16bd4ff429c4dbe49a557bc0e7e611 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 20 Mar 2025 10:49:23 -0600 Subject: feat: add a cedar policy --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 75eeac7..a6849a7 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,7 @@ go 1.24.0 require ( github.com/casbin/casbin/v3 v3.0.0-beta.7 + github.com/cedar-policy/cedar-go v1.1.1 github.com/lestrrat-go/jwx/v3 v3.0.0-alpha3 github.com/magefile/mage v1.15.0 github.com/playwright-community/playwright-go v0.5001.0 @@ -32,6 +33,7 @@ require ( github.com/pmezard/go-difflib v1.0.0 // indirect github.com/segmentio/asm v1.2.0 // indirect golang.org/x/crypto v0.36.0 // indirect + golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect golang.org/x/sys v0.31.0 // indirect google.golang.org/protobuf v1.28.1 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect -- cgit v1.2.3