aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-09-07 10:19:55 -0400
committerXe Iaso <me@xeiaso.net>2023-09-07 10:19:55 -0400
commit2654099b2645423152de4e790ea658ff0ab632e4 (patch)
tree4969e511e51dfa510172fbc1edf5e6bb8b43e06f /go.mod
parent05f9443fae44f0411481554a36e8fe0ef523ed00 (diff)
downloadx-2654099b2645423152de4e790ea658ff0ab632e4.tar.xz
x-2654099b2645423152de4e790ea658ff0ab632e4.zip
cmd/eq: add first prototype of eq, like jq but with exprv1.7.0
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index f030cc8..3c81e36 100644
--- a/go.mod
+++ b/go.mod
@@ -52,6 +52,7 @@ require (
require (
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/andybalholm/cascadia v1.3.2 // indirect
+ github.com/antonmedv/expr v1.15.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/evanw/esbuild v0.18.6 // indirect
github.com/fasthttp/router v1.4.20 // indirect