From 81a9a9554256d89c7482ff45ecb52a3d3a54f11c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 15:56:53 +0000 Subject: [PATCH] Bump dagger.io/dagger from 0.11.5 to 0.11.6 Bumps [dagger.io/dagger](https://github.com/dagger/dagger-go-sdk) from 0.11.5 to 0.11.6. - [Changelog](https://github.com/dagger/dagger-go-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dagger/dagger-go-sdk/compare/v0.11.5...v0.11.6) --- updated-dependencies: - dependency-name: dagger.io/dagger dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index b8024a7d..2ca67e0e 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.21 toolchain go1.21.4 require ( - dagger.io/dagger v0.11.5 + dagger.io/dagger v0.11.6 github.com/ClickHouse/clickhouse-go/v2 v2.25.0 github.com/docker/docker v26.1.4+incompatible github.com/docker/go-units v0.5.0 diff --git a/go.sum b/go.sum index 69c78e78..e5e52c90 100644 --- a/go.sum +++ b/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= dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk= dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk= github.com/99designs/gqlgen v0.17.44 h1:OS2wLk/67Y+vXM75XHbwRnNYJcbuJd4OBL76RX3NQQA=