mirror of
https://github.com/stashapp/stash.git
synced 2025-12-16 05:13:46 +01:00
9 lines
209 B
Modula-2
9 lines
209 B
Modula-2
module github.com/antchfx/htmlquery
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/antchfx/xpath v1.1.6
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
|
|
golang.org/x/net v0.0.0-20200421231249-e086a090c8fd
|
|
)
|