From 20438ae6c25de5489d7f7ed257327f1d72caaf4d Mon Sep 17 00:00:00 2001 From: Colin Adler Date: Mon, 9 Oct 2023 15:10:46 -0500 Subject: [PATCH] chore: run `go mod tidy` --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 00b0b07e43..21e4ff199e 100644 --- a/go.mod +++ b/go.mod @@ -203,6 +203,7 @@ require ( require ( github.com/chromedp/cdproto v0.0.0-20230802225258-3cf4e6d46a89 github.com/chromedp/chromedp v0.9.2 + github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 ) require ( @@ -323,7 +324,6 @@ require ( github.com/josharian/native v1.1.1-0.20230202152459-5c7d0dd6ab86 // indirect github.com/jsimonetti/rtnetlink v1.3.2 // indirect github.com/juju/errors v1.0.0 // indirect - github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect github.com/kortschak/wol v0.0.0-20200729010619-da482cc4850a // indirect github.com/kr/fs v0.1.0 // indirect github.com/leodido/go-urn v1.2.4 // indirect