From f02dc02418f6c51805f8ed76e461d47c849db2c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 21:57:22 +0000 Subject: [PATCH] Bump golang.org/x/net from 0.24.0 to 0.38.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.24.0 to 0.38.0. - [Commits](https://github.com/golang/net/compare/v0.24.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index eae15eb..4766120 100644 --- a/go.mod +++ b/go.mod @@ -3,15 +3,13 @@ module github.com/gogather/com go 1.18 require ( - github.com/pilu/miniassert v0.0.0-20140522125902-bee63581261a 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.38.0 ) require ( github.com/gopherjs/gopherjs v1.17.2 // indirect github.com/jtolds/gls v4.20.0+incompatible // indirect github.com/smarty/assertions v1.15.0 // indirect - github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect )