yt-gen-app/go.mod

10 lines
158 B
Modula-2
Raw Normal View History

2023-06-23 14:54:47 +03:00
module git.ymnuktech.ru/ymnuk/yt-gen-app
2023-08-09 14:54:28 +03:00
go 1.21
2023-06-23 14:54:47 +03:00
require (
2023-08-09 14:54:28 +03:00
github.com/creasty/defaults v1.7.0
github.com/satori/go.uuid v1.2.0
gopkg.in/yaml.v3 v3.0.1
2023-06-23 14:54:47 +03:00
)