mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-30 06:29:23 +02:00
10 lines
137 B
Modula-2
10 lines
137 B
Modula-2
module installer
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
golang.org/x/term v0.33.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require golang.org/x/sys v0.34.0 // indirect
|