diff --git a/ci/go.mod b/ci/go.mod index aea0f0b..dbabeae 100644 --- a/ci/go.mod +++ b/ci/go.mod @@ -2,7 +2,7 @@ module ci go 1.19 -require git.front.kjuulh.io/kjuulh/bust v0.0.32 +require git.front.kjuulh.io/kjuulh/bust v0.0.33 require ( dagger.io/dagger v0.3.1 // indirect diff --git a/go.mod b/go.mod index e95853e..0cc083f 100644 --- a/go.mod +++ b/go.mod @@ -3,10 +3,10 @@ module git.front.kjuulh.io/kjuulh/bust go 1.19 require ( - dagger.io/dagger v0.3.1 + dagger.io/dagger v0.13.3 git.front.kjuulh.io/kjuulh/byg v0.0.7 - github.com/spf13/cobra v1.6.1 - golang.org/x/sync v0.1.0 + github.com/spf13/cobra v1.8.1 + golang.org/x/sync v0.8.0 ) require (