18 lines
496 B
Modula-2
18 lines
496 B
Modula-2
module intimate
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/474420502/extractor v0.9.6
|
|
github.com/474420502/focus v0.12.0
|
|
github.com/474420502/gcurl v0.4.5
|
|
github.com/474420502/requests v1.9.1
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/lestrrat-go/libxml2 v0.0.0-20200215080510-6483566f52cb
|
|
github.com/tebeka/selenium v0.9.9
|
|
github.com/tidwall/gjson v1.6.0
|
|
github.com/tidwall/pretty v1.0.1 // indirect
|
|
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|