From 5f75ba78fcf5f0b39df7d4d1d5d43e4a3db1f718 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 09:19:24 +0000 Subject: [PATCH] Bump github.com/kubesimplify/ksctl from 1.1.1-rc2 to 1.1.1 Bumps [github.com/kubesimplify/ksctl](https://github.com/kubesimplify/ksctl) from 1.1.1-rc2 to 1.1.1. - [Release notes](https://github.com/kubesimplify/ksctl/releases) - [Changelog](https://github.com/kubesimplify/ksctl/blob/main/CHANGELOG.md) - [Commits](https://github.com/kubesimplify/ksctl/commits) --- updated-dependencies: - dependency-name: github.com/kubesimplify/ksctl 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 9ab818f..b1a39f5 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/kubesimplify/ksctl-cli go 1.21.0 require ( - github.com/kubesimplify/ksctl v1.1.1-rc2 + github.com/kubesimplify/ksctl v1.1.1 github.com/spf13/cobra v1.7.0 ) diff --git a/go.sum b/go.sum index 157276a..185eabe 100644 --- a/go.sum +++ b/go.sum @@ -292,8 +292,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= -github.com/kubesimplify/ksctl v1.1.1-rc2 h1:OXgTxeboVd65TI+nqWF9TgyQFAEb5dnS5PEk3PxXF3Q= -github.com/kubesimplify/ksctl v1.1.1-rc2/go.mod h1:HsKBQLnpPxrMfDlhvHCyRlZnQe54pnRDLbgHVj5sOVs= +github.com/kubesimplify/ksctl v1.1.1 h1:RKoEWFlECVdFSrH3Vktv9uFQaTdjOe9j6I92LgkLQfM= +github.com/kubesimplify/ksctl v1.1.1/go.mod h1:HsKBQLnpPxrMfDlhvHCyRlZnQe54pnRDLbgHVj5sOVs= github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc= github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw= github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 h1:SOEGU9fKiNWd/HOJuq6+3iTQz8KNCLtVX6idSoTLdUw=