yufan.me/tools/go.mod

17 lines
320 B
Modula-2
Raw Normal View History

2024-06-14 02:11:26 +08:00
module tools
go 1.23
2024-06-14 02:11:26 +08:00
require (
github.com/disintegration/imaging v1.6.2
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
golang.org/x/image v0.21.0 // indirect
2024-06-14 02:11:26 +08:00
)