aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/go.mod
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2023-04-19 17:53:52 +0200
committerMartin Polden <mpolden@mpolden.no>2023-04-19 17:55:05 +0200
commit7a399e0b79375594eede5281f9ece22e2e78715b (patch)
tree1dd74431a7d2bcb1535ed57845a9e0066d092c36 /client/go/go.mod
parent6c98021a888d31632eeb2140c771b4a07a60ed73 (diff)
Bump net module
Diffstat (limited to 'client/go/go.mod')
-rw-r--r--client/go/go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/go/go.mod b/client/go/go.mod
index 18e3853868d..94f69c8286a 100644
--- a/client/go/go.mod
+++ b/client/go/go.mod
@@ -13,8 +13,8 @@ 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/net v0.8.0
- golang.org/x/sys v0.6.0
+ golang.org/x/net v0.9.0
+ golang.org/x/sys v0.7.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
@@ -28,7 +28,7 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/stretchr/objx v0.1.1 // indirect
- golang.org/x/text v0.8.0 // indirect
+ golang.org/x/text v0.9.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)