diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -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 |