Build config, flags, etc

This commit is contained in:
2023-11-07 03:45:11 -05:00
parent 649d0d87f9
commit b9017499cc
9 changed files with 242 additions and 77 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module github.com/yeslayla/godot-build-tools
go 1.20
require (
github.com/BurntSushi/toml v1.3.2
github.com/sethvargo/go-envconfig v0.9.0 // indirect
github.com/sethvargo/go-githubactions v1.1.0 // indirect
)