diff --git a/go.mod b/go.mod index 8b6bee81dc..f9fce19cb4 100644 --- a/go.mod +++ b/go.mod @@ -33,7 +33,7 @@ require ( github.com/evanphx/json-patch v4.9.0+incompatible github.com/fatih/color v1.10.0 // indirect github.com/felixge/httpsnoop v1.0.1 // indirect - github.com/flyteorg/flyteidl v0.21.4 + github.com/flyteorg/flyteidl v0.21.8 github.com/flyteorg/flyteplugins v0.7.0 github.com/flyteorg/flytepropeller v0.14.11 github.com/flyteorg/flytestdlib v0.3.36 diff --git a/go.sum b/go.sum index 076b7cd3a8..a88cbbe0e8 100644 --- a/go.sum +++ b/go.sum @@ -313,6 +313,8 @@ github.com/flyteorg/flyteidl v0.21.0/go.mod h1:576W2ViEyjTpT+kEVHAGbrTP3HARNUZ/e github.com/flyteorg/flyteidl v0.21.1/go.mod h1:576W2ViEyjTpT+kEVHAGbrTP3HARNUZ/eCwrNPmdx9U= github.com/flyteorg/flyteidl v0.21.4 h1:gtJK5rX2ydLAo2xLRHHznOSLuLHrRRdXDbpEAlxluhk= github.com/flyteorg/flyteidl v0.21.4/go.mod h1:576W2ViEyjTpT+kEVHAGbrTP3HARNUZ/eCwrNPmdx9U= +github.com/flyteorg/flyteidl v0.21.8 h1:dICKVt3bwhkjm3l/knZIczkTiG+TNAOLQ/4ytk0pM4Y= +github.com/flyteorg/flyteidl v0.21.8/go.mod h1:576W2ViEyjTpT+kEVHAGbrTP3HARNUZ/eCwrNPmdx9U= github.com/flyteorg/flyteplugins v0.7.0 h1:Cy7qqUhoXcLRYVW1b0wtk9+WtMGNFFXZ+O5weCzplvA= github.com/flyteorg/flyteplugins v0.7.0/go.mod h1:bEMSalcpNKAu0iFy/fTP2HJOmsCi82LcMnsB8iBeJ/U= github.com/flyteorg/flytepropeller v0.14.11 h1:48AEQE+O4m+unrMNo+uG8pZYYgGZ+wc6jfJ5AKYG6ug=