go mod tidy

This commit is contained in:
Peter Kleiweg
2026-05-20 18:51:00 +02:00
parent bf3fa91837
commit 7ce910203d
2 changed files with 2 additions and 16 deletions

10
go.mod
View File

@@ -2,16 +2,10 @@ module nlnieuws
go 1.26.1
require github.com/jbowtie/gokogiri v0.0.0-20250107075044-de0f9d4877a5
require (
codeberg.org/pebbe/errors v0.4.0
github.com/kr/pretty v0.3.1
github.com/jbowtie/gokogiri v0.0.0-20250107075044-de0f9d4877a5
github.com/pebbe/textcat/v2 v2.3.0
)
require (
github.com/kr/text v0.2.0 // indirect
github.com/pebbe/util v0.9.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
)
require github.com/pebbe/util v0.9.0 // indirect