diff --git a/flytepropeller/go.mod b/flytepropeller/go.mod index 36a831a467..805d6fd1b1 100644 --- a/flytepropeller/go.mod +++ b/flytepropeller/go.mod @@ -8,7 +8,7 @@ require ( github.com/fatih/color v1.13.0 github.com/flyteorg/flyteidl v1.5.10 github.com/flyteorg/flyteplugins v1.1.8 - github.com/flyteorg/flytestdlib v1.0.15 + github.com/flyteorg/flytestdlib v1.0.19 github.com/ghodss/yaml v1.0.0 github.com/go-redis/redis v6.15.7+incompatible github.com/go-test/deep v1.0.7 diff --git a/flytepropeller/go.sum b/flytepropeller/go.sum index 55b14559c4..eb5a82fbc0 100644 --- a/flytepropeller/go.sum +++ b/flytepropeller/go.sum @@ -264,6 +264,8 @@ github.com/flyteorg/flyteplugins v1.1.8 h1:UVYdqDdcIqz2JIso+m3MsaPSsTZJZyZQ6Eg7n github.com/flyteorg/flyteplugins v1.1.8/go.mod h1:sRxeatEOHq1b9bTxTRNcwoIkVTAVN9dTz8toXkfcz2E= 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/flytestdlib v1.0.19 h1:2xY9wBCFUY4UafBkxchPe0EUiRxpjnMNjvomG3W/TfA= +github.com/flyteorg/flytestdlib v1.0.19/go.mod h1:ghw/cjY0sEWIIbyCtcJnL/Gt7ZS7gf9SUi0CCPhbz3s= github.com/flyteorg/stow v0.3.6 h1:jt50ciM14qhKBaIrB+ppXXY+SXB59FNREFgTJqCyqIk= github.com/flyteorg/stow v0.3.6/go.mod h1:5dfBitPM004dwaZdoVylVjxFT4GWAgI0ghAndhNUzCo= github.com/form3tech-oss/jwt-go v3.2.2+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k=