aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAlexander NeonXP Kiryukhin <i@neonxp.ru>2024-05-04 20:11:36 +0300
committerAlexander NeonXP Kiryukhin <i@neonxp.ru>2024-05-04 20:11:36 +0300
commitfd22b325e5c1fd29f7d8e91a6b78be2cc482f0ef (patch)
tree5200c5c4211b16bfc3f693d3fb3a5d3db66ae178 /go.mod
Начальный коммит
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..9f211b5
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module go.neonxp.ru/merger
+
+go 1.22.2
+
+require gopkg.in/yaml.v3 v3.0.1