2024-06-14 02:11:26 +08:00
|
|
|
module tools
|
|
|
|
|
|
|
|
go 1.22
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/disintegration/imaging v1.6.2
|
2024-06-23 23:01:02 +08:00
|
|
|
github.com/jmoiron/sqlx v1.4.0
|
|
|
|
github.com/lib/pq v1.10.9
|
2024-06-16 20:38:28 +08:00
|
|
|
github.com/spf13/cobra v1.8.1
|
2024-06-14 02:11:26 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2024-08-15 19:31:33 +08:00
|
|
|
golang.org/x/image v0.19.0 // indirect
|
2024-06-14 02:11:26 +08:00
|
|
|
)
|