with sub
This commit is contained in:
parent
f4fe238f58
commit
d5fa89f713
@ -2,10 +2,12 @@ module ci
|
|||||||
|
|
||||||
go 1.19
|
go 1.19
|
||||||
|
|
||||||
require github.com/spf13/cobra v1.6.1
|
require (
|
||||||
|
git.front.kjuulh.io/kjuulh/dagger-go v0.0.0-20221029165029-165554ee156a
|
||||||
|
github.com/spf13/cobra v1.6.1
|
||||||
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
git.front.kjuulh.io/kjuulh/dagger-go v0.0.0-20221029165029-165554ee156a // indirect
|
|
||||||
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
||||||
github.com/spf13/pflag v1.0.5 // indirect
|
github.com/spf13/pflag v1.0.5 // indirect
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user