Initial project scaffold for Dimma

This commit is contained in:
2026-06-10 20:53:30 +02:00
commit 64f55c81b0
17 changed files with 702 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
module gitea.sanplex.xyz/Sansan/dimma-updater
go 1.21
require (
github.com/inconshreveable/go-update v0.0.0-20230525132907-6d786845c5a3
)