From 6cf01adb611c2212cda9f343457a2b3f58324f9e Mon Sep 17 00:00:00 2001 From: William Petit Date: Mon, 14 Aug 2023 14:49:41 -0600 Subject: [PATCH] chore: tidy deps --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a6f882c..3e8ae71 100644 --- a/go.mod +++ b/go.mod @@ -7,6 +7,7 @@ require ( github.com/Masterminds/sprig/v3 v3.2.3 github.com/alecthomas/participle/v2 v2.0.0-beta.5 github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883 + github.com/antonmedv/expr v1.12.7 github.com/brutella/dnssd v1.2.6 github.com/btcsuite/btcd/btcutil v1.1.3 github.com/davecgh/go-spew v1.1.1 @@ -33,7 +34,6 @@ require ( require ( github.com/Masterminds/goutils v1.1.1 // indirect github.com/Masterminds/semver/v3 v3.2.0 // indirect - github.com/antonmedv/expr v1.12.7 // indirect github.com/barnybug/go-cast v0.0.0-20201201064555-a87ccbc26692 // indirect github.com/dop251/goja_nodejs v0.0.0-20230320130059-dcf93ba651dd // indirect github.com/gabriel-vasile/mimetype v1.4.1 // indirect