diff --git a/go.mod b/go.mod index 0cbd915c..297facbe 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/go-git/go-git/v5 v5.6.1 github.com/google/go-github/v52 v52.0.0 github.com/hashicorp/vault/api v1.9.0 - github.com/kubefirst/runtime v0.3.15 + github.com/kubefirst/runtime v0.3.16 github.com/minio/minio-go/v7 v7.0.49 github.com/rs/zerolog v1.29.0 github.com/sirupsen/logrus v1.9.0 diff --git a/go.sum b/go.sum index a8374e1e..4eb6604c 100644 --- a/go.sum +++ b/go.sum @@ -731,8 +731,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.3.15 h1:eeylQuMaY6YlXwQEgBBpVlv9aWV1m55w4OXn2VBP6UE= -github.com/kubefirst/runtime v0.3.15/go.mod h1:NUa8VcB99UKEwVUvhdCfiuEYQI44XfGFV2pBtX8YnVo= +github.com/kubefirst/runtime v0.3.16 h1:NtWlpUxBe70jVsP8uKI3VFHpBSTupEOiXoN93PMRj/8= +github.com/kubefirst/runtime v0.3.16/go.mod h1:NUa8VcB99UKEwVUvhdCfiuEYQI44XfGFV2pBtX8YnVo= github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw= github.com/leodido/go-urn v1.2.1 h1:BqpAaACuzVSgi/VLzGZIobT2z4v53pjosyNd9Yv6n/w= github.com/leodido/go-urn v1.2.1/go.mod h1:zt4jvISO2HfUBqxjfIshjdMTYS56ZS/qv49ictyFfxY=