From b75aafe852b0fd40cd471bff284631c1a66124d8 Mon Sep 17 00:00:00 2001 From: Clayton Dittman Date: Mon, 31 Jul 2023 10:23:12 -0500 Subject: [PATCH] chore: update runtime with fixes for gcp (#1733) Co-authored-by: Claywd <6446939+Claywd@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 147a7d143..efd5ba5ca 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/dustin/go-humanize v1.0.1 github.com/go-git/go-git/v5 v5.6.1 github.com/hashicorp/vault/api v1.9.0 - github.com/kubefirst/runtime v0.2.11 + github.com/kubefirst/runtime v0.3.0 github.com/rs/zerolog v1.29.0 github.com/sirupsen/logrus v1.9.0 github.com/spf13/cobra v1.7.0 diff --git a/go.sum b/go.sum index 4ef7ef35c..8192ff187 100644 --- a/go.sum +++ b/go.sum @@ -714,8 +714,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/kubefirst/runtime v0.2.11 h1:xXVNV/PgbgnSLLhiaF8zGLUwtm6EOyYNQxaNp4R3nFg= -github.com/kubefirst/runtime v0.2.11/go.mod h1:YAww60f+GxyYZIBzJxuqpf8yzfmsRBS0Zr0QiTD7aTE= +github.com/kubefirst/runtime v0.3.0 h1:9t7lp/9uUYPx77dTZ5XQxUq5IY1Z6NQHLNKvT/+90gc= +github.com/kubefirst/runtime v0.3.0/go.mod h1:YAww60f+GxyYZIBzJxuqpf8yzfmsRBS0Zr0QiTD7aTE= 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/ledongthuc/pdf v0.0.0-20220302134840-0c2507a12d80 h1:6Yzfa6GP0rIo/kULo2bwGEkFvCePZ3qHDDTC3/J9Swo=