summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-08-28 21:17:14 +0000
committerGitHub <noreply@github.com>2023-08-28 21:17:14 +0000
commit218bcae65d78f19b5826fa828bbf8fb62fad269d (patch)
treee13a504dad30ebda267095a7354a8c4c8280bcae
parenta274eebb8d33aeae5ca751d04b8be4a9db604402 (diff)
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 5d1f6175e55..595ea187e18 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 03206b0c5e8..5a69b5f6a3e 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=