init commit

This commit is contained in:
2025-11-09 11:06:04 -05:00
commit 4e25a50bc4
4 changed files with 116 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module code.jakeyoungdev.com/go/compose-parser
go 1.24.6
require gopkg.in/yaml.v3 v3.0.1