From 8d7725560d6134c98344ee2d2157a849552b579e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 23:28:29 +1000 Subject: [PATCH] build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 in /core (#316) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0. - [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- core/go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/go.mod b/core/go.mod index bf62fc670..87dfc4412 100644 --- a/core/go.mod +++ b/core/go.mod @@ -36,7 +36,7 @@ require ( github.com/vishvananda/netlink v1.1.0 github.com/xtaci/kcp-go/v5 v5.6.8 golang.org/x/crypto v0.21.0 - golang.org/x/net v0.22.0 + golang.org/x/net v0.23.0 golang.org/x/sys v0.18.0 src.elv.sh v0.20.1 ) @@ -83,7 +83,6 @@ require ( github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3 // indirect github.com/rivo/uniseg v0.4.7 // indirect github.com/shoenig/go-m1cpu v0.1.6 // indirect - github.com/sourcegraph/go-lsp v0.0.0-20240223163137-f80c5dd31dfd // indirect github.com/sourcegraph/jsonrpc2 v0.2.0 // indirect github.com/templexxx/cpu v0.1.0 // indirect github.com/templexxx/xorsimd v0.4.2 // indirect