-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update module github.com/puerkitobio/goquery to v1.10.1
- Loading branch information
1 parent
5a3765c
commit 2c1d5cc
Showing
2 changed files
with
32 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,22 @@ | ||
module github.com/tukaelu/zgsync | ||
|
||
go 1.22.5 | ||
go 1.23 | ||
|
||
toolchain go1.23.4 | ||
|
||
require ( | ||
github.com/JohannesKaufmann/html-to-markdown v1.6.0 | ||
github.com/PuerkitoBio/goquery v1.9.2 | ||
github.com/PuerkitoBio/goquery v1.10.1 | ||
github.com/adrg/frontmatter v0.2.0 | ||
github.com/alecthomas/kong v0.9.0 | ||
github.com/stefanfritsch/goldmark-fences v1.0.0 | ||
github.com/yuin/goldmark v1.7.4 | ||
golang.org/x/net v0.27.0 | ||
golang.org/x/net v0.33.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
github.com/BurntSushi/toml v0.3.1 // indirect | ||
github.com/andybalholm/cascadia v1.3.2 // indirect | ||
github.com/andybalholm/cascadia v1.3.3 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters