Skip to content

Commit 20438ae

Browse files
authored
chore: run go mod tidy
1 parent 42fb6ca commit 20438ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ require (
203203
require (
204204
github.com/chromedp/cdproto v0.0.0-20230802225258-3cf4e6d46a89
205205
github.com/chromedp/chromedp v0.9.2
206+
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
206207
)
207208

208209
require (
@@ -323,7 +324,6 @@ require (
323324
github.com/josharian/native v1.1.1-0.20230202152459-5c7d0dd6ab86 // indirect
324325
github.com/jsimonetti/rtnetlink v1.3.2 // indirect
325326
github.com/juju/errors v1.0.0 // indirect
326-
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
327327
github.com/kortschak/wol v0.0.0-20200729010619-da482cc4850a // indirect
328328
github.com/kr/fs v0.1.0 // indirect
329329
github.com/leodido/go-urn v1.2.4 // indirect

0 commit comments

Comments
 (0)