go-dette/go.mod

9 lines
108 B
Modula-2
Raw Normal View History

2023-01-19 23:12:55 +03:00
module godette
go 1.19
require (
github.com/NicoNex/echotron/v3 v3.22.0
github.com/google/uuid v1.3.0
)