From f190d8f62d2df8d3a0414dab889f6f29a5266097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 08:08:08 +0000 Subject: [PATCH] Bump golang.org/x/net from 0.44.0 to 0.55.0 in /crosspost Bumps [golang.org/x/net](https://github.com/golang/net) from 0.44.0 to 0.55.0. - [Commits](https://github.com/golang/net/compare/v0.44.0...v0.55.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.55.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crosspost/go.mod | 2 +- crosspost/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crosspost/go.mod b/crosspost/go.mod index 49343aa..570364d 100644 --- a/crosspost/go.mod +++ b/crosspost/go.mod @@ -6,7 +6,7 @@ require ( github.com/PurpleSec/logx v1.6.1 github.com/mattn/go-mastodon v0.0.10 github.com/michimani/gotwi v0.18.1 - golang.org/x/net v0.44.0 + golang.org/x/net v0.55.0 ) require ( diff --git a/crosspost/go.sum b/crosspost/go.sum index 3561211..31eae18 100644 --- a/crosspost/go.sum +++ b/crosspost/go.sum @@ -14,7 +14,7 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 h1:nrZ3ySNYwJbSpD6ce9duiP+QkD3JuLCcWkdaehUS/3Y= github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80/go.mod h1:iFyPdL66DjUD96XmzVL3ZntbzcflLnznH0fr99w5VqE= -golang.org/x/net v0.44.0 h1:evd8IRDyfNBMBTTY5XRF1vaZlD+EmWx6x8PkhR04H/I= -golang.org/x/net v0.44.0/go.mod h1:ECOoLqd5U3Lhyeyo/QDCEVQ4sNgYsqvCZ722XogGieY= +golang.org/x/net v0.55.0 h1:bcvxaJn3e1U6InsFWt1JUq1aSjnRxLzT2rtD2KfkDF8= +golang.org/x/net v0.55.0/go.mod h1:L5U2KuzuOe1lY7Z+aWVIKK6qEeJXnXV9yzGA+WCHJww= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=