yufan.me/tools/go.mod
Yufan Sheng a9aaecc002
feat: change the commenter avatar link. (#53)
* feat: add new comment user merge service.

* feat: better hide the commenter email.
2024-06-23 23:01:02 +08:00

17 lines
320 B
Modula-2

module tools
go 1.22
require (
github.com/disintegration/imaging v1.6.2
github.com/jmoiron/sqlx v1.4.0
github.com/lib/pq v1.10.9
github.com/spf13/cobra v1.8.1
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/image v0.17.0 // indirect
)