blob: 180a1df61880ba624b8998def0474f660d0e8979 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
module push-f.com/lex-surf
go 1.23.5
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
|