nori/go.mod

27 lines
703 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
2024-08-06 03:35:53 +00:00
go 1.22.0
toolchain go1.22.5
2022-03-25 06:00:01 +00:00
2022-03-25 06:04:20 +00:00
require (
2024-08-06 03:35:53 +00:00
anime.bike/slogutil v0.0.0-20240603065252-938fd61854c6
anime.bike/stint v0.0.0-20240603063236-cb0ffb200a52
2022-03-25 06:04:20 +00:00
git.tuxpa.in/a/zlog v1.32.0
github.com/disintegration/imaging v1.6.2
2024-08-06 03:35:53 +00:00
github.com/go-chi/chi/v5 v5.1.0
2022-03-25 22:19:32 +00:00
github.com/phrozen/blend v0.0.0-20210220204729-f26b6cf7a28e
2024-08-06 03:35:53 +00:00
github.com/spf13/afero v1.11.0
2023-01-05 06:41:21 +00:00
github.com/suapapa/go_hangul v1.2.1
2024-08-06 03:35:53 +00:00
gitlab.com/gfxlabs/gfximg v0.0.6
golang.org/x/sync v0.8.0
2022-03-25 06:04:20 +00:00
)
require (
2024-08-06 03:35:53 +00:00
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/image v0.18.0 // indirect
golang.org/x/sys v0.23.0 // indirect
golang.org/x/text v0.16.0 // indirect
2022-03-25 06:04:20 +00:00
)