From 2774b5cb6eb50d5477a85c4d5eb0dcc29876c571 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 22:43:03 +0000 Subject: [PATCH] chore(deps): bump github.com/mesosphere/dkp-cli-runtime/core Bumps [github.com/mesosphere/dkp-cli-runtime/core](https://github.com/mesosphere/dkp-cli-runtime) from 0.7.2 to 0.7.3. - [Release notes](https://github.com/mesosphere/dkp-cli-runtime/releases) - [Changelog](https://github.com/mesosphere/dkp-cli-runtime/blob/main/.goreleaser.yml) - [Commits](https://github.com/mesosphere/dkp-cli-runtime/compare/v0.7.2...v0.7.3) --- updated-dependencies: - dependency-name: github.com/mesosphere/dkp-cli-runtime/core 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 df68744..33a778a 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/go-logr/logr v1.2.4 github.com/gorilla/handlers v1.5.1 github.com/gorilla/mux v1.8.0 - github.com/mesosphere/dkp-cli-runtime/core v0.7.2 + github.com/mesosphere/dkp-cli-runtime/core v0.7.3 github.com/mholt/archiver/v3 v3.5.1 github.com/spf13/afero v1.9.5 github.com/spf13/cobra v1.7.0 diff --git a/go.sum b/go.sum index 38300fc..368acf4 100644 --- a/go.sum +++ b/go.sum @@ -211,8 +211,8 @@ github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJ github.com/mattn/go-isatty v0.0.17 h1:BTarxUcIeDqL27Mc+vyvdWYSL28zpIhv3RoTdsLMPng= github.com/mattn/go-isatty v0.0.17/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM= github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo= -github.com/mesosphere/dkp-cli-runtime/core v0.7.2 h1:dWzl9mdIS14DV7GQbTgVy8EyjFTr5re4V4UUzdqNqzA= -github.com/mesosphere/dkp-cli-runtime/core v0.7.2/go.mod h1:hIC+ZZFofDtkRs1v+TnnGxAhFT5IIXuqVvXMe00zOvw= +github.com/mesosphere/dkp-cli-runtime/core v0.7.3 h1:oHRPvWdZgNOJxXCPFPRIqKWppB2cXx+HZeV8RVtwAsg= +github.com/mesosphere/dkp-cli-runtime/core v0.7.3/go.mod h1:hIC+ZZFofDtkRs1v+TnnGxAhFT5IIXuqVvXMe00zOvw= github.com/mholt/archiver/v3 v3.5.1 h1:rDjOBX9JSF5BvoJGvjqK479aL70qh9DIpZCl+k7Clwo= github.com/mholt/archiver/v3 v3.5.1/go.mod h1:e3dqJ7H78uzsRSEACH1joayhuSyhnonssnDhppzS1L4= github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=