9 lines
115 B
Modula-2
9 lines
115 B
Modula-2
module github.com/cubexteam/Frodding
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|