From e29d27533725819ec3f6d05a27048d3d2627b53e Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Tue, 8 Apr 2025 19:25:36 +0200 Subject: refactor: port fetchers to Go * Austria: upgraded to RIS API v2.6 because v2.5 has been turned off --- go.mod | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 31d4f00..180a1df 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,20 @@ module push-f.com/lex-surf go 1.23.5 -require github.com/BurntSushi/toml v1.5.0 +require ( + github.com/BurntSushi/toml v1.5.0 + github.com/antchfx/htmlquery v1.3.4 + github.com/antchfx/xmlquery v1.4.4 + golang.org/x/term v0.31.0 + golang.org/x/text v0.24.0 +) + +require ( + github.com/antchfx/xpath v1.3.3 // indirect + github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect + golang.org/x/net v0.33.0 // indirect + golang.org/x/sys v0.32.0 // indirect +) // test dependencies require github.com/peter-evans/patience v0.3.0 -- cgit v1.2.3