You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
321 B
13 lines
321 B
module github.com/eyebluecn/tank
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/jinzhu/gorm v1.9.14
|
|
github.com/json-iterator/go v1.1.10
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
|
|
golang.org/x/text v0.3.3
|
|
)
|
|
|