yt-gen-app/go.mod
2023-08-09 14:54:28 +03:00

10 lines
158 B
Modula-2

module git.ymnuktech.ru/ymnuk/yt-gen-app
go 1.21
require (
github.com/creasty/defaults v1.7.0
github.com/satori/go.uuid v1.2.0
gopkg.in/yaml.v3 v3.0.1
)