From e99feaaf3d06dc8f160a725a9b2cc8a14480313b Mon Sep 17 00:00:00 2001 From: flyte-bot Date: Fri, 7 Apr 2023 20:09:37 +0000 Subject: [PATCH] Update flyteidl version Signed-off-by: Flyte-Bot --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ca9d98ee2..78029de64 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/DiSiqueira/GoTree v1.0.1-0.20180907134536-53a8e837f295 github.com/benlaurie/objecthash v0.0.0-20180202135721-d1e3d6079fc1 github.com/fatih/color v1.13.0 - github.com/flyteorg/flyteidl v1.3.14 + github.com/flyteorg/flyteidl v1.3.17 github.com/flyteorg/flyteplugins v1.0.45 github.com/flyteorg/flytestdlib v1.0.15 github.com/ghodss/yaml v1.0.0 diff --git a/go.sum b/go.sum index f84741c20..fa03da6e0 100644 --- a/go.sum +++ b/go.sum @@ -262,6 +262,8 @@ github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYF github.com/felixge/httpsnoop v1.0.1/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U= github.com/flyteorg/flyteidl v1.3.14 h1:o5M0g/r6pXTPu5PEurbYxbQmuOu3hqqsaI2M6uvK0N8= github.com/flyteorg/flyteidl v1.3.14/go.mod h1:Pkt2skI1LiHs/2ZoekBnyPhuGOFMiuul6HHcKGZBsbM= +github.com/flyteorg/flyteidl v1.3.17 h1:aVf1VDhs+Z4p+tOYp63rQqEfzarIyoEHb32BjplolTQ= +github.com/flyteorg/flyteidl v1.3.17/go.mod h1:Pkt2skI1LiHs/2ZoekBnyPhuGOFMiuul6HHcKGZBsbM= github.com/flyteorg/flyteplugins v1.0.45 h1:I/N4ehOxX6ln8DivyZ9gayp/UYiBcqoizBbG1hfwIXM= github.com/flyteorg/flyteplugins v1.0.45/go.mod h1:ztsonku5fKwyxcIg1k69PTiBVjRI6d3nK5DnC+iwx08= github.com/flyteorg/flytestdlib v1.0.15 h1:kv9jDQmytbE84caY+pkZN8trJU2ouSAmESzpTEhfTt0=