1
0
Fork 0
mirror of https://github.com/imjasonh/cel-condition synced 2026-07-08 06:46:22 +00:00

initial commit

This commit is contained in:
Jason Hall 2020-06-11 20:13:49 -04:00
commit 151c98f27c
5 changed files with 165 additions and 0 deletions

5
go.mod Normal file
View file

@ -0,0 +1,5 @@
module github.com/imjasonh/cel-condition
go 1.14
require github.com/google/cel-go v0.5.1