From b865f93904422679cff352a37905ac04f8597d3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 05:43:24 +0000 Subject: [PATCH] Bump golang.org/x/net from 0.17.0 to 0.55.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.55.0. - [Commits](https://github.com/golang/net/compare/v0.17.0...v0.55.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.55.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 7f28870..8d6044c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/godoes/md2html/v2 -go 1.17 +go 1.25.0 require ( github.com/PuerkitoBio/goquery v1.8.0 @@ -13,6 +13,6 @@ require ( require ( github.com/andybalholm/cascadia v1.3.1 // indirect github.com/dlclark/regexp2 v1.8.0 // indirect - golang.org/x/net v0.17.0 // indirect - golang.org/x/sys v0.13.0 // indirect + golang.org/x/net v0.55.0 // indirect + golang.org/x/sys v0.45.0 // indirect )