aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-13 15:50:25 +0530
committerGitHub <noreply@github.com>2024-07-13 15:50:25 +0530
commit67e355d5a4f7042d6c16a32afc9119b844d0b467 (patch)
tree90f918d7cae466f9b36dcf0f1768f389b98ecd3b /go.mod
parentreadme: fix a thing (diff)
downloadlegitrx-67e355d5a4f7042d6c16a32afc9119b844d0b467.tar.gz
legitrx-67e355d5a4f7042d6c16a32afc9119b844d0b467.tar.zst
legitrx-67e355d5a4f7042d6c16a32afc9119b844d0b467.zip
deps: bump golang.org/x/net from 0.22.0 to 0.23.0 (#40)
Diffstat (limited to '')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 8707859..0be22fa 100644
--- a/go.mod
+++ b/go.mod
@@ -32,7 +32,7 @@ require (
github.com/xanzy/ssh-agent v0.3.3 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/mod v0.16.0 // indirect
- golang.org/x/net v0.22.0 // indirect
+ golang.org/x/net v0.23.0 // indirect
golang.org/x/tools v0.19.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)