From 4200b72339c148fa68a908afb7ccc85ff0e0da2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 23:10:11 +0000 Subject: [PATCH] build(deps): bump golang.org/x/net in /parser/subjects Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.38.0. - [Commits](https://github.com/golang/net/compare/v0.7.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- parser/subjects/go.mod | 7 ++++--- parser/subjects/go.sum | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/parser/subjects/go.mod b/parser/subjects/go.mod index 0ddc543..9c6aaad 100644 --- a/parser/subjects/go.mod +++ b/parser/subjects/go.mod @@ -1,9 +1,10 @@ module github.com/sshaplygin/docs-code/parser/subjects -go 1.21.5 +go 1.23.0 + +require github.com/PuerkitoBio/goquery v1.8.1 require ( - github.com/PuerkitoBio/goquery v1.8.1 // indirect github.com/andybalholm/cascadia v1.3.1 // indirect - golang.org/x/net v0.7.0 // indirect + golang.org/x/net v0.38.0 // indirect ) diff --git a/parser/subjects/go.sum b/parser/subjects/go.sum index b83ff16..32d9b7c 100644 --- a/parser/subjects/go.sum +++ b/parser/subjects/go.sum @@ -10,8 +10,9 @@ golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLL golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210916014120-12bc252f5db8/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= -golang.org/x/net v0.7.0 h1:rJrUqqhjsgNp7KqAIc25s9pZnjU7TUcSY7HcVZjdn1g= golang.org/x/net v0.7.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= +golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8= +golang.org/x/net v0.38.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=