From 6afabaa1a7a956c4361695a38a295d7b5a08a0fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 20:01:08 +0000 Subject: [PATCH] Bump golang.org/x/net from 0.38.0 to 0.49.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.38.0 to 0.49.0. - [Commits](https://github.com/golang/net/compare/v0.38.0...v0.49.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.49.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index e5644a4..89895db 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/fokx/cvtp -go 1.20 +go 1.24.0 -require golang.org/x/net v0.38.0 +require golang.org/x/net v0.49.0 diff --git a/go.sum b/go.sum index bf158ca..beccae5 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8= -golang.org/x/net v0.38.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8= +golang.org/x/net v0.49.0 h1:eeHFmOGUTtaaPSGNmjBKpbng9MulQsJURQUAfUwY++o= +golang.org/x/net v0.49.0/go.mod h1:/ysNB2EvaqvesRkuLAyjI1ycPZlQHM3q01F02UY/MV8=