mirror of
https://github.com/fosrl/pangolin.git
synced 2025-05-12 21:30:35 +01:00
10 lines
139 B
Modula-2
10 lines
139 B
Modula-2
module installer
|
|
|
|
go 1.23.0
|
|
|
|
require (
|
|
golang.org/x/term v0.28.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require golang.org/x/sys v0.29.0 // indirect
|