go
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2022-10-29 19:23:00 +02:00
parent 8eba414596
commit a12484cca5
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23
2 changed files with 4 additions and 4 deletions

View File

@ -2,12 +2,10 @@ module ci
go 1.19
require (
git.front.kjuulh.io/kjuulh/dagger-go v0.0.0-20221029165029-165554ee156a
github.com/spf13/cobra v1.6.1
)
require github.com/spf13/cobra v1.6.1
require (
git.front.kjuulh.io/kjuulh/dagger-go v0.0.1 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)

View File

@ -1,5 +1,7 @@
git.front.kjuulh.io/kjuulh/dagger-go v0.0.0-20221029165029-165554ee156a h1:PusWi4qZE5XGIoYUJzTXzwmmpNVZvgjYuGXa0GDOMoE=
git.front.kjuulh.io/kjuulh/dagger-go v0.0.0-20221029165029-165554ee156a/go.mod h1:aO3JiA+YlsZHvRJH+yfEt2VA8s+Ku1tyqhP/eYnDzqc=
git.front.kjuulh.io/kjuulh/dagger-go v0.0.1 h1:+nwq/JiTwGJfucE74MY5FIXI2rUGhBVu4uY+gPdpE6U=
git.front.kjuulh.io/kjuulh/dagger-go v0.0.1/go.mod h1:aO3JiA+YlsZHvRJH+yfEt2VA8s+Ku1tyqhP/eYnDzqc=
github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/inconshreveable/mousetrap v1.0.1 h1:U3uMjPSQEBMNp1lFxmllqCPM6P5u/Xq7Pgzkat/bFNc=
github.com/inconshreveable/mousetrap v1.0.1/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=