fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure

This commit is contained in:
2025-12-04 01:07:18 +00:00
parent 8cf6173a69
commit f700b99aa3
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ module ci
go 1.19 go 1.19
require git.front.kjuulh.io/kjuulh/bust v0.0.32 require git.front.kjuulh.io/kjuulh/bust v0.0.33
require ( require (
dagger.io/dagger v0.3.1 // indirect dagger.io/dagger v0.3.1 // indirect

6
go.mod
View File

@@ -3,10 +3,10 @@ module git.front.kjuulh.io/kjuulh/bust
go 1.19 go 1.19
require ( require (
dagger.io/dagger v0.3.1 dagger.io/dagger v0.19.7
git.front.kjuulh.io/kjuulh/byg v0.0.7 git.front.kjuulh.io/kjuulh/byg v0.0.7
github.com/spf13/cobra v1.6.1 github.com/spf13/cobra v1.10.2
golang.org/x/sync v0.1.0 golang.org/x/sync v0.18.0
) )
require ( require (