diff --git a/go.mod b/go.mod index 237b748..b41a55f 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.11 github.com/flyteorg/flytestdlib v1.0.15 github.com/golang/glog v1.0.0 github.com/golang/protobuf v1.5.2 diff --git a/go.sum b/go.sum index 4e7bebc..c538257 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.11 h1:wxdtcM8TxLdhDksAipKpP/nIAHda7G/yPAIM4WvQcYc= +github.com/flyteorg/flyteidl v1.3.11/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=