go-dette/go.mod

10 lines
200 B
Modula-2
Raw Normal View History

2023-01-20 01:44:57 +03:00
module git.nefrace.ru/nefrace/godette
2023-01-19 23:12:55 +03:00
go 1.19
require (
2023-01-20 00:30:21 +03:00
git.nefrace.ru/nefrace/nechotron v0.0.0-20230119201747-5842815c958c
2023-01-19 23:12:55 +03:00
github.com/NicoNex/echotron/v3 v3.22.0
github.com/google/uuid v1.3.0
)