mirror of
https://github.com/eyebluecn/tank.git
synced 2024-04-21 12:32:16 +00:00
15 lines
308 B
AMPL
15 lines
308 B
AMPL
module github.com/eyebluecn/tank
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/glebarez/sqlite v1.8.0
|
|
github.com/json-iterator/go v1.1.12
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
golang.org/x/crypto v0.1.0
|
|
golang.org/x/text v0.4.0
|
|
gorm.io/driver/mysql v1.3.2
|
|
gorm.io/gorm v1.25.1
|
|
)
|