diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-09-07 10:19:55 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-09-07 10:19:55 -0400 |
| commit | 2654099b2645423152de4e790ea658ff0ab632e4 (patch) | |
| tree | 4969e511e51dfa510172fbc1edf5e6bb8b43e06f /go.mod | |
| parent | 05f9443fae44f0411481554a36e8fe0ef523ed00 (diff) | |
| download | x-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.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
