diff --git a/action/go.mod b/action/go.mod index 6413f976..109e1333 100644 --- a/action/go.mod +++ b/action/go.mod @@ -5,7 +5,7 @@ go 1.21 toolchain go1.21.3 require ( - dagger.io/dagger v0.11.5 + dagger.io/dagger v0.11.6 github.com/Masterminds/semver v1.5.0 github.com/alecthomas/kong v0.9.0 github.com/dustin/go-humanize v1.0.1 diff --git a/action/go.sum b/action/go.sum index e87f29ad..b1f51453 100644 --- a/action/go.sum +++ b/action/go.sum @@ -1,5 +1,5 @@ -dagger.io/dagger v0.11.5 h1:MGU40jWuG7LHU+Jq9zCFaIe3gEAuTVx2zRNulL4hEyw= -dagger.io/dagger v0.11.5/go.mod h1:7JewnFDOKZdJNQbQsPvjemONAn6v3ihuTL1bxBSQG8g= +dagger.io/dagger v0.11.6 h1:aGmMpPETphE091FQ4U4LRxYLxbvLZd5Icm/V1Vv8IOQ= +dagger.io/dagger v0.11.6/go.mod h1:7JewnFDOKZdJNQbQsPvjemONAn6v3ihuTL1bxBSQG8g= github.com/99designs/gqlgen v0.17.44 h1:OS2wLk/67Y+vXM75XHbwRnNYJcbuJd4OBL76RX3NQQA= github.com/99designs/gqlgen v0.17.44/go.mod h1:UTCu3xpK2mLI5qcMNw+HKDiEL77it/1XtAjisC4sLwM= github.com/Khan/genqlient v0.7.0 h1:GZ1meyRnzcDTK48EjqB8t3bcfYvHArCUUvgOwpz1D4w=