aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/go.mod
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-02-25 12:41:58 +0100
committerGitHub <noreply@github.com>2023-02-25 12:41:58 +0100
commitc16825629640c818d149061f21796de43c4f4455 (patch)
treeb17ca855e7d1e9ed486b97e77abd46520b09c026 /client/go/go.mod
parentf434753332b67499e4f9e71fd04c0e524135b6f1 (diff)
parent845f37c6bf9147cb32c4a0d4395022c7782d8ae7 (diff)
Merge pull request #26184 from vespa-engine/dependabot/go_modules/client/go/golang.org/x/sys-0.1.0v8.130.48
Bump golang.org/x/sys from 0.0.0-20210630005230-0f9fa26af87c to 0.1.0 in /client/go
Diffstat (limited to 'client/go/go.mod')
-rw-r--r--client/go/go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/go/go.mod b/client/go/go.mod
index fc5ae544dac..ad099ead3bb 100644
--- a/client/go/go.mod
+++ b/client/go/go.mod
@@ -13,7 +13,7 @@ require (
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
github.com/zalando/go-keyring v0.1.1
- golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
+ golang.org/x/sys v0.1.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)