16 lines
329 B
Modula-2
16 lines
329 B
Modula-2
module gitlab.com/Raum0x2A/factoryman
|
|
|
|
go 1.25.7
|
|
|
|
require (
|
|
github.com/spf13/pflag v1.0.10
|
|
github.com/therootcompany/xz v1.0.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
)
|