mirror of
https://gitee.com/gokins/gokins.git
synced 2024-12-03 11:47:46 +08:00
13 lines
297 B
Modula-2
13 lines
297 B
Modula-2
module gokins
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-xorm/xorm v0.7.9
|
|
github.com/kr/pretty v0.2.1 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.0
|
|
github.com/mgr9525/go-ruisutil v1.0.8-0.20200702070004-0f4cf34379ef
|
|
)
|