From 52cc4414ec8caa9ddb80a2374c397741f66cb0cb Mon Sep 17 00:00:00 2001 From: flyte-bot Date: Fri, 7 Apr 2023 20:09:38 +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 3e6a294..ad0dfd9 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( github.com/Selvatico/go-mocket v1.0.7 - github.com/flyteorg/flyteidl v1.3.6 + github.com/flyteorg/flyteidl v1.3.17 github.com/flyteorg/flytestdlib v1.0.15 github.com/gofrs/uuid v4.2.0+incompatible github.com/golang/glog v1.0.0 diff --git a/go.sum b/go.sum index cde10c1..a725845 100644 --- a/go.sum +++ b/go.sum @@ -167,6 +167,8 @@ github.com/fatih/color v1.13.0 h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w= github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk= github.com/flyteorg/flyteidl v1.3.6 h1:PI846AdnrQZ84pxRVAzA3WGihv+xXmjQHO91nj/kV9g= github.com/flyteorg/flyteidl v1.3.6/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/flytestdlib v1.0.15 h1:kv9jDQmytbE84caY+pkZN8trJU2ouSAmESzpTEhfTt0= github.com/flyteorg/flytestdlib v1.0.15/go.mod h1:ghw/cjY0sEWIIbyCtcJnL/Gt7ZS7gf9SUi0CCPhbz3s= github.com/flyteorg/stow v0.3.6 h1:jt50ciM14qhKBaIrB+ppXXY+SXB59FNREFgTJqCyqIk=