2022-03-25 05:14:03 +00:00
|
|
|
module git.tuxpa.in/a/gotagonist
|
|
|
|
|
|
|
|
go 1.18
|
2022-03-25 06:00:01 +00:00
|
|
|
|
2022-03-25 06:04:20 +00:00
|
|
|
require (
|
|
|
|
git.tuxpa.in/a/zlog v1.32.0
|
|
|
|
gitlab.com/gfxlabs/gfximg v0.0.5
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
2022-03-25 10:23:31 +00:00
|
|
|
github.com/phrozen/blend v0.0.0-20210220204729-f26b6cf7a28e // indirect
|
2022-03-25 06:04:20 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 // indirect
|
|
|
|
)
|