nori/go.mod

23 lines
624 B
Modula-2
Raw Normal View History

2022-03-25 22:33:48 +00:00
module git.tuxpa.in/a/nori
2022-03-25 05:14:03 +00:00
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
github.com/disintegration/imaging v1.6.2
2022-12-19 09:09:29 +00:00
github.com/go-chi/chi/v5 v5.0.7
2022-03-25 22:19:32 +00:00
github.com/phrozen/blend v0.0.0-20210220204729-f26b6cf7a28e
2023-01-05 07:08:48 +00:00
github.com/spf13/afero v1.9.3
2023-01-05 06:41:21 +00:00
github.com/suapapa/go_hangul v1.2.1
2022-03-25 06:04:20 +00:00
gitlab.com/gfxlabs/gfximg v0.0.5
2023-01-05 07:08:48 +00:00
golang.org/x/sync v0.1.0
2022-03-25 06:04:20 +00:00
)
require (
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
2022-03-25 06:04:20 +00:00
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 // indirect
2023-01-05 07:08:48 +00:00
golang.org/x/text v0.3.6 // indirect
2022-03-25 06:04:20 +00:00
)