summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-05-30 17:56:18 +1000
committerGitHub <noreply@github.com>2023-05-30 17:56:18 +1000
commit33789d67f072e1284fe79dbe78507d2ad3069ada (patch)
treef6a3e2b0d1f09ca6d7f7f3ca29006078d52a8da8 /go.mod
parentcc0edd42bb9a341aaf329357666b06e9b5ad24e1 (diff)
parente842548fc89bdd72f757ba88ee85ec22e78304b2 (diff)
Merge pull request #2490 from jesseduffield/dependabot/go_modules/golang.org/x/net-0.7.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 0ec5d5a7c..be41e072f 100644
--- a/go.mod
+++ b/go.mod
@@ -66,7 +66,7 @@ require (
github.com/xanzy/ssh-agent v0.2.1 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/exp v0.0.0-20220318154914-8dddf5d87bd8 // indirect
- golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
+ golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/term v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect