mirror of
https://gitee.com/gokins/gokins.git
synced 2024-12-04 20:27:36 +08:00
11 lines
207 B
Modula-2
11 lines
207 B
Modula-2
module gokins
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-xorm/xorm v0.7.9
|
|
github.com/mattn/go-sqlite3 v1.14.0
|
|
github.com/mgr9525/go-ruisutil v1.0.8-0.20200702070004-0f4cf34379ef
|
|
)
|