From 33839ff018c62a832c777124cd80ffd431d10b2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristhian=20Fern=C3=A1ndez?= Date: Tue, 9 Jul 2024 19:11:39 -0500 Subject: [PATCH] chore: bump runtime version (#2237) --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index dab7bcd12..b5cccc6f9 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/hashicorp/vault/api v1.9.0 github.com/kubefirst/kubefirst-api v0.1.23 github.com/kubefirst/metrics-client v0.3.0 - github.com/kubefirst/runtime v0.4.10 + github.com/kubefirst/runtime v0.4.11 github.com/nxadm/tail v1.4.8 github.com/rs/zerolog v1.29.1 github.com/sirupsen/logrus v1.9.0 diff --git a/go.sum b/go.sum index f8d8b9379..ae363e83f 100644 --- a/go.sum +++ b/go.sum @@ -728,8 +728,8 @@ github.com/kubefirst/kubefirst-api v0.1.23 h1:9Xi4rVM5GLqJERjPup1IpRSe2wweMTH0dK github.com/kubefirst/kubefirst-api v0.1.23/go.mod h1:QTtiaG1lW4U6GcjOXLgxJ+UTWa8fPcNbD/P0bgxfh6E= github.com/kubefirst/metrics-client v0.3.0 h1:zCug82pEzeWhHhpeYQvdhytRNDxrLxX18dPQ5PSxY3s= github.com/kubefirst/metrics-client v0.3.0/go.mod h1:GR7wsMcyYhd+EU67PeuMCBYFE6OJ7P/j5OI5BLOoRMc= -github.com/kubefirst/runtime v0.4.10 h1:kDSBnTAPu4t0X2DKJApMTU7UgqxxqtSuo47e5socf5c= -github.com/kubefirst/runtime v0.4.10/go.mod h1:GWsDhvffBMeJaHFgcCCyQrHIldclwVHwKD/j07UDYk4= +github.com/kubefirst/runtime v0.4.11 h1:6AZF2C5yu3SvLmeAPxN7R/dY9tl9TfePdn+/zQslDkw= +github.com/kubefirst/runtime v0.4.11/go.mod h1:GWsDhvffBMeJaHFgcCCyQrHIldclwVHwKD/j07UDYk4= github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc= github.com/libopenstorage/openstorage v1.0.0/go.mod h1:Sp1sIObHjat1BeXhfMqLZ14wnOzEhNx2YQedreMcUyc= github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=