Skip to content

Commit

Permalink
feat: update dagger
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Martinez Trivino <migmartri@gmail.com>
  • Loading branch information
migmartri committed Mar 6, 2024
1 parent f8a3ff9 commit ee2f435
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions chainloop-demo/dagger/dagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": [
{
"name": "chainloop",
"source": "github.com/chainloop-dev/chainloop/extras/dagger@ae2e814ef5f33b2098371349235a2f387217af2f"
"source": "github.com/chainloop-dev/chainloop/extras/dagger@00d64321852ace5804ff3cbf1e478acd0cf91460"
},
{
"name": "golang",
Expand All @@ -20,5 +20,5 @@
}
],
"source": "src",
"engineVersion": "v0.9.10"
"engineVersion": "v0.10.1"
}
2 changes: 2 additions & 0 deletions chainloop-demo/dagger/src/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/dagger.gen.go linguist-generated
/querybuilder/** linguist-generated
/internal/dagger/** linguist-generated
/internal/querybuilder/** linguist-generated
1 change: 1 addition & 0 deletions chainloop-demo/dagger/src/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/querybuilder/
/dagger.gen.go
/internal
2 changes: 1 addition & 1 deletion chainloop-demo/dagger/src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ require (
golang.org/x/sync v0.6.0
)

require github.com/stretchr/testify v1.8.3 // indirect
require github.com/stretchr/testify v1.9.0 // indirect
4 changes: 2 additions & 2 deletions chainloop-demo/dagger/src/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ github.com/sergi/go-diff v1.3.1 h1:xkr+Oxo4BOQKmkn/B9eMK0g5Kg/983T9DqqPHwYqD+8=
github.com/sergi/go-diff v1.3.1/go.mod h1:aMJSSKb2lpPvRNec0+w3fl7LP9IOFzdc9Pa4NFbPK1I=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
github.com/stretchr/testify v1.8.3 h1:RP3t2pwF7cMEbC1dqtB6poj3niw/9gnV4Cjg5oW5gtY=
github.com/stretchr/testify v1.8.3/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/vektah/gqlparser/v2 v2.5.6 h1:Ou14T0N1s191eRMZ1gARVqohcbe1e8FrcONScsq8cRU=
github.com/vektah/gqlparser/v2 v2.5.6/go.mod h1:z8xXUff237NntSuH8mLFijZ+1tjV1swDbpDqjJmk6ME=
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa h1:FRnLl4eNAQl8hwxVVC17teOw8kdjVDVAiFMtgUdTSRQ=
Expand Down

0 comments on commit ee2f435

Please sign in to comment.