intimate/go.mod

15 lines
384 B
Modula-2
Raw Normal View History

module intimate
go 1.14
require (
2020-07-14 11:00:34 +00:00
github.com/474420502/gcurl v0.1.2
github.com/474420502/hunter v0.3.0
github.com/go-sql-driver/mysql v1.5.0
github.com/lestrrat-go/libxml2 v0.0.0-20200215080510-6483566f52cb
github.com/tidwall/gjson v1.6.0
github.com/tidwall/pretty v1.0.1 // indirect
2020-07-14 11:00:34 +00:00
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
gopkg.in/yaml.v2 v2.3.0
)