From b8e1e1d7901a71c77100dffc6ee5a70b05f8e4fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 14:04:02 +0000 Subject: [PATCH] build(deps): Bump dagger.io/dagger from 0.10.1 to 0.10.2 Bumps [dagger.io/dagger](https://github.com/dagger/dagger-go-sdk) from 0.10.1 to 0.10.2. - [Changelog](https://github.com/dagger/dagger-go-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dagger/dagger-go-sdk/compare/v0.10.1...v0.10.2) --- 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 e64a5f1..2195ead 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/mesosphere/d2iq-daggers go 1.21 require ( - dagger.io/dagger v0.10.1 + dagger.io/dagger v0.10.2 github.com/caarlos0/env/v6 v6.10.1 github.com/magefile/mage v1.15.0 github.com/stretchr/testify v1.9.0 diff --git a/go.sum b/go.sum index 76c11ae..7f2e70d 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -dagger.io/dagger v0.10.1 h1:/Gr12SuYAkWAFYMOp7VJdb5D3UXkrvLvmyugeteVonw= -dagger.io/dagger v0.10.1/go.mod h1:AonAYX6ZXNGsVvro4HhB/Uzsp9FU+aI41YfAEY9f5mI= +dagger.io/dagger v0.10.2 h1:8q4AwKm48qAWZdY7O2NMZ3FveteDHJeM3WwmcNKZOM0= +dagger.io/dagger v0.10.2/go.mod h1:AonAYX6ZXNGsVvro4HhB/Uzsp9FU+aI41YfAEY9f5mI= github.com/99designs/gqlgen v0.17.31 h1:VncSQ82VxieHkea8tz11p7h/zSbvHSxSDZfywqWt158= github.com/99designs/gqlgen v0.17.31/go.mod h1:i4rEatMrzzu6RXaHydq1nmEPZkb3bKQsnxNRHS4DQB4= github.com/Khan/genqlient v0.6.0 h1:Bwb1170ekuNIVIwTJEqvO8y7RxBxXu639VJOkKSrwAk=