12 lines
221 B
Modula-2
12 lines
221 B
Modula-2
module intimate_server
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/474420502/focus v0.12.0
|
|
github.com/Pallinder/go-randomdata v1.2.0
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|