From b62972e183248bdea104e37ddbd0eba0545b0279 Mon Sep 17 00:00:00 2001 From: budimanjojo-bot <111944664+budimanjojo-bot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 03:21:46 +0000 Subject: [PATCH] fix(deps): update module github.com/budimanjojo/talhelper/v3 to v3.0.4 Signed-off-by: budimanjojo-bot <111944664+budimanjojo-bot[bot]@users.noreply.github.com> --- hack/tsehelper/go.mod | 2 +- hack/tsehelper/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hack/tsehelper/go.mod b/hack/tsehelper/go.mod index 97f1e6cc..7eabddeb 100644 --- a/hack/tsehelper/go.mod +++ b/hack/tsehelper/go.mod @@ -3,7 +3,7 @@ module tsehelper go 1.22.5 require ( - github.com/budimanjojo/talhelper/v3 v3.0.3 + github.com/budimanjojo/talhelper/v3 v3.0.4 github.com/google/go-containerregistry v0.20.0 github.com/sirupsen/logrus v1.9.3 gopkg.in/yaml.v3 v3.0.1 diff --git a/hack/tsehelper/go.sum b/hack/tsehelper/go.sum index 80e8afdf..4e8da017 100644 --- a/hack/tsehelper/go.sum +++ b/hack/tsehelper/go.sum @@ -2,6 +2,8 @@ github.com/budimanjojo/talhelper/v3 v3.0.2 h1:nKhLWuYQ9kiT+13AICS9ko7B1Kub7Jgu/F github.com/budimanjojo/talhelper/v3 v3.0.2/go.mod h1:90B+ZKXMWkcat9T1O6mBTkyjc8cvW+78Ewj9lahBqho= github.com/budimanjojo/talhelper/v3 v3.0.3 h1:C/UIso8QGeVrPXkIeA2uyh48z3R5LaqvWSgbiK/er24= github.com/budimanjojo/talhelper/v3 v3.0.3/go.mod h1:I0bBBCfQQYArTH6pya29k1o1QLQOTGthq5QtFYyeaHg= +github.com/budimanjojo/talhelper/v3 v3.0.4 h1:DhYlmHW9xe8FtIpqDMMZfuErbOeWXdnpCc31HF6VAg0= +github.com/budimanjojo/talhelper/v3 v3.0.4/go.mod h1:I0bBBCfQQYArTH6pya29k1o1QLQOTGthq5QtFYyeaHg= github.com/containerd/stargz-snapshotter/estargz v0.15.1 h1:eXJjw9RbkLFgioVaTG+G/ZW/0kEe2oEKCdS/ZxIyoCU= github.com/containerd/stargz-snapshotter/estargz v0.15.1/go.mod h1:gr2RNwukQ/S9Nv33Lt6UC7xEx58C+LHRdoqbEKjz1Kk= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=