LapisDeploy/go.mod
2024-03-07 16:43:06 -06:00

9 lines
194 B
Modula-2

module code.retroedge.tech/noah/lapisdeploy
go 1.22.0
require (
github.com/gogs/git-module v1.8.3 // indirect
github.com/mcuadros/go-version v0.0.0-20190308113854-92cdf37c5b75 // indirect
)