mirror of
https://github.com/yeslayla/godot-build-tools.git
synced 2025-01-14 04:53:42 +01:00
9 lines
179 B
Modula-2
9 lines
179 B
Modula-2
|
module github.com/yeslayla/godot-build-tools
|
||
|
|
||
|
go 1.20
|
||
|
|
||
|
require (
|
||
|
github.com/sethvargo/go-envconfig v0.9.0 // indirect
|
||
|
github.com/sethvargo/go-githubactions v1.1.0 // indirect
|
||
|
)
|