aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-13 02:10:56 +0000
committerGitHub <noreply@github.com>2025-03-13 02:10:56 +0000
commit2cb23bfbdcd2e3d34bf516f1c1cc8c3d3617fe10 (patch)
tree1854674ce701c42b9589a42dc78059687323a862 /go.mod
parentdebbb4d75c730c23c40e9ccbb745ea5ac90c98c0 (diff)
downloadxesite-2cb23bfbdcd2e3d34bf516f1c1cc8c3d3617fe10.tar.xz
xesite-2cb23bfbdcd2e3d34bf516f1c1cc8c3d3617fe10.zip
build(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 (#927)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.35.0 to 0.36.0. - [Commits](https://github.com/golang/net/compare/v0.35.0...v0.36.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 37aca91..0e32da0 100644
--- a/go.mod
+++ b/go.mod
@@ -84,7 +84,7 @@ require (
github.com/xanzy/ssh-agent v0.3.3 // indirect
go4.org/mem v0.0.0-20240501181205-ae6ca9944745 // indirect
golang.org/x/crypto v0.35.0 // indirect
- golang.org/x/net v0.35.0 // indirect
+ golang.org/x/net v0.36.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/term v0.29.0 // indirect
golang.org/x/text v0.22.0 // indirect