diff options
author | Alexander NeonXP Kiryukhin <i@neonxp.ru> | 2024-05-04 20:11:36 +0300 |
---|---|---|
committer | Alexander NeonXP Kiryukhin <i@neonxp.ru> | 2024-05-04 20:11:36 +0300 |
commit | fd22b325e5c1fd29f7d8e91a6b78be2cc482f0ef (patch) | |
tree | 5200c5c4211b16bfc3f693d3fb3a5d3db66ae178 /go.mod |
Начальный коммит
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module go.neonxp.ru/merger + +go 1.22.2 + +require gopkg.in/yaml.v3 v3.0.1 |