16 lines
354 B
Modula-2
16 lines
354 B
Modula-2
|
module code.lila.network/adoralaura/certwarden-deploy
|
||
|
|
||
|
go 1.22.2
|
||
|
|
||
|
require (
|
||
|
github.com/spf13/cobra v1.8.1
|
||
|
gopkg.in/yaml.v3 v3.0.1
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
||
|
github.com/kr/pretty v0.3.1 // indirect
|
||
|
github.com/spf13/pflag v1.0.5 // indirect
|
||
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
||
|
)
|