From 089371367031fcd46f91a4649378f157e4ea6de3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 12:05:35 +0000 Subject: [PATCH] Bump golang.org/x/net from 0.24.0 to 0.55.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.24.0 to 0.55.0. - [Commits](https://github.com/golang/net/compare/v0.24.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] --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 98b596d..dbdc5d3 100644 --- a/go.mod +++ b/go.mod @@ -1,12 +1,12 @@ module github.com/gogather/com -go 1.18 +go 1.25.0 require ( github.com/martinlindhe/base36 v1.1.1 github.com/smartystreets/goconvey v1.8.1 github.com/toolkits/file v0.0.0-20160325033739-a5b3c5147e07 - golang.org/x/net v0.24.0 + golang.org/x/net v0.55.0 ) require (