aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-11 16:16:39 +0000
committerGitHub <noreply@github.com>2024-03-11 16:16:39 +0000
commit2fda08d12130ce0d0f6e89d953fa659c7ed2bf12 (patch)
tree1f9a9e49d385d1640a3d8975a5e2fd6fb6d5b784 /go.mod
parent8c8167a4ab3130c69bebcd53e0c11934fbc8e939 (diff)
downloadsyncthing-2fda08d12130ce0d0f6e89d953fa659c7ed2bf12.tar.gz
syncthing-2fda08d12130ce0d0f6e89d953fa659c7ed2bf12.zip
build(deps): bump golang.org/x/net from 0.21.0 to 0.22.0dependabot/go_modules/golang.org/x/net-0.22.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.22.0. - [Commits](https://github.com/golang/net/compare/v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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 5258b8b0a..03867b1a8 100644
--- a/go.mod
+++ b/go.mod
@@ -40,7 +40,7 @@ require (
github.com/willabides/kongplete v0.4.0
go.uber.org/automaxprocs v1.5.3
golang.org/x/crypto v0.21.0
- golang.org/x/net v0.21.0
+ golang.org/x/net v0.22.0
golang.org/x/sys v0.18.0
golang.org/x/text v0.14.0
golang.org/x/time v0.5.0