蓝眼网盘定制版
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.
 
 

24 lines
769 B

module github.com/eyebluecn/tank
go 1.22.0
toolchain go1.24.2
require (
github.com/disintegration/imaging v1.6.2
github.com/go-sql-driver/mysql v1.9.3-0.20250508063858-af56fba75c83
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
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd // indirect
)