chore(deps): update module golang.org/x/net to v0.38.0 [security] (#30)

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
This commit is contained in:
lapwat
2025-07-08 21:34:04 +02:00
committed by GitHub
parent 35be4135f0
commit 6b54ca1850
2 changed files with 12 additions and 4 deletions

10
go.mod
View File

@@ -1,6 +1,8 @@
module github.com/lapwat/papeer
go 1.17
go 1.23.0
toolchain go1.24.4
require (
github.com/JohannesKaufmann/html-to-markdown v1.3.6
@@ -45,9 +47,9 @@ require (
github.com/spf13/pflag v1.0.5 // indirect
github.com/temoto/robotstxt v1.1.2 // indirect
github.com/vincent-petithory/dataurl v1.0.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/net v0.38.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/text v0.23.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)