Add files via upload

This commit is contained in:
cubexteam
2026-03-03 14:55:32 +03:00
committed by GitHub
parent 8c623bc9e6
commit 5afaf12cb2

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module github.com/cubexteam/Frodding
go 1.21
require (
github.com/google/uuid v1.6.0
gopkg.in/yaml.v2 v2.3.0
)