Add news-cna.

This commit is contained in:
Gea-Suan Lin
2024-02-28 15:37:00 +08:00
parent 12df5d0f5e
commit 7290880a10
3 changed files with 78 additions and 0 deletions

3
go.mod
View File

@@ -5,7 +5,10 @@ go 1.21.6
require github.com/stretchr/testify v1.8.4
require (
github.com/PuerkitoBio/goquery v1.9.0 // indirect
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.21.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)