11 lines
198 B
AMPL
11 lines
198 B
AMPL
module github.com/mathismqn/godeez
|
|
|
|
go 1.23.1
|
|
|
|
require github.com/spf13/cobra v1.8.1
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
)
|