summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-08-29 00:19:50 +0200
committerGitHub <noreply@github.com>2023-08-29 00:19:50 +0200
commit487c1e7d80b783ce0fcd425a0860b28b2041a748 (patch)
treecd3b558524035da6e5be97b7a6b8cc24a2b4d27f
parentf346aa02e266c4fe9cab8c646794fba100b7f80d (diff)
parent218bcae65d78f19b5826fa828bbf8fb62fad269d (diff)
Merge pull request #28224 from vespa-engine/renovate/github.com-alessio-shellescape-1.x
Update module github.com/alessio/shellescape to v1.4.2
-rw-r--r--client/go/go.mod2
-rw-r--r--client/go/go.sum2
2 files changed, 3 insertions, 1 deletions
diff --git a/client/go/go.mod b/client/go/go.mod
index 4ea0e102505..29f9783e814 100644
--- a/client/go/go.mod
+++ b/client/go/go.mod
@@ -3,7 +3,7 @@ module github.com/vespa-engine/vespa/client/go
go 1.19
require (
- github.com/alessio/shellescape v1.4.1
+ github.com/alessio/shellescape v1.4.2
github.com/briandowns/spinner v1.23.0
github.com/fatih/color v1.15.0
// This is the most recent version compatible with Go 1.19. Upgrade when we upgrade our Go version
diff --git a/client/go/go.sum b/client/go/go.sum
index 86d339d6d68..d1d280f528a 100644
--- a/client/go/go.sum
+++ b/client/go/go.sum
@@ -1,5 +1,7 @@
github.com/alessio/shellescape v1.4.1 h1:V7yhSDDn8LP4lc4jS8pFkt0zCnzVJlG5JXy9BVKJUX0=
github.com/alessio/shellescape v1.4.1/go.mod h1:PZAiSCk0LJaZkiCSkPv8qIobYglO3FPpyFjDCtHLS30=
+github.com/alessio/shellescape v1.4.2 h1:MHPfaU+ddJ0/bYWpgIeUnQUqKrlJ1S7BfEYPM4uEoM0=
+github.com/alessio/shellescape v1.4.2/go.mod h1:PZAiSCk0LJaZkiCSkPv8qIobYglO3FPpyFjDCtHLS30=
github.com/briandowns/spinner v1.23.0 h1:alDF2guRWqa/FOZZYWjlMIx2L6H0wyewPxo/CH4Pt2A=
github.com/briandowns/spinner v1.23.0/go.mod h1:rPG4gmXeN3wQV/TsAY4w8lPdIM6RX3yqeBQJSrbXjuE=
github.com/cpuguy83/go-md2man/v2 v2.0.2 h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w=