backend/go.mod

11 lines
175 B
Modula-2
Raw Normal View History

2024-06-01 14:39:14 -06:00
module git.tebibyte.media/tomo/backend
go 1.20
2024-06-02 11:23:21 -06:00
require (
git.tebibyte.media/tomo/tomo v0.34.0
git.tebibyte.media/tomo/typeset v0.7.1
)
2024-06-01 14:39:14 -06:00
2024-06-02 11:23:21 -06:00
require golang.org/x/image v0.11.0