intimate/go.mod
2020-07-14 19:00:34 +08:00

15 lines
355 B
Modula-2

module intimate
go 1.14
require (
github.com/474420502/gcurl v0.1.2
github.com/474420502/hunter v0.3.0
github.com/474420502/requests v1.6.0
github.com/go-sql-driver/mysql v1.5.0
github.com/tidwall/gjson v1.6.0
github.com/tidwall/pretty v1.0.1 // indirect
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
gopkg.in/yaml.v2 v2.3.0
)