15 lines
363 B
Modula-2
15 lines
363 B
Modula-2
module intimate
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/474420502/hunter v0.1.2
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/go-yaml/yaml v2.1.0+incompatible // indirect
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/tidwall/gjson v1.6.0
|
|
github.com/tidwall/pretty v1.0.1 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a
|
|
)
|