diff options
author | Özgür Kesim <oec@codeblau.de> | 2025-08-19 14:54:43 +0200 |
---|---|---|
committer | Özgür Kesim <oec@codeblau.de> | 2025-08-19 14:54:43 +0200 |
commit | b8b3496807f7fa187f15f291daab50a00ebe9f37 (patch) | |
tree | 5cf000d51756402e3ea5f2457f12f9e342964ad2 /go.mod |
init
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module genesungswuensche + +go 1.25.0 + +require golang.org/x/text v0.28.0 |