We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
go mod tidy
1 parent 42fb6ca commit 20438aeCopy full SHA for 20438ae
go.mod
@@ -203,6 +203,7 @@ require (
203
require (
204
github.com/chromedp/cdproto v0.0.0-20230802225258-3cf4e6d46a89
205
github.com/chromedp/chromedp v0.9.2
206
+ github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
207
)
208
209
@@ -323,7 +324,6 @@ require (
323
324
github.com/josharian/native v1.1.1-0.20230202152459-5c7d0dd6ab86 // indirect
325
github.com/jsimonetti/rtnetlink v1.3.2 // indirect
326
github.com/juju/errors v1.0.0 // indirect
- github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
327
github.com/kortschak/wol v0.0.0-20200729010619-da482cc4850a // indirect
328
github.com/kr/fs v0.1.0 // indirect
329
github.com/leodido/go-urn v1.2.4 // indirect
0 commit comments