2024-12-26 18:05:23 -05:00
|
|
|
module installer
|
|
|
|
|
2025-01-12 10:39:27 -05:00
|
|
|
go 1.23.0
|
|
|
|
|
|
|
|
require (
|
|
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
|
|
golang.org/x/term v0.28.0 // indirect
|
2025-02-13 22:16:52 -05:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2025-01-12 10:39:27 -05:00
|
|
|
)
|