From 31d0d2ef03d49e6233a315a72ab2035b249e1bc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 13:15:09 +0000 Subject: [PATCH] Bump golang.org/x/net from 0.0.0-20180921000356-2f5d2388922f to 0.55.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20180921000356-2f5d2388922f to 0.55.0. - [Commits](https://github.com/golang/net/commits/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 | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index 8101d5d..b4bf6bf 100644 --- a/go.mod +++ b/go.mod @@ -1,10 +1,15 @@ module github.com/httpstat +go 1.26.5 + require ( github.com/fatih/color v1.7.0 - github.com/mattn/go-colorable v0.0.9 - github.com/mattn/go-isatty v0.0.4 - golang.org/x/net v0.0.0-20180921000356-2f5d2388922f - golang.org/x/sys v0.0.0-20180920110915-d641721ec2de - golang.org/x/text v0.3.0 + golang.org/x/net v0.55.0 +) + +require ( + github.com/mattn/go-colorable v0.0.9 // indirect + github.com/mattn/go-isatty v0.0.4 // indirect + golang.org/x/sys v0.45.0 // indirect + golang.org/x/text v0.37.0 // indirect )