From 5d7bd9625114bd6976db10afe9d28dda35d3cab9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 12:38:15 +0000 Subject: [PATCH] chore(deps): update github.com/tonistiigi/vt100 digest to f9a4f7e --- images/maker/go.mod | 2 +- images/maker/go.sum | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/images/maker/go.mod b/images/maker/go.mod index 2cdf6e7c..5cb3b931 100644 --- a/images/maker/go.mod +++ b/images/maker/go.mod @@ -14,7 +14,7 @@ require ( replace ( // protobuf: corresponds to containerd (through buildkit) github.com/golang/protobuf => github.com/golang/protobuf v1.3.5 - github.com/jaguilar/vt100 => github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305 + github.com/jaguilar/vt100 => github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 // genproto: corresponds to containerd (through buildkit) google.golang.org/genproto => google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63 diff --git a/images/maker/go.sum b/images/maker/go.sum index 556d555f..da6b8310 100644 --- a/images/maker/go.sum +++ b/images/maker/go.sum @@ -1215,6 +1215,7 @@ github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea/go.mod h1:WPnis/6 github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305/go.mod h1:gXOLibKqQTRAVuVZ9gX7G9Ykky8ll8yb4slxsEMoY0c= github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f h1:DLpt6B5oaaS8jyXHa9VA4rrZloBVPVXeCtrOsrFauxc= github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f/go.mod h1:ulncasL3N9uLrVann0m+CDlJKWsIAP34MPcOJF6VRvc= +github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531/go.mod h1:ulncasL3N9uLrVann0m+CDlJKWsIAP34MPcOJF6VRvc= github.com/uber/jaeger-client-go v2.25.0+incompatible/go.mod h1:WVhlPFC8FDjOFMMWRy2pZqQJSXxYSwNYOkTr/Z6d3Kk= github.com/uber/jaeger-lib v2.2.0+incompatible/go.mod h1:ComeNDZlWwrWnDv8aPp0Ba6+uUTzImX/AauajbLI56U= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc=