Skip to content

Commit

Permalink
Add JSON conversion support for model list and struct values (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
TristonianJones authored Dec 8, 2021
1 parent 87f0797 commit 295ae6c
Show file tree
Hide file tree
Showing 5 changed files with 175 additions and 64 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.vscode
.DS_Store
14 changes: 8 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ module github.com/google/cel-policy-templates-go
go 1.13

require (
github.com/google/cel-go v0.7.3
github.com/kr/pretty v0.1.0 // indirect
google.golang.org/genproto v0.0.0-20210113195801-ae06605f4595
google.golang.org/protobuf v1.25.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v3 v3.0.0-20200506231410-2ff61e1afc86
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20211207205009-e8122ca5a943 // indirect
github.com/google/cel-go v0.9.0
github.com/google/go-cmp v0.5.6
github.com/kr/pretty v0.3.0 // indirect
google.golang.org/genproto v0.0.0-20211207154714-918901c715cf
google.golang.org/protobuf v1.27.1
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
Loading

0 comments on commit 295ae6c

Please sign in to comment.