cnblogs/go.mod
yzqzss 2beaab1e72
Some checks failed
Gitea Go Release Actions / Release Go Binary (arm, linux) (push) Waiting to run
Gitea Go Release Actions / Release Go Binary (amd64, darwin) (push) Failing after 24s
Gitea Go Release Actions / Release Go Binary (amd64, linux) (push) Failing after 45s
Gitea Go Release Actions / Release Go Binary (amd64, windows) (push) Failing after 46s
Gitea Go Release Actions / Release Go Binary (arm64, darwin) (push) Failing after 47s
Gitea Go Release Actions / Release Go Binary (arm64, linux) (push) Failing after 21s
feat cnblogs_posts_list
2024-07-18 01:27:04 +08:00

16 lines
354 B
Modula-2

module git.saveweb.org/saveweb/cnblogs
go 1.22.4
require (
git.saveweb.org/saveweb/saveweb_tracker v0.1.12
github.com/PuerkitoBio/goquery v1.9.2
github.com/hashicorp/go-retryablehttp v0.7.7
)
require (
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
golang.org/x/net v0.24.0 // indirect
)