Skip to content

Commit d3640d8

Browse files
Bump github.com/mattn/go-shellwords from 1.0.3 to 1.0.11
Bumps [github.com/mattn/go-shellwords](https://github.com/mattn/go-shellwords) from 1.0.3 to 1.0.11. - [Release notes](https://github.com/mattn/go-shellwords/releases) - [Commits](mattn/go-shellwords@v1.0.3...v1.0.11) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent f149b31 commit d3640d8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ require (
3939
github.com/lxn/win v0.0.0-20191128105842-2da648fda5b4
4040
github.com/manveru/faker v0.0.0-20171103152722-9fbc68a78c4d
4141
github.com/mattn/go-isatty v0.0.12
42-
github.com/mattn/go-shellwords v1.0.3
42+
github.com/mattn/go-shellwords v1.0.11
4343
github.com/miekg/dns v1.1.35
4444
github.com/mitchellh/go-homedir v1.1.0
4545
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect

go.sum

+1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ github.com/mattn/go-isatty v0.0.12 h1:wuysRhFDzyxgEmMf5xjvJ2M9dZoWAXNNr5LSBS7uHX
124124
github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU=
125125
github.com/mattn/go-shellwords v1.0.3 h1:K/VxK7SZ+cvuPgFSLKi5QPI9Vr/ipOf4C1gN+ntueUk=
126126
github.com/mattn/go-shellwords v1.0.3/go.mod h1:3xCvwCdWdlDJUrvuMn7Wuy9eWs4pE8vqg+NOMyg4B2o=
127+
github.com/mattn/go-shellwords v1.0.11/go.mod h1:EZzvwXDESEeg03EKmM+RmDnNOPKG4lLtQsUlTZDWQ8Y=
127128
github.com/miekg/dns v1.0.15 h1:9+UupePBQCG6zf1q/bGmTO1vumoG13jsrbWOSX1W6Tw=
128129
github.com/miekg/dns v1.0.15/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg=
129130
github.com/miekg/dns v1.1.35/go.mod h1:KNUDUusw/aVsxyTYZM1oqvCicbwhgbNgztCETuNZ7xM=

0 commit comments

Comments
 (0)