summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorFrancis Lavoie <lavofr@gmail.com>2022-02-19 17:09:09 -0500
committerGitHub <noreply@github.com>2022-02-19 15:09:09 -0700
commit0de51593a647ee68ae79643f137ae2486118a6e6 (patch)
tree01b090255f62a61275cbb60c4e8c452f04a57192 /go.mod
parent26d633baf83994e79d2961fa9f5b37ef5b0ab800 (diff)
go.mod: Revert version bump of CEL (#4587)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 7cbbd2f..9433f0f 100644
--- a/go.mod
+++ b/go.mod
@@ -12,7 +12,7 @@ require (
github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/go-chi/chi v4.1.2+incompatible
- github.com/google/cel-go v0.9.0
+ github.com/google/cel-go v0.7.3
github.com/google/uuid v1.3.0
github.com/klauspost/compress v1.14.2
github.com/klauspost/cpuid/v2 v2.0.10