diff --git a/boilerplate/flyte/golang_support_tools/go.mod b/boilerplate/flyte/golang_support_tools/go.mod index 38c4233c6f..58aba14915 100644 --- a/boilerplate/flyte/golang_support_tools/go.mod +++ b/boilerplate/flyte/golang_support_tools/go.mod @@ -1,24 +1,28 @@ module github.com/flyteorg/boilerplate -go 1.22.1 +go 1.24 + +toolchain go1.24.0 require ( github.com/alvaroloes/enumer v1.1.2 github.com/flyteorg/flyte/flytestdlib v1.11.0 github.com/golangci/golangci-lint v1.61.0 github.com/pseudomuto/protoc-gen-doc v1.4.1 - github.com/vektra/mockery/v2 v2.40.3 + github.com/vektra/mockery/v2 v2.53.0 ) require ( 4d63.com/gocheckcompilerdirectives v1.2.1 // indirect 4d63.com/gochecknoglobals v0.2.1 // indirect - cloud.google.com/go v0.115.1 // indirect - cloud.google.com/go/auth v0.9.3 // indirect - cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect - cloud.google.com/go/compute/metadata v0.5.0 // indirect - cloud.google.com/go/iam v1.2.0 // indirect - cloud.google.com/go/storage v1.43.0 // indirect + cel.dev/expr v0.16.1 // indirect + cloud.google.com/go v0.116.0 // indirect + cloud.google.com/go/auth v0.13.0 // indirect + cloud.google.com/go/auth/oauth2adapt v0.2.6 // indirect + cloud.google.com/go/compute/metadata v0.6.0 // indirect + cloud.google.com/go/iam v1.2.2 // indirect + cloud.google.com/go/monitoring v1.21.2 // indirect + cloud.google.com/go/storage v1.49.0 // indirect github.com/4meepo/tagalign v1.3.4 // indirect github.com/Abirdcfly/dupword v0.1.1 // indirect github.com/Antonboom/errname v0.1.13 // indirect @@ -33,6 +37,9 @@ require ( github.com/Crocmagnon/fatcontext v0.5.2 // indirect github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 // indirect github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.0 // indirect + github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect + github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 // indirect + github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 // indirect github.com/Masterminds/semver v1.5.0 // indirect github.com/Masterminds/semver/v3 v3.3.0 // indirect github.com/Masterminds/sprig v2.15.0+incompatible // indirect @@ -55,19 +62,22 @@ require ( github.com/butuzov/mirror v1.2.0 // indirect github.com/catenacyber/perfsprint v0.7.1 // indirect github.com/ccojocar/zxcvbn-go v1.0.2 // indirect + github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect github.com/cespare/xxhash v1.1.0 // indirect github.com/cespare/xxhash/v2 v2.3.0 // indirect github.com/charithe/durationcheck v0.0.10 // indirect github.com/chavacava/garif v0.1.0 // indirect github.com/chigopher/pathlib v0.19.1 // indirect github.com/ckaznocha/intrange v0.2.0 // indirect + github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect github.com/coocood/freecache v1.1.1 // indirect github.com/curioswitch/go-reassign v0.2.0 // indirect github.com/daixiang0/gci v0.13.5 // indirect - github.com/davecgh/go-spew v1.1.1 // indirect + github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/denis-tingaikin/go-header v0.5.0 // indirect github.com/emicklei/go-restful/v3 v3.9.0 // indirect - github.com/envoyproxy/protoc-gen-validate v1.0.4 // indirect + github.com/envoyproxy/go-control-plane v0.13.1 // indirect + github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect github.com/ernesto-jimenez/gogen v0.0.0-20180125220232-d7d4131e6607 // indirect github.com/ettle/strcase v0.2.0 // indirect github.com/evanphx/json-patch/v5 v5.6.0 // indirect @@ -76,7 +86,7 @@ require ( github.com/felixge/httpsnoop v1.0.4 // indirect github.com/firefart/nonamedreturns v1.0.5 // indirect github.com/flyteorg/stow v0.3.10 // indirect - github.com/fsnotify/fsnotify v1.6.0 // indirect + github.com/fsnotify/fsnotify v1.8.0 // indirect github.com/fzipp/gocyclo v0.6.0 // indirect github.com/ghodss/yaml v1.0.0 // indirect github.com/ghostiam/protogetter v0.3.6 // indirect @@ -113,8 +123,8 @@ require ( github.com/google/gofuzz v1.2.0 // indirect github.com/google/s2a-go v0.1.8 // indirect github.com/google/uuid v1.6.0 // indirect - github.com/googleapis/enterprise-certificate-proxy v0.3.3 // indirect - github.com/googleapis/gax-go/v2 v2.13.0 // indirect + github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect + github.com/googleapis/gax-go/v2 v2.14.1 // indirect github.com/gordonklaus/ineffassign v0.1.0 // indirect github.com/gostaticanalysis/analysisutil v0.7.1 // indirect github.com/gostaticanalysis/comment v1.4.2 // indirect @@ -129,7 +139,7 @@ require ( github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/jgautheron/goconst v1.7.1 // indirect github.com/jingyugao/rowserrcheck v1.1.1 // indirect - github.com/jinzhu/copier v0.3.5 // indirect + github.com/jinzhu/copier v0.4.0 // indirect github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af // indirect github.com/jjti/go-spancheck v0.6.2 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect @@ -149,12 +159,12 @@ require ( github.com/leonklingele/grouper v1.1.2 // indirect github.com/lufeee/execinquery v1.2.1 // indirect github.com/macabu/inamedparam v0.1.3 // indirect - github.com/magiconair/properties v1.8.7 // indirect + github.com/magiconair/properties v1.8.9 // indirect github.com/mailru/easyjson v0.7.7 // indirect github.com/maratori/testableexamples v1.0.0 // indirect github.com/maratori/testpackage v1.1.1 // indirect github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26 // indirect - github.com/mattn/go-colorable v0.1.13 // indirect + github.com/mattn/go-colorable v0.1.14 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/mattn/go-runewidth v0.0.9 // indirect github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect @@ -176,10 +186,11 @@ require ( github.com/pelletier/go-toml/v2 v2.2.3 // indirect github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect github.com/pkg/errors v0.9.1 // indirect - github.com/pmezard/go-difflib v1.0.0 // indirect + github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect + github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect github.com/polyfloyd/go-errorlint v1.6.0 // indirect github.com/prometheus/client_golang v1.16.0 // indirect - github.com/prometheus/client_model v0.4.0 // indirect + github.com/prometheus/client_model v0.6.0 // indirect github.com/prometheus/common v0.44.0 // indirect github.com/prometheus/procfs v0.10.1 // indirect github.com/pseudomuto/protokit v0.2.0 // indirect @@ -188,9 +199,11 @@ require ( github.com/quasilyte/gogrep v0.5.0 // indirect github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 // indirect github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect - github.com/rs/zerolog v1.29.0 // indirect + github.com/rs/zerolog v1.33.0 // indirect github.com/ryancurrah/gomodguard v1.3.5 // indirect github.com/ryanrolds/sqlclosecheck v0.5.1 // indirect + github.com/sagikazarmark/locafero v0.7.0 // indirect + github.com/sagikazarmark/slog-shim v0.1.0 // indirect github.com/sanposhiho/wastedassign/v2 v2.0.7 // indirect github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect github.com/sashamelentyev/interfacebloat v1.1.0 // indirect @@ -201,18 +214,18 @@ require ( github.com/sivchari/containedctx v1.0.3 // indirect github.com/sivchari/tenv v1.10.0 // indirect github.com/sonatard/noctx v0.0.2 // indirect + github.com/sourcegraph/conc v0.3.0 // indirect github.com/sourcegraph/go-diff v0.7.0 // indirect - github.com/spf13/afero v1.11.0 // indirect - github.com/spf13/cast v1.5.0 // indirect + github.com/spf13/afero v1.12.0 // indirect + github.com/spf13/cast v1.7.1 // indirect github.com/spf13/cobra v1.8.1 // indirect - github.com/spf13/jwalterweatherman v1.1.0 // indirect - github.com/spf13/pflag v1.0.5 // indirect - github.com/spf13/viper v1.15.0 // indirect + github.com/spf13/pflag v1.0.6 // indirect + github.com/spf13/viper v1.19.0 // indirect github.com/ssgreg/nlreturn/v2 v2.2.1 // indirect github.com/stbenjam/no-sprintf-host-port v0.1.1 // indirect github.com/stretchr/objx v0.5.2 // indirect - github.com/stretchr/testify v1.9.0 // indirect - github.com/subosito/gotenv v1.4.2 // indirect + github.com/stretchr/testify v1.10.0 // indirect + github.com/subosito/gotenv v1.6.0 // indirect github.com/tdakkota/asciicheck v0.2.0 // indirect github.com/tetafro/godot v1.4.17 // indirect github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966 // indirect @@ -230,35 +243,37 @@ require ( go-simpler.org/musttag v0.12.2 // indirect go-simpler.org/sloglint v0.7.2 // indirect go.opencensus.io v0.24.0 // indirect + go.opentelemetry.io/contrib/detectors/gcp v1.29.0 // indirect go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect go.opentelemetry.io/otel v1.29.0 // indirect go.opentelemetry.io/otel/exporters/jaeger v1.17.0 // indirect go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.19.0 // indirect go.opentelemetry.io/otel/metric v1.29.0 // indirect - go.opentelemetry.io/otel/sdk v1.28.0 // indirect + go.opentelemetry.io/otel/sdk v1.29.0 // indirect + go.opentelemetry.io/otel/sdk/metric v1.29.0 // indirect go.opentelemetry.io/otel/trace v1.29.0 // indirect go.uber.org/automaxprocs v1.5.3 // indirect go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.25.0 // indirect - golang.org/x/crypto v0.31.0 // indirect - golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e // indirect + golang.org/x/crypto v0.33.0 // indirect + golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac // indirect golang.org/x/exp/typeparams v0.0.0-20240314144324-c7f7c6466f7f // indirect - golang.org/x/mod v0.21.0 // indirect - golang.org/x/net v0.33.0 // indirect - golang.org/x/oauth2 v0.22.0 // indirect - golang.org/x/sync v0.10.0 // indirect - golang.org/x/sys v0.28.0 // indirect - golang.org/x/term v0.27.0 // indirect - golang.org/x/text v0.21.0 // indirect - golang.org/x/time v0.6.0 // indirect - golang.org/x/tools v0.24.0 // indirect - google.golang.org/api v0.196.0 // indirect - google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect - google.golang.org/genproto/googleapis/api v0.0.0-20240827150818-7e3bb234dfed // indirect - google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect - google.golang.org/grpc v1.66.0 // indirect - google.golang.org/protobuf v1.34.2 // indirect + golang.org/x/mod v0.23.0 // indirect + golang.org/x/net v0.35.0 // indirect + golang.org/x/oauth2 v0.25.0 // indirect + golang.org/x/sync v0.11.0 // indirect + golang.org/x/sys v0.30.0 // indirect + golang.org/x/term v0.29.0 // indirect + golang.org/x/text v0.22.0 // indirect + golang.org/x/time v0.8.0 // indirect + golang.org/x/tools v0.30.0 // indirect + google.golang.org/api v0.215.0 // indirect + google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect + google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect + google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 // indirect + google.golang.org/grpc v1.67.3 // indirect + google.golang.org/protobuf v1.36.1 // indirect gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect diff --git a/boilerplate/flyte/golang_support_tools/go.sum b/boilerplate/flyte/golang_support_tools/go.sum index 5857171dd6..883dbba908 100644 --- a/boilerplate/flyte/golang_support_tools/go.sum +++ b/boilerplate/flyte/golang_support_tools/go.sum @@ -2,21 +2,29 @@ 4d63.com/gocheckcompilerdirectives v1.2.1/go.mod h1:yjDJSxmDTtIHHCqX0ufRYZDL6vQtMG7tJdKVeWwsqvs= 4d63.com/gochecknoglobals v0.2.1 h1:1eiorGsgHOFOuoOiJDy2psSrQbRdIHrlge0IJIkUgDc= 4d63.com/gochecknoglobals v0.2.1/go.mod h1:KRE8wtJB3CXCsb1xy421JfTHIIbmT3U5ruxw2Qu8fSU= +cel.dev/expr v0.16.1 h1:NR0+oFYzR1CqLFhTAqg3ql59G9VfN8fKq1TCHJ6gq1g= +cel.dev/expr v0.16.1/go.mod h1:AsGA5zb3WruAEQeQng1RZdGEXmBj0jvMWh6l5SnNuC8= cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= -cloud.google.com/go v0.115.1 h1:Jo0SM9cQnSkYfp44+v+NQXHpcHqlnRJk2qxh6yvxxxQ= -cloud.google.com/go v0.115.1/go.mod h1:DuujITeaufu3gL68/lOFIirVNJwQeyf5UXyi+Wbgknc= -cloud.google.com/go/auth v0.9.3 h1:VOEUIAADkkLtyfr3BLa3R8Ed/j6w1jTBmARx+wb5w5U= -cloud.google.com/go/auth v0.9.3/go.mod h1:7z6VY+7h3KUdRov5F1i8NDP5ZzWKYmEPO842BgCsmTk= -cloud.google.com/go/auth/oauth2adapt v0.2.4 h1:0GWE/FUsXhf6C+jAkWgYm7X9tK8cuEIfy19DBn6B6bY= -cloud.google.com/go/auth/oauth2adapt v0.2.4/go.mod h1:jC/jOpwFP6JBxhB3P5Rr0a9HLMC/Pe3eaL4NmdvqPtc= -cloud.google.com/go/compute/metadata v0.5.0 h1:Zr0eK8JbFv6+Wi4ilXAR8FJ3wyNdpxHKJNPos6LTZOY= -cloud.google.com/go/compute/metadata v0.5.0/go.mod h1:aHnloV2TPI38yx4s9+wAZhHykWvVCfu7hQbF+9CWoiY= -cloud.google.com/go/iam v1.2.0 h1:kZKMKVNk/IsSSc/udOb83K0hL/Yh/Gcqpz+oAkoIFN8= -cloud.google.com/go/iam v1.2.0/go.mod h1:zITGuWgsLZxd8OwAlX+eMFgZDXzBm7icj1PVTYG766Q= -cloud.google.com/go/longrunning v0.6.0 h1:mM1ZmaNsQsnb+5n1DNPeL0KwQd9jQRqSqSDEkBZr+aI= -cloud.google.com/go/longrunning v0.6.0/go.mod h1:uHzSZqW89h7/pasCWNYdUpwGz3PcVWhrWupreVPYLts= -cloud.google.com/go/storage v1.43.0 h1:CcxnSohZwizt4LCzQHWvBf1/kvtHUn7gk9QERXPyXFs= -cloud.google.com/go/storage v1.43.0/go.mod h1:ajvxEa7WmZS1PxvKRq4bq0tFT3vMd502JwstCcYv0Q0= +cloud.google.com/go v0.116.0 h1:B3fRrSDkLRt5qSHWe40ERJvhvnQwdZiHu0bJOpldweE= +cloud.google.com/go v0.116.0/go.mod h1:cEPSRWPzZEswwdr9BxE6ChEn01dWlTaF05LiC2Xs70U= +cloud.google.com/go/auth v0.13.0 h1:8Fu8TZy167JkW8Tj3q7dIkr2v4cndv41ouecJx0PAHs= +cloud.google.com/go/auth v0.13.0/go.mod h1:COOjD9gwfKNKz+IIduatIhYJQIc0mG3H102r/EMxX6Q= +cloud.google.com/go/auth/oauth2adapt v0.2.6 h1:V6a6XDu2lTwPZWOawrAa9HUK+DB2zfJyTuciBG5hFkU= +cloud.google.com/go/auth/oauth2adapt v0.2.6/go.mod h1:AlmsELtlEBnaNTL7jCj8VQFLy6mbZv0s4Q7NGBeQ5E8= +cloud.google.com/go/compute/metadata v0.6.0 h1:A6hENjEsCDtC1k8byVsgwvVcioamEHvZ4j01OwKxG9I= +cloud.google.com/go/compute/metadata v0.6.0/go.mod h1:FjyFAW1MW0C203CEOMDTu3Dk1FlqW3Rga40jzHL4hfg= +cloud.google.com/go/iam v1.2.2 h1:ozUSofHUGf/F4tCNy/mu9tHLTaxZFLOUiKzjcgWHGIA= +cloud.google.com/go/iam v1.2.2/go.mod h1:0Ys8ccaZHdI1dEUilwzqng/6ps2YB6vRsjIe00/+6JY= +cloud.google.com/go/logging v1.12.0 h1:ex1igYcGFd4S/RZWOCU51StlIEuey5bjqwH9ZYjHibk= +cloud.google.com/go/logging v1.12.0/go.mod h1:wwYBt5HlYP1InnrtYI0wtwttpVU1rifnMT7RejksUAM= +cloud.google.com/go/longrunning v0.6.2 h1:xjDfh1pQcWPEvnfjZmwjKQEcHnpz6lHjfy7Fo0MK+hc= +cloud.google.com/go/longrunning v0.6.2/go.mod h1:k/vIs83RN4bE3YCswdXC5PFfWVILjm3hpEUlSko4PiI= +cloud.google.com/go/monitoring v1.21.2 h1:FChwVtClH19E7pJ+e0xUhJPGksctZNVOk2UhMmblmdU= +cloud.google.com/go/monitoring v1.21.2/go.mod h1:hS3pXvaG8KgWTSz+dAdyzPrGUYmi2Q+WFX8g2hqVEZU= +cloud.google.com/go/storage v1.49.0 h1:zenOPBOWHCnojRd9aJZAyQXBYqkJkdQS42dxL55CIMw= +cloud.google.com/go/storage v1.49.0/go.mod h1:k1eHhhpLvrPjVGfo0mOUPEJ4Y2+a/Hv5PiwehZI9qGU= +cloud.google.com/go/trace v1.11.2 h1:4ZmaBdL8Ng/ajrgKqY5jfvzqMXbrDcBsUGXOT9aqTtI= +cloud.google.com/go/trace v1.11.2/go.mod h1:bn7OwXd4pd5rFuAnTrzBuoZ4ax2XQeG3qNgYmfCy0Io= github.com/4meepo/tagalign v1.3.4 h1:P51VcvBnf04YkHzjfclN6BbsopfJR5rxs1n+5zHt+w8= github.com/4meepo/tagalign v1.3.4/go.mod h1:M+pnkHH2vG8+qhE5bVc/zeP7HS/j910Fwa9TUSyZVI0= github.com/Abirdcfly/dupword v0.1.1 h1:Bsxe0fIw6OwBtXMIncaTxCLHYO5BB+3mcsR5E8VXloY= @@ -48,6 +56,14 @@ github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 h1:sHglBQTwgx+rW github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24/go.mod h1:4UJr5HIiMZrwgkSPdsjy2uOQExX/WEILpIrO9UPGuXs= github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.0 h1:/fTUt5vmbkAcMBt4YQiuC23cV0kEsN1MVMNqeOW43cU= github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.0/go.mod h1:ONJg5sxcbsdQQ4pOW8TGdTidT2TMAUy/2Xhr8mrYaao= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 h1:3c8yed4lgqTt+oTQ+JNMDo+F4xprBf+O/il4ZC0nRLw= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0/go.mod h1:obipzmGjfSjam60XLwGfqUkJsfiheAl+TUjG+4yzyPM= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 h1:UQ0AhxogsIRZDkElkblfnwjc3IaltCm2HUMvezQaL7s= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1/go.mod h1:jyqM3eLpJ3IbIFDTKVz2rF9T/xWGW0rIriGwnz8l9Tk= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.48.1 h1:oTX4vsorBZo/Zdum6OKPA4o7544hm6smoRv1QjpTwGo= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.48.1/go.mod h1:0wEl7vrAD8mehJyohS9HZy+WyEOaQO2mJx86Cvh93kM= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 h1:8nn+rsCvTq9axyEh382S0PFLBeaFwNsT43IrPWzctRU= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1/go.mod h1:viRWSEhtMZqz1rhwmOVKkWl6SwmVowfL9O2YR5gI2PE= github.com/Masterminds/semver v1.4.2/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y= github.com/Masterminds/semver v1.5.0 h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww= github.com/Masterminds/semver v1.5.0/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y= @@ -104,6 +120,8 @@ github.com/catenacyber/perfsprint v0.7.1/go.mod h1:/wclWYompEyjUD2FuIIDVKNkqz7Ig github.com/ccojocar/zxcvbn-go v1.0.2 h1:na/czXU8RrhXO4EZme6eQJLR4PzcGsahsBOAwU6I3Vg= github.com/ccojocar/zxcvbn-go v1.0.2/go.mod h1:g1qkXtUSvHP8lhHp5GrSmTz6uWALGRMQdw6Qnz/hi60= github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= +github.com/census-instrumentation/opencensus-proto v0.4.1 h1:iKLQ0xPNFxR/2hzXZMrBo8f1j86j5WHzznCCQxV/b8g= +github.com/census-instrumentation/opencensus-proto v0.4.1/go.mod h1:4T9NM4+4Vw91VeyqjLS6ao50K5bOcLKN6Q42XnYaRYw= github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko= github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc= github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs= @@ -120,9 +138,11 @@ github.com/ckaznocha/intrange v0.2.0 h1:FykcZuJ8BD7oX93YbO1UY9oZtkRbp+1/kJcDjkef github.com/ckaznocha/intrange v0.2.0/go.mod h1:r5I7nUlAAG56xmkOpw4XVr16BXhwYTUdcuRFeevn1oE= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= +github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 h1:QVw89YDxXxEe+l8gU8ETbOasdwEV+avkR75ZzsVV9WI= +github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78/go.mod h1:W+zGtBO5Y1IgJhy4+A9GOqVhqLpfZi+vwmdNXUehLA8= github.com/coocood/freecache v1.1.1 h1:uukNF7QKCZEdZ9gAV7WQzvh0SbjwdMF6m3x3rxEkaPc= github.com/coocood/freecache v1.1.1/go.mod h1:OKrEjkGVoxZhyWAJoeFi5BMLUJm2Tit0kpGkIr7NGYY= -github.com/coreos/go-systemd/v22 v22.3.3-0.20220203105225-a9a7ef127534/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= +github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/curioswitch/go-reassign v0.2.0 h1:G9UZyOcpk/d7Gd6mqYgd8XYWFMw/znxwGDUstnC9DIo= @@ -131,8 +151,9 @@ github.com/daixiang0/gci v0.13.5 h1:kThgmH1yBmZSBCh1EJVxQ7JsHpm5Oms0AMed/0LaH4c= github.com/daixiang0/gci v0.13.5/go.mod h1:12etP2OniiIdP4q+kjUGrC/rUagga7ODbqsom5Eo5Yk= github.com/davecgh/go-spew v0.0.0-20161028175848-04cdfd42973b/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= +github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= +github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/denis-tingaikin/go-header v0.5.0 h1:SRdnP5ZKvcO9KKRP1KJrhFR3RrlGuD+42t4429eC9k8= github.com/denis-tingaikin/go-header v0.5.0/go.mod h1:mMenU5bWrok6Wl2UsZjy+1okegmwQ3UgWl4V1D8gjlY= github.com/emicklei/go-restful/v3 v3.9.0 h1:XwGDlfxEnQZzuopoqxwSEllNcCOM9DhhFyhFIIGKwxE= @@ -140,10 +161,12 @@ github.com/emicklei/go-restful/v3 v3.9.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98= +github.com/envoyproxy/go-control-plane v0.13.1 h1:vPfJZCkob6yTMEgS+0TwfTUfbHjfy/6vOJ8hUWX/uXE= +github.com/envoyproxy/go-control-plane v0.13.1/go.mod h1:X45hY0mufo6Fd0KW3rqsGvQMw58jvjymeCzBU3mWyHw= github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= github.com/envoyproxy/protoc-gen-validate v0.3.0-java/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= -github.com/envoyproxy/protoc-gen-validate v1.0.4 h1:gVPz/FMfvh57HdSJQyvBtF00j8JU4zdyUgIUNhlgg0A= -github.com/envoyproxy/protoc-gen-validate v1.0.4/go.mod h1:qys6tmnRsYrQqIhm2bvKZH4Blx/1gTIZ2UKVY1M+Yew= +github.com/envoyproxy/protoc-gen-validate v1.1.0 h1:tntQDh69XqOCOZsDz0lVJQez/2L6Uu2PdjCQwWCJ3bM= +github.com/envoyproxy/protoc-gen-validate v1.1.0/go.mod h1:sXRDRVmzEbkM7CVcM06s9shE/m23dg3wzjl0UWqJ2q4= github.com/ernesto-jimenez/gogen v0.0.0-20180125220232-d7d4131e6607 h1:cTavhURetDkezJCvxFggiyLeP40Mrk/TtVg2+ycw1Es= github.com/ernesto-jimenez/gogen v0.0.0-20180125220232-d7d4131e6607/go.mod h1:Cg4fM0vhYWOZdgM7RIOSTRNIc8/VT7CXClC3Ni86lu4= github.com/ettle/strcase v0.2.0 h1:fGNiVF21fHXpX1niBgk0aROov1LagYsOwV/xqKDKR/Q= @@ -164,10 +187,10 @@ github.com/flyteorg/protoc-gen-doc v1.4.2 h1:Otw0F+RHaPQ8XlpzhLLgjsCMcrAIcMO01Zh github.com/flyteorg/protoc-gen-doc v1.4.2/go.mod h1:exDTOVwqpp30eV/EDPFLZy3Pwr2sn6hBC1WIYH/UbIg= github.com/flyteorg/stow v0.3.10 h1:uEe+tI+CGKn21H93uXp9z05hqynEki2BO9KkW/GweY8= github.com/flyteorg/stow v0.3.10/go.mod h1:fArjMpsYJNWkp/hyDKKdbcv07gxbuLmKFcb7YT1aSOM= -github.com/frankban/quicktest v1.14.4 h1:g2rn0vABPOOXmZUj+vbmUp0lPoXEMuhTpIluN0XL9UY= -github.com/frankban/quicktest v1.14.4/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0= -github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY= -github.com/fsnotify/fsnotify v1.6.0/go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw= +github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8= +github.com/frankban/quicktest v1.14.6/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0= +github.com/fsnotify/fsnotify v1.8.0 h1:dAwr6QBTBZIkG8roQaJjGof0pp0EeF+tNV7YBP3F/8M= +github.com/fsnotify/fsnotify v1.8.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0= github.com/fzipp/gocyclo v0.6.0 h1:lsblElZG7d3ALtGMx9fmxeTKZaLLpU8mET09yN4BBLo= github.com/fzipp/gocyclo v0.6.0/go.mod h1:rXPyn8fnlpa0R2csP/31uerbiVBugk5whMdlyaLkLoA= github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk= @@ -289,10 +312,10 @@ github.com/google/uuid v0.0.0-20161128191214-064e2069ce9c/go.mod h1:TIyPZe4Mgqvf github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/googleapis/enterprise-certificate-proxy v0.3.3 h1:QRje2j5GZimBzlbhGA2V2QlGNgL8G6e+wGo/+/2bWI0= -github.com/googleapis/enterprise-certificate-proxy v0.3.3/go.mod h1:YKe7cfqYXjKGpGvmSg28/fFvhNzinZQm8DGnaburhGA= -github.com/googleapis/gax-go/v2 v2.13.0 h1:yitjD5f7jQHhyDsnhKEBU52NdvvdSeGzlAnDPT0hH1s= -github.com/googleapis/gax-go/v2 v2.13.0/go.mod h1:Z/fvTZXF8/uw7Xu5GuslPw+bplx6SS338j1Is2S+B7A= +github.com/googleapis/enterprise-certificate-proxy v0.3.4 h1:XYIDZApgAnrN1c855gTgghdIA6Stxb52D5RnLI1SLyw= +github.com/googleapis/enterprise-certificate-proxy v0.3.4/go.mod h1:YKe7cfqYXjKGpGvmSg28/fFvhNzinZQm8DGnaburhGA= +github.com/googleapis/gax-go/v2 v2.14.1 h1:hb0FFeiPaQskmvakKu5EbCbpntQn48jyHuvrkurSS/Q= +github.com/googleapis/gax-go/v2 v2.14.1/go.mod h1:Hb/NubMaVM88SrNkvl8X/o8XWwDJEPqouaLeN2IUxoA= github.com/gordonklaus/ineffassign v0.1.0 h1:y2Gd/9I7MdY1oEIt+n+rowjBNDcLQq3RsH5hwJd0f9s= github.com/gordonklaus/ineffassign v0.1.0/go.mod h1:Qcp2HIAYhR7mNUVSIxZww3Guk4it82ghYcEXIAk+QT0= github.com/gostaticanalysis/analysisutil v0.7.1 h1:ZMCjoue3DtDWQ5WyU16YbjbQEQ3VuzwxALrpYd+HeKk= @@ -329,8 +352,8 @@ github.com/jgautheron/goconst v1.7.1 h1:VpdAG7Ca7yvvJk5n8dMwQhfEZJh95kl/Hl9S1OI5 github.com/jgautheron/goconst v1.7.1/go.mod h1:aAosetZ5zaeC/2EfMeRswtxUFBpe2Hr7HzkgX4fanO4= github.com/jingyugao/rowserrcheck v1.1.1 h1:zibz55j/MJtLsjP1OF4bSdgXxwL1b+Vn7Tjzq7gFzUs= github.com/jingyugao/rowserrcheck v1.1.1/go.mod h1:4yvlZSDb3IyDTUZJUmpZfm2Hwok+Dtp+nu2qOq+er9c= -github.com/jinzhu/copier v0.3.5 h1:GlvfUwHk62RokgqVNvYsku0TATCF7bAHVwEXoBh3iJg= -github.com/jinzhu/copier v0.3.5/go.mod h1:DfbEm0FYsaqBcKcFuvmOZb218JkPGtvSHsKg8S8hyyg= +github.com/jinzhu/copier v0.4.0 h1:w3ciUoD19shMCRargcpm0cm91ytaBhDvuRpz1ODO/U8= +github.com/jinzhu/copier v0.4.0/go.mod h1:DfbEm0FYsaqBcKcFuvmOZb218JkPGtvSHsKg8S8hyyg= github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af h1:KA9BjwUk7KlCh6S9EAGWBt1oExIUv9WyNCiRz5amv48= github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af/go.mod h1:HEWGJkRDzjJY2sqdDwxccsGicWEf9BQOZsq2tV+xzM0= github.com/jjti/go-spancheck v0.6.2 h1:iYtoxqPMzHUPp7St+5yA8+cONdyXD3ug6KK15n7Pklk= @@ -380,8 +403,8 @@ github.com/lufeee/execinquery v1.2.1 h1:hf0Ems4SHcUGBxpGN7Jz78z1ppVkP/837ZlETPCE github.com/lufeee/execinquery v1.2.1/go.mod h1:EC7DrEKView09ocscGHC+apXMIaorh4xqSxS/dy8SbM= github.com/macabu/inamedparam v0.1.3 h1:2tk/phHkMlEL/1GNe/Yf6kkR/hkcUdAEY3L0hjYV1Mk= github.com/macabu/inamedparam v0.1.3/go.mod h1:93FLICAIk/quk7eaPPQvbzihUdn/QkGDwIZEoLtpH6I= -github.com/magiconair/properties v1.8.7 h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0VQdvPDY= -github.com/magiconair/properties v1.8.7/go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3vdS329zhj2hYo0= +github.com/magiconair/properties v1.8.9 h1:nWcCbLq1N2v/cpNsy5WvQ37Fb+YElfq20WJ/a8RkpQM= +github.com/magiconair/properties v1.8.9/go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3vdS329zhj2hYo0= github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0= github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc= github.com/maratori/testableexamples v1.0.0 h1:dU5alXRrD8WKSjOUnmJZuzdxWOEQ57+7s93SLMxb2vI= @@ -392,11 +415,11 @@ github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26 h1:gWg6ZQ4JhDfJPqlo2 github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= github.com/matryer/is v1.4.0 h1:sosSmIWwkYITGrxZ25ULNDeKiMNzFSr4V/eqBQP0PeE= github.com/matryer/is v1.4.0/go.mod h1:8I/i5uYgLzgsgEloJE1U6xx5HkBQpAZvepWuujKwMRU= -github.com/mattn/go-colorable v0.1.12/go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb520KVy5xxl4= -github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA= github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg= -github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94= +github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE= +github.com/mattn/go-colorable v0.1.14/go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8= github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM= +github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY= github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= github.com/mattn/go-runewidth v0.0.9 h1:Lm995f3rfxdpd6TSmuVCHVb/QhupuXlYr8sCI/QdE+0= @@ -452,9 +475,12 @@ github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c/go.mod h1:7rwL4CYBLnjL github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= +github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 h1:GFCKgmp0tecUJ0sJuv4pzYCqS9+RGSn52M3FUwPs+uo= +github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10/go.mod h1:t/avpk3KcrXxUnYOhZhMXJlSEyie6gQbtLq5NM3loB8= github.com/pmezard/go-difflib v0.0.0-20151028094244-d8ed2627bdf0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= +github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U= +github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/polyfloyd/go-errorlint v1.6.0 h1:tftWV9DE7txiFzPpztTAwyoRLKNj9gpVm2cg8/OwcYY= github.com/polyfloyd/go-errorlint v1.6.0/go.mod h1:HR7u8wuP1kb1NeN1zqTd1ZMlqUKPPHF+Id4vIPvDqVw= github.com/prashantv/gostub v1.1.0 h1:BTyx3RfQjRHnUWaGF9oQos79AlQ5k8WNktv7VGvVH4g= @@ -462,8 +488,8 @@ github.com/prashantv/gostub v1.1.0/go.mod h1:A5zLQHz7ieHGG7is6LLXLz7I8+3LZzsrV0P github.com/prometheus/client_golang v1.16.0 h1:yk/hx9hDbrGHovbci4BY+pRMfSuuat626eFsHb7tmT8= github.com/prometheus/client_golang v1.16.0/go.mod h1:Zsulrv/L9oM40tJ7T815tM89lFEugiJ9HzIqaAx4LKc= github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= -github.com/prometheus/client_model v0.4.0 h1:5lQXD3cAg1OXBf4Wq03gTrXHeaV0TQvGfUooCfx1yqY= -github.com/prometheus/client_model v0.4.0/go.mod h1:oMQmHW1/JoDwqLtg57MGgP/Fb1CJEYF2imWWhWtMkYU= +github.com/prometheus/client_model v0.6.0 h1:k1v3CzpSRUTrKMppY35TLwPvxHqBu0bYgxZzqGIgaos= +github.com/prometheus/client_model v0.6.0/go.mod h1:NTQHnmxFpouOD0DpvP4XujX3CdOAGQPoaGhyTchlyt8= github.com/prometheus/common v0.44.0 h1:+5BrQJwiBB9xsMygAB3TNvpQKOwlkc25LbISbrdOOfY= github.com/prometheus/common v0.44.0/go.mod h1:ofAIvZbQ1e/nugmZGz4/qCb9Ap1VoSTIO7x0VV9VvuY= github.com/prometheus/procfs v0.10.1 h1:kYK1Va/YMlutzCGazswoHKo//tZVlFpKYh+PymziUAg= @@ -482,14 +508,18 @@ github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 h1:M8mH9eK4OUR4l github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567/go.mod h1:DWNGW8A4Y+GyBgPuaQJuWiy0XYftx4Xm/y5Jqk9I6VQ= github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8= github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4= -github.com/rs/xid v1.4.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg= -github.com/rs/zerolog v1.29.0 h1:Zes4hju04hjbvkVkOhdl2HpZa+0PmVwigmo8XoORE5w= -github.com/rs/zerolog v1.29.0/go.mod h1:NILgTygv/Uej1ra5XxGf82ZFSLk58MFGAUS2o6usyD0= +github.com/rs/xid v1.5.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg= +github.com/rs/zerolog v1.33.0 h1:1cU2KZkvPxNyfgEmhHAz/1A9Bz+llsdYzklWFzgp0r8= +github.com/rs/zerolog v1.33.0/go.mod h1:/7mN4D5sKwJLZQ2b/znpjC3/GQWY/xaDXUM0kKWRHss= github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/ryancurrah/gomodguard v1.3.5 h1:cShyguSwUEeC0jS7ylOiG/idnd1TpJ1LfHGpV3oJmPU= github.com/ryancurrah/gomodguard v1.3.5/go.mod h1:MXlEPQRxgfPQa62O8wzK3Ozbkv9Rkqr+wKjSxTdsNJE= github.com/ryanrolds/sqlclosecheck v0.5.1 h1:dibWW826u0P8jNLsLN+En7+RqWWTYrjCB9fJfSfdyCU= github.com/ryanrolds/sqlclosecheck v0.5.1/go.mod h1:2g3dUjoS6AL4huFdv6wn55WpLIDjY7ZgUR4J8HOO/XQ= +github.com/sagikazarmark/locafero v0.7.0 h1:5MqpDsTGNDhY8sGp0Aowyf0qKsPrhewaLSsFaodPcyo= +github.com/sagikazarmark/locafero v0.7.0/go.mod h1:2za3Cg5rMaTMoG/2Ulr9AwtFaIppKXTRYnozin4aB5k= +github.com/sagikazarmark/slog-shim v0.1.0 h1:diDBnUNK9N/354PgrxMywXnAwEr1QZcOr6gto+ugjYE= +github.com/sagikazarmark/slog-shim v0.1.0/go.mod h1:SrcSrq8aKtyuqEI1uvTDTK1arOWRIczQRv+GVI1AkeQ= github.com/sanposhiho/wastedassign/v2 v2.0.7 h1:J+6nrY4VW+gC9xFzUc+XjPD3g3wF3je/NsJFwFK7Uxc= github.com/sanposhiho/wastedassign/v2 v2.0.7/go.mod h1:KyZ0MWTwxxBmfwn33zh3k1dmsbF2ud9pAAGfoLfjhtI= github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 h1:lZUw3E0/J3roVtGQ+SCrUrg3ON6NgVqpn3+iol9aGu4= @@ -512,22 +542,23 @@ github.com/sivchari/tenv v1.10.0 h1:g/hzMA+dBCKqGXgW8AV/1xIWhAvDrx0zFKNR48NFMg0= github.com/sivchari/tenv v1.10.0/go.mod h1:tdY24masnVoZFxYrHv/nD6Tc8FbkEtAQEEziXpyMgqY= github.com/sonatard/noctx v0.0.2 h1:L7Dz4De2zDQhW8S0t+KUjY0MAQJd6SgVwhzNIc4ok00= github.com/sonatard/noctx v0.0.2/go.mod h1:kzFz+CzWSjQ2OzIm46uJZoXuBpa2+0y3T36U18dWqIo= +github.com/sourcegraph/conc v0.3.0 h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo= +github.com/sourcegraph/conc v0.3.0/go.mod h1:Sdozi7LEKbFPqYX2/J+iBAM6HpqSLTASQIKqDmF7Mt0= github.com/sourcegraph/go-diff v0.7.0 h1:9uLlrd5T46OXs5qpp8L/MTltk0zikUGi0sNNyCpA8G0= github.com/sourcegraph/go-diff v0.7.0/go.mod h1:iBszgVvyxdc8SFZ7gm69go2KDdt3ag071iBaWPF6cjs= github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72 h1:qLC7fQah7D6K1B0ujays3HV9gkFtllcxhzImRR7ArPQ= github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= -github.com/spf13/afero v1.11.0 h1:WJQKhtpdm3v2IzqG8VMqrr6Rf3UYpEF239Jy9wNepM8= -github.com/spf13/afero v1.11.0/go.mod h1:GH9Y3pIexgf1MTIWtNGyogA5MwRIDXGUr+hbWNoBjkY= -github.com/spf13/cast v1.5.0 h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w= -github.com/spf13/cast v1.5.0/go.mod h1:SpXXQ5YoyJw6s3/6cMTQuxvgRl3PCJiyaX9p6b155UU= +github.com/spf13/afero v1.12.0 h1:UcOPyRBYczmFn6yvphxkn9ZEOY65cpwGKb5mL36mrqs= +github.com/spf13/afero v1.12.0/go.mod h1:ZTlWwG4/ahT8W7T0WQ5uYmjI9duaLQGy3Q2OAl4sk/4= +github.com/spf13/cast v1.7.1 h1:cuNEagBQEHWN1FnbGEjCXL2szYEXqfJPbP2HNUaca9Y= +github.com/spf13/cast v1.7.1/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo= github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM= github.com/spf13/cobra v1.8.1/go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y= -github.com/spf13/jwalterweatherman v1.1.0 h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk= -github.com/spf13/jwalterweatherman v1.1.0/go.mod h1:aNWZUN0dPAAO/Ljvb5BEdw96iTZ0EXowPYD95IqWIGo= -github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= -github.com/spf13/viper v1.15.0 h1:js3yy885G8xwJa6iOISGFwd+qlUo5AvyXb7CiihdtiU= -github.com/spf13/viper v1.15.0/go.mod h1:fFcTBJxvhhzSJiZy8n+PeW6t8l+KeT/uTARa0jHOQLA= +github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o= +github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= +github.com/spf13/viper v1.19.0 h1:RWq5SEjt8o25SROyN3z2OrDB9l7RPd3lwTWU8EcEdcI= +github.com/spf13/viper v1.19.0/go.mod h1:GQUN9bilAbhU/jgc1bKs99f/suXKeUMct8Adx5+Ntkg= github.com/ssgreg/nlreturn/v2 v2.2.1 h1:X4XDI7jstt3ySqGU86YGAURbxw3oTDPK9sPEi6YEwQ0= github.com/ssgreg/nlreturn/v2 v2.2.1/go.mod h1:E/iiPB78hV7Szg2YfRgyIrk1AD6JVMTRkkxBiELzh2I= github.com/stbenjam/no-sprintf-host-port v0.1.1 h1:tYugd/yrm1O0dV+ThCbaKZh195Dfm07ysF0U6JQXczc= @@ -538,7 +569,6 @@ github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpE github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY= github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA= github.com/stretchr/testify v0.0.0-20170130113145-4d4bfba8f1d1/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= -github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= @@ -547,10 +577,10 @@ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= -github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= -github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= -github.com/subosito/gotenv v1.4.2 h1:X1TuBLAMDFbaTAChgCBLu3DU3UPyELpnF2jjJ2cz/S8= -github.com/subosito/gotenv v1.4.2/go.mod h1:ayKnFf/c6rvx/2iiLrJUk1e6plDbT3edrFNGqEflhK0= +github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= +github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= +github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8= +github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU= github.com/tdakkota/asciicheck v0.2.0 h1:o8jvnUANo0qXtnslk2d3nMKTFNlOnJjRrNcj0j9qkHM= github.com/tdakkota/asciicheck v0.2.0/go.mod h1:Qb7Y9EgjCLJGup51gDHFzbI08/gbGhL/UVhYIPWG2rg= github.com/tenntenn/modver v1.0.1 h1:2klLppGhDgzJrScMpkj9Ujy3rXPUspSjAcev9tSEBgA= @@ -573,8 +603,9 @@ github.com/ultraware/whitespace v0.1.1 h1:bTPOGejYFulW3PkcrqkeQwOd6NKOOXvmGD9bo/ github.com/ultraware/whitespace v0.1.1/go.mod h1:XcP1RLD81eV4BW8UhQlpaR+SDc2givTvyI8a586WjW8= github.com/uudashr/gocognit v1.1.3 h1:l+a111VcDbKfynh+airAy/DJQKaXh2m9vkoysMPSZyM= github.com/uudashr/gocognit v1.1.3/go.mod h1:aKH8/e8xbTRBwjbCkwZ8qt4l2EpKXl31KMHgSS+lZ2U= -github.com/vektra/mockery/v2 v2.40.3 h1:IZ2lydSDFsY0khnEsbSu13VLcqSsa6UYSS/8F+uOJmo= -github.com/vektra/mockery/v2 v2.40.3/go.mod h1:KYBZF/7sqOa86BaOZPYsoCZWEWLS90a5oBLg2pVudxY= +github.com/vektra/mockery/v2 v2.52.1 h1:ejpWJSsInVNsFUvaAX4szecrpYxErN+Ny5X+0RXBP+s= +github.com/vektra/mockery/v2 v2.52.1/go.mod h1:ZJeus9igl4Uf8FGLwXZgtCnp2XUDFD9Mkipi7nsObq0= +github.com/vektra/mockery/v2 v2.53.0/go.mod h1:d0FVY5GgakIHczpYNVMLpYF2DttDgc97fHFTMcT3xlE= github.com/xen0n/gosmopolitan v1.2.2 h1:/p2KTnMzwRexIW8GlKawsTWOxn7UHA+jCMF/V8HHtvU= github.com/xen0n/gosmopolitan v1.2.2/go.mod h1:7XX7Mj61uLYrj0qmeN0zi7XDon9JRAEhYQqAPLVNTeg= github.com/yagipy/maintidx v1.0.0 h1:h5NvIsCz+nRDapQ0exNv4aJ0yXSI0420omVANTv3GJM= @@ -600,6 +631,8 @@ go-simpler.org/sloglint v0.7.2 h1:Wc9Em/Zeuu7JYpl+oKoYOsQSy2X560aVueCW/m6IijY= go-simpler.org/sloglint v0.7.2/go.mod h1:US+9C80ppl7VsThQclkM7BkCHQAzuz8kHLsW3ppuluo= go.opencensus.io v0.24.0 h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0= go.opencensus.io v0.24.0/go.mod h1:vNK8G9p7aAivkbmorf4v+7Hgx+Zs0yY+0fOtgBfjQKo= +go.opentelemetry.io/contrib/detectors/gcp v1.29.0 h1:TiaiXB4DpGD3sdzNlYQxruQngn5Apwzi1X0DRhuGvDQ= +go.opentelemetry.io/contrib/detectors/gcp v1.29.0/go.mod h1:GW2aWZNwR2ZxDLdv8OyC2G8zkRoQBuURgV7RPQgcPoU= go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 h1:r6I7RJCN86bpD/FQwedZ0vSixDpwuWREjW9oRMsmqDc= go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0/go.mod h1:B9yO6b04uB80CzjedvewuqDhxJxi11s7/GtiGa8bAjI= go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 h1:TT4fX+nBOA/+LUkobKGW1ydGcn+G3vRw9+g5HwCphpk= @@ -608,18 +641,22 @@ go.opentelemetry.io/otel v1.29.0 h1:PdomN/Al4q/lN6iBJEN3AwPvUiHPMlt93c8bqTG5Llw= go.opentelemetry.io/otel v1.29.0/go.mod h1:N/WtXPs1CNCUEx+Agz5uouwCba+i+bJGFicT8SR4NP8= go.opentelemetry.io/otel/exporters/jaeger v1.17.0 h1:D7UpUy2Xc2wsi1Ras6V40q806WM07rqoCWzXu7Sqy+4= go.opentelemetry.io/otel/exporters/jaeger v1.17.0/go.mod h1:nPCqOnEH9rNLKqH/+rrUjiMzHJdV1BlpKcTwRTyKkKI= +go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.29.0 h1:WDdP9acbMYjbKIyJUhTvtzj601sVJOqgWdUxSdR/Ysc= +go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.29.0/go.mod h1:BLbf7zbNIONBLPwvFnwNHGj4zge8uTCM/UPIVW1Mq2I= go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.19.0 h1:Nw7Dv4lwvGrI68+wULbcq7su9K2cebeCUrDjVrUJHxM= go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.19.0/go.mod h1:1MsF6Y7gTqosgoZvHlzcaaM8DIMNZgJh87ykokoNH7Y= go.opentelemetry.io/otel/metric v1.29.0 h1:vPf/HFWTNkPu1aYeIsc98l4ktOQaL6LeSoeV2g+8YLc= go.opentelemetry.io/otel/metric v1.29.0/go.mod h1:auu/QWieFVWx+DmQOUMgj0F8LHWdgalxXqvp7BII/W8= -go.opentelemetry.io/otel/sdk v1.28.0 h1:b9d7hIry8yZsgtbmM0DKyPWMMUMlK9NEKuIG4aBqWyE= -go.opentelemetry.io/otel/sdk v1.28.0/go.mod h1:oYj7ClPUA7Iw3m+r7GeEjz0qckQRJK2B8zjcZEfu7Pg= +go.opentelemetry.io/otel/sdk v1.29.0 h1:vkqKjk7gwhS8VaWb0POZKmIEDimRCMsopNYnriHyryo= +go.opentelemetry.io/otel/sdk v1.29.0/go.mod h1:pM8Dx5WKnvxLCb+8lG1PRNIDxu9g9b9g59Qr7hfAAok= +go.opentelemetry.io/otel/sdk/metric v1.29.0 h1:K2CfmJohnRgvZ9UAj2/FhIf/okdWcNdBwe1m8xFXiSY= +go.opentelemetry.io/otel/sdk/metric v1.29.0/go.mod h1:6zZLdCl2fkauYoZIOn/soQIDSWFmNSRcICarHfuhNJQ= go.opentelemetry.io/otel/trace v1.29.0 h1:J/8ZNK4XgR7a21DZUAsbF8pZ5Jcw1VhACmnYt39JTi4= go.opentelemetry.io/otel/trace v1.29.0/go.mod h1:eHl3w0sp3paPkYstJOmAimxhiFXPg+MMTlEh3nsQgWQ= go.uber.org/automaxprocs v1.5.3 h1:kWazyxZUrS3Gs4qUpbwo5kEIMGe/DAvi5Z4tl2NW4j8= go.uber.org/automaxprocs v1.5.3/go.mod h1:eRbA25aqJrxAbsLO0xy5jVwPt7FQnRgjW+efnwa1WM0= -go.uber.org/goleak v1.2.1 h1:NBol2c7O1ZokfZ0LEU9K6Whx/KnwvepVetCUhtKja4A= -go.uber.org/goleak v1.2.1/go.mod h1:qlT2yGI9QafXHhZZLxlSuNsMw3FFLxBr+tBRlmO1xH4= +go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= +go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE= go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0= go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y= go.uber.org/zap v1.25.0 h1:4Hvk6GtkucQ790dqmj7l1eEnRdKm3k3ZUrUMS2d5+5c= @@ -630,11 +667,11 @@ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8U golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/crypto v0.1.0/go.mod h1:RecgLatLF4+eUMCP1PoPZQb+cVrJcOPbHkTkbkB9sbw= -golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U= -golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk= +golang.org/x/crypto v0.33.0 h1:IOBPskki6Lysi0lo9qQvbxiQ+FvsCC/YWOecCHAixus= +golang.org/x/crypto v0.33.0/go.mod h1:bVdXmD7IV/4GdElGPozy6U7lWdRXA4qyRVGJV57uQ5M= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= -golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e h1:I88y4caeGeuDQxgdoFPUq097j7kNfw6uvuiNxUBfcBk= -golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e/go.mod h1:akd2r19cwCdwSwWeIdzYQGa/EZZyqcOdwWiwj5L5eKQ= +golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac h1:l5+whBCLH3iH2ZNHYLbAe58bo7yrN4mVcnkHDYz5vvs= +golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac/go.mod h1:hH+7mtFmImwwcMvScyxUhjuVHR3HGaDPMn9rMSUUbxo= golang.org/x/exp/typeparams v0.0.0-20220428152302-39d4317da171/go.mod h1:AbB0pIl9nAr9wVwH+Z2ZpaocVmF5I4GyWCDIsVjR0bk= golang.org/x/exp/typeparams v0.0.0-20230203172020-98cc5a0785f9/go.mod h1:AbB0pIl9nAr9wVwH+Z2ZpaocVmF5I4GyWCDIsVjR0bk= golang.org/x/exp/typeparams v0.0.0-20240314144324-c7f7c6466f7f h1:phY1HzDcf18Aq9A8KkmRtY9WvOFIxN8wgfvy6Zm1DV8= @@ -652,8 +689,8 @@ golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91 golang.org/x/mod v0.6.0/go.mod h1:4mET923SAdbXp2ki8ey+zGs1SLqsuM2Y0uvdZR/fUNI= golang.org/x/mod v0.7.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= -golang.org/x/mod v0.21.0 h1:vvrHzRwRfVKSiLrG+d4FMl/Qi4ukBCE6kZlTUkDYRT0= -golang.org/x/mod v0.21.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY= +golang.org/x/mod v0.23.0 h1:Zb7khfcRGKk+kqfxFaP5tZqCnDZMjC5VtUBs87Hr6QM= +golang.org/x/mod v0.23.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY= golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190213061140-3a22650c66bd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= @@ -673,11 +710,11 @@ golang.org/x/net v0.1.0/go.mod h1:Cx3nUiGt4eDBEyega/BKRp+/AlGL8hYe7U9odMt2Cco= golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY= golang.org/x/net v0.5.0/go.mod h1:DivGGAXEgPSlEBzxGzZI+ZLohi+xUj054jfeKui00ws= golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= -golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I= -golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4= +golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8= +golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= -golang.org/x/oauth2 v0.22.0 h1:BzDx2FehcG7jJwgWLELCdmLuxk2i+x9UDpSiss2u0ZA= -golang.org/x/oauth2 v0.22.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI= +golang.org/x/oauth2 v0.25.0 h1:CY4y7XT9v0cRI9oupztF8AgiIu99L/ksR/Xp/6jrZ70= +golang.org/x/oauth2 v0.25.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI= golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= @@ -689,8 +726,8 @@ golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ= -golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w= +golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -703,8 +740,6 @@ golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211019181941-9d821ace8654/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211105183446-c75c47738b0c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= @@ -712,22 +747,22 @@ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.4.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA= -golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc= +golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.1.0/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc= golang.org/x/term v0.4.0/go.mod h1:9P2UbLfCdcvo3p/nzKvsmas4TnlujnuoV9hGgYzW1lQ= golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= -golang.org/x/term v0.27.0 h1:WP60Sv1nlK1T6SupCHbXzSaN0b9wUmsPoRS9b61A23Q= -golang.org/x/term v0.27.0/go.mod h1:iMsnZpn0cago0GOrHO2+Y7u7JPn5AylBrcoWkElMTSM= +golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU= +golang.org/x/term v0.29.0/go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= @@ -736,10 +771,10 @@ golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.6.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= -golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo= -golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ= -golang.org/x/time v0.6.0 h1:eTDhh4ZXt5Qf0augr54TN6suAUudPcawVZeIAPU7D4U= -golang.org/x/time v0.6.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM= +golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM= +golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY= +golang.org/x/time v0.8.0 h1:9i3RxcPv3PZnitoVGMPDKZSq1xW1gK1Xy3ArNOGZfEg= +golang.org/x/time v0.8.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY= @@ -769,35 +804,35 @@ golang.org/x/tools v0.2.0/go.mod h1:y4OqIKeOV/fWJetJ8bXPU1sEVniLMIyDAZWeHdV+NTA= golang.org/x/tools v0.3.0/go.mod h1:/rWhSS2+zyEVwoJf8YAX6L2f0ntZ7Kn/mGgAWcipA5k= golang.org/x/tools v0.5.0/go.mod h1:N+Kgy78s5I24c24dU8OfWNEotWjutIs8SnJvn5IDq+k= golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= -golang.org/x/tools v0.24.0 h1:J1shsA93PJUEVaUSaay7UXAyE8aimq3GW0pjlolpa24= -golang.org/x/tools v0.24.0/go.mod h1:YhNqVBIfWHdzvTLs0d8LCuMhkKUgSUKldakyV7W/WDQ= +golang.org/x/tools v0.30.0 h1:BgcpHewrV5AUp2G9MebG4XPFI1E2W41zU1SaqVA9vJY= +golang.org/x/tools v0.30.0/go.mod h1:c347cR/OJfw5TI+GfX7RUPNMdDRRbjvYTS0jPyvsVtY= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= gomodules.xyz/jsonpatch/v2 v2.4.0 h1:Ci3iUJyx9UeRx7CeFN8ARgGbkESwJK+KB9lLcWxY/Zw= gomodules.xyz/jsonpatch/v2 v2.4.0/go.mod h1:AH3dM2RI6uoBZxn3LVrfvJ3E0/9dG4cSrbuBJT4moAY= -google.golang.org/api v0.196.0 h1:k/RafYqebaIJBO3+SMnfEGtFVlvp5vSgqTUF54UN/zg= -google.golang.org/api v0.196.0/go.mod h1:g9IL21uGkYgvQ5BZg6BAtoGJQIm8r6EgaAbpNey5wBE= +google.golang.org/api v0.215.0 h1:jdYF4qnyczlEz2ReWIsosNLDuzXyvFHJtI5gcr0J7t0= +google.golang.org/api v0.215.0/go.mod h1:fta3CVtuJYOEdugLNWm6WodzOS8KdFckABwN4I40hzY= google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= google.golang.org/genproto v0.0.0-20181107211654-5fc9ac540362/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo= -google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 h1:BulPr26Jqjnd4eYDVe+YvyR7Yc2vJGkO5/0UxD0/jZU= -google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1/go.mod h1:hL97c3SYopEHblzpxRL4lSs523++l8DYxGM1FQiYmb4= -google.golang.org/genproto/googleapis/api v0.0.0-20240827150818-7e3bb234dfed h1:3RgNmBoI9MZhsj3QxC+AP/qQhNwpCLOvYDYYsFrhFt0= -google.golang.org/genproto/googleapis/api v0.0.0-20240827150818-7e3bb234dfed/go.mod h1:OCdP9MfskevB/rbYvHTsXTtKC+3bHWajPdoKgjcYkfo= -google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 h1:pPJltXNxVzT4pK9yD8vR9X75DaWYYmLGMsEvBfFQZzQ= -google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1/go.mod h1:UqMtugtsSgubUsoxbuAoiCXvqvErP7Gf0so0mK9tHxU= +google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 h1:ToEetK57OidYuqD4Q5w+vfEnPvPpuTwedCNVohYJfNk= +google.golang.org/genproto v0.0.0-20241118233622-e639e219e697/go.mod h1:JJrvXBWRZaFMxBufik1a4RpFw4HhgVtBBWQeQgUj2cc= +google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 h1:CkkIfIt50+lT6NHAVoRYEyAvQGFM7xEwXUUywFvEb3Q= +google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576/go.mod h1:1R3kvZ1dtP3+4p4d3G8uJ8rFk/fWlScl38vanWACI08= +google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 h1:TqExAhdPaB60Ux47Cn0oLV07rGnxZzIsaRhQaqS666A= +google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8/go.mod h1:lcTa1sDdWEIHMWlITnIczmw5w60CF9ffkb8Z+DVmmjA= google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg= google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY= google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc= -google.golang.org/grpc v1.66.0 h1:DibZuoBznOxbDQxRINckZcUvnCEvrW9pcWIE2yF9r1c= -google.golang.org/grpc v1.66.0/go.mod h1:s3/l6xSSCURdVfAnL+TqCNMyTDAGN6+lZeVxnZR128Y= +google.golang.org/grpc v1.67.3 h1:OgPcDAFKHnH8X3O4WcO4XUc8GRDeKsKReqbQtiCj7N8= +google.golang.org/grpc v1.67.3/go.mod h1:YGaHCc6Oap+FzBJTZLBzkGSYt/cvGPFTPxkn7QfSU8s= google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0= google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM= @@ -807,8 +842,8 @@ google.golang.org/protobuf v1.22.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2 google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c= -google.golang.org/protobuf v1.34.2 h1:6xV6lTsCfpGD21XK49h7MhtcApnLqkfYgPcdHftf6hg= -google.golang.org/protobuf v1.34.2/go.mod h1:qYOHts0dSfpeUzUFpOMr/WGzszTmLH+DiWniOlNbLDw= +google.golang.org/protobuf v1.36.1 h1:yBPeRvTftaleIgM3PZ/WBIZ7XM/eEYAaEyCwvyjq/gk= +google.golang.org/protobuf v1.36.1/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk= gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q= diff --git a/boilerplate/flyte/golang_test_targets/download_tooling.sh b/boilerplate/flyte/golang_test_targets/download_tooling.sh index ff7084846d..b912a870d7 100755 --- a/boilerplate/flyte/golang_test_targets/download_tooling.sh +++ b/boilerplate/flyte/golang_test_targets/download_tooling.sh @@ -16,7 +16,7 @@ set -e # List of tools to go get # In the format of ":" or ":" if no cli tools=( - "github.com/vektra/mockery/v2@v2.40.3" + "github.com/vektra/mockery/v2@v2.53.0" "github.com/golangci/golangci-lint/cmd/golangci-lint" "github.com/daixiang0/gci" "github.com/alvaroloes/enumer" diff --git a/datacatalog/go.mod b/datacatalog/go.mod index 9067b46f85..1d412867f3 100644 --- a/datacatalog/go.mod +++ b/datacatalog/go.mod @@ -1,6 +1,8 @@ module github.com/flyteorg/flyte/datacatalog -go 1.22 +go 1.22.0 + +toolchain go1.24.0 require ( github.com/Selvatico/go-mocket v1.0.7 @@ -117,14 +119,14 @@ require ( go.opentelemetry.io/otel/sdk v1.24.0 // indirect go.opentelemetry.io/otel/trace v1.24.0 // indirect go.opentelemetry.io/proto/otlp v1.1.0 // indirect - golang.org/x/crypto v0.31.0 // indirect + golang.org/x/crypto v0.33.0 // indirect golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect - golang.org/x/net v0.33.0 // indirect + golang.org/x/net v0.35.0 // indirect golang.org/x/oauth2 v0.18.0 // indirect - golang.org/x/sync v0.10.0 // indirect - golang.org/x/sys v0.28.0 // indirect - golang.org/x/term v0.27.0 // indirect - golang.org/x/text v0.21.0 // indirect + golang.org/x/sync v0.11.0 // indirect + golang.org/x/sys v0.30.0 // indirect + golang.org/x/term v0.29.0 // indirect + golang.org/x/text v0.22.0 // indirect golang.org/x/time v0.5.0 // indirect google.golang.org/api v0.155.0 // indirect google.golang.org/appengine v1.6.8 // indirect diff --git a/datacatalog/go.sum b/datacatalog/go.sum index 77545a2bb0..82a68f6c0e 100644 --- a/datacatalog/go.sum +++ b/datacatalog/go.sum @@ -425,8 +425,8 @@ golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPh golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= -golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U= -golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk= +golang.org/x/crypto v0.33.0 h1:IOBPskki6Lysi0lo9qQvbxiQ+FvsCC/YWOecCHAixus= +golang.org/x/crypto v0.33.0/go.mod h1:bVdXmD7IV/4GdElGPozy6U7lWdRXA4qyRVGJV57uQ5M= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= @@ -496,8 +496,8 @@ golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= -golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I= -golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4= +golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8= +golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -520,8 +520,8 @@ golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ= -golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w= +golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -564,12 +564,12 @@ golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA= -golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc= +golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= -golang.org/x/term v0.27.0 h1:WP60Sv1nlK1T6SupCHbXzSaN0b9wUmsPoRS9b61A23Q= -golang.org/x/term v0.27.0/go.mod h1:iMsnZpn0cago0GOrHO2+Y7u7JPn5AylBrcoWkElMTSM= +golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU= +golang.org/x/term v0.29.0/go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -578,8 +578,8 @@ golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ= -golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo= -golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ= +golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM= +golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= @@ -635,8 +635,8 @@ golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4f golang.org/x/tools v0.0.0-20210108195828-e2f9c7f1fc8e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.1.0/go.mod h1:xkSsbof2nBLbhDlRMhhhyNLN/zl3eTqcnHD5viDpcZ0= golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= -golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d h1:vU5i/LfpvrRCpgM/VPfJLg5KjxD3E+hfT1SH+d9zLwg= -golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d/go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk= +golang.org/x/tools v0.30.0 h1:BgcpHewrV5AUp2G9MebG4XPFI1E2W41zU1SaqVA9vJY= +golang.org/x/tools v0.30.0/go.mod h1:c347cR/OJfw5TI+GfX7RUPNMdDRRbjvYTS0jPyvsVtY= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= diff --git a/datacatalog/pkg/manager/mocks/artifact_manager.go b/datacatalog/pkg/manager/mocks/artifact_manager.go index e28cf42e88..701ceb49a9 100644 --- a/datacatalog/pkg/manager/mocks/artifact_manager.go +++ b/datacatalog/pkg/manager/mocks/artifact_manager.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/datacatalog/pkg/repositories/mocks/artifact_repo.go b/datacatalog/pkg/repositories/mocks/artifact_repo.go index f5b4ee1a0c..fbd16d549d 100644 --- a/datacatalog/pkg/repositories/mocks/artifact_repo.go +++ b/datacatalog/pkg/repositories/mocks/artifact_repo.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/datacatalog/pkg/repositories/mocks/dataset_repo.go b/datacatalog/pkg/repositories/mocks/dataset_repo.go index 0d7620a729..141f1472b1 100644 --- a/datacatalog/pkg/repositories/mocks/dataset_repo.go +++ b/datacatalog/pkg/repositories/mocks/dataset_repo.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/datacatalog/pkg/repositories/mocks/partition_repo.go b/datacatalog/pkg/repositories/mocks/partition_repo.go index 88ca28f89b..fee93194fc 100644 --- a/datacatalog/pkg/repositories/mocks/partition_repo.go +++ b/datacatalog/pkg/repositories/mocks/partition_repo.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/datacatalog/pkg/repositories/mocks/reservation_repo.go b/datacatalog/pkg/repositories/mocks/reservation_repo.go index 034a05d191..5d2c8bd224 100644 --- a/datacatalog/pkg/repositories/mocks/reservation_repo.go +++ b/datacatalog/pkg/repositories/mocks/reservation_repo.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/datacatalog/pkg/repositories/mocks/tag_repo.go b/datacatalog/pkg/repositories/mocks/tag_repo.go index 9135d5c15b..bc513b530c 100644 --- a/datacatalog/pkg/repositories/mocks/tag_repo.go +++ b/datacatalog/pkg/repositories/mocks/tag_repo.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteadmin/auth/interfaces/mocks/authentication_context.go b/flyteadmin/auth/interfaces/mocks/authentication_context.go index 2ba5a3e179..9819d22cc4 100644 --- a/flyteadmin/auth/interfaces/mocks/authentication_context.go +++ b/flyteadmin/auth/interfaces/mocks/authentication_context.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -33,7 +33,7 @@ func (_m *AuthenticationContext) EXPECT() *AuthenticationContext_Expecter { return &AuthenticationContext_Expecter{mock: &_m.Mock} } -// AuthMetadataService provides a mock function with given fields: +// AuthMetadataService provides a mock function with no fields func (_m *AuthenticationContext) AuthMetadataService() service.AuthMetadataServiceServer { ret := _m.Called() @@ -80,7 +80,7 @@ func (_c *AuthenticationContext_AuthMetadataService_Call) RunAndReturn(run func( return _c } -// CookieManager provides a mock function with given fields: +// CookieManager provides a mock function with no fields func (_m *AuthenticationContext) CookieManager() interfaces.CookieHandler { ret := _m.Called() @@ -127,7 +127,7 @@ func (_c *AuthenticationContext_CookieManager_Call) RunAndReturn(run func() inte return _c } -// GetHTTPClient provides a mock function with given fields: +// GetHTTPClient provides a mock function with no fields func (_m *AuthenticationContext) GetHTTPClient() *http.Client { ret := _m.Called() @@ -174,7 +174,7 @@ func (_c *AuthenticationContext_GetHTTPClient_Call) RunAndReturn(run func() *htt return _c } -// GetOAuth2MetadataURL provides a mock function with given fields: +// GetOAuth2MetadataURL provides a mock function with no fields func (_m *AuthenticationContext) GetOAuth2MetadataURL() *url.URL { ret := _m.Called() @@ -221,7 +221,7 @@ func (_c *AuthenticationContext_GetOAuth2MetadataURL_Call) RunAndReturn(run func return _c } -// GetOIdCMetadataURL provides a mock function with given fields: +// GetOIdCMetadataURL provides a mock function with no fields func (_m *AuthenticationContext) GetOIdCMetadataURL() *url.URL { ret := _m.Called() @@ -268,7 +268,7 @@ func (_c *AuthenticationContext_GetOIdCMetadataURL_Call) RunAndReturn(run func() return _c } -// IdentityService provides a mock function with given fields: +// IdentityService provides a mock function with no fields func (_m *AuthenticationContext) IdentityService() service.IdentityServiceServer { ret := _m.Called() @@ -363,7 +363,7 @@ func (_c *AuthenticationContext_OAuth2ClientConfig_Call) RunAndReturn(run func(* return _c } -// OAuth2Provider provides a mock function with given fields: +// OAuth2Provider provides a mock function with no fields func (_m *AuthenticationContext) OAuth2Provider() interfaces.OAuth2Provider { ret := _m.Called() @@ -410,7 +410,7 @@ func (_c *AuthenticationContext_OAuth2Provider_Call) RunAndReturn(run func() int return _c } -// OAuth2ResourceServer provides a mock function with given fields: +// OAuth2ResourceServer provides a mock function with no fields func (_m *AuthenticationContext) OAuth2ResourceServer() interfaces.OAuth2ResourceServer { ret := _m.Called() @@ -457,7 +457,7 @@ func (_c *AuthenticationContext_OAuth2ResourceServer_Call) RunAndReturn(run func return _c } -// OidcProvider provides a mock function with given fields: +// OidcProvider provides a mock function with no fields func (_m *AuthenticationContext) OidcProvider() *oidc.Provider { ret := _m.Called() @@ -504,7 +504,7 @@ func (_c *AuthenticationContext_OidcProvider_Call) RunAndReturn(run func() *oidc return _c } -// Options provides a mock function with given fields: +// Options provides a mock function with no fields func (_m *AuthenticationContext) Options() *config.Config { ret := _m.Called() diff --git a/flyteadmin/auth/interfaces/mocks/cookie_handler.go b/flyteadmin/auth/interfaces/mocks/cookie_handler.go index 9ac8afa7fe..9f77c9d849 100644 --- a/flyteadmin/auth/interfaces/mocks/cookie_handler.go +++ b/flyteadmin/auth/interfaces/mocks/cookie_handler.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -56,7 +56,7 @@ func (_c *CookieHandler_DeleteCookies_Call) Return() *CookieHandler_DeleteCookie } func (_c *CookieHandler_DeleteCookies_Call) RunAndReturn(run func(context.Context, http.ResponseWriter)) *CookieHandler_DeleteCookies_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flyteadmin/auth/interfaces/mocks/handler_registerer.go b/flyteadmin/auth/interfaces/mocks/handler_registerer.go index 4c057b5a27..858d85ca64 100644 --- a/flyteadmin/auth/interfaces/mocks/handler_registerer.go +++ b/flyteadmin/auth/interfaces/mocks/handler_registerer.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -51,7 +51,7 @@ func (_c *HandlerRegisterer_HandleFunc_Call) Return() *HandlerRegisterer_HandleF } func (_c *HandlerRegisterer_HandleFunc_Call) RunAndReturn(run func(string, func(http.ResponseWriter, *http.Request))) *HandlerRegisterer_HandleFunc_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flyteadmin/auth/interfaces/mocks/identity_context.go b/flyteadmin/auth/interfaces/mocks/identity_context.go index a8a227fc01..95e24c5c8b 100644 --- a/flyteadmin/auth/interfaces/mocks/identity_context.go +++ b/flyteadmin/auth/interfaces/mocks/identity_context.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -27,7 +27,7 @@ func (_m *IdentityContext) EXPECT() *IdentityContext_Expecter { return &IdentityContext_Expecter{mock: &_m.Mock} } -// AppID provides a mock function with given fields: +// AppID provides a mock function with no fields func (_m *IdentityContext) AppID() string { ret := _m.Called() @@ -72,7 +72,7 @@ func (_c *IdentityContext_AppID_Call) RunAndReturn(run func() string) *IdentityC return _c } -// Audience provides a mock function with given fields: +// Audience provides a mock function with no fields func (_m *IdentityContext) Audience() string { ret := _m.Called() @@ -117,7 +117,7 @@ func (_c *IdentityContext_Audience_Call) RunAndReturn(run func() string) *Identi return _c } -// AuthenticatedAt provides a mock function with given fields: +// AuthenticatedAt provides a mock function with no fields func (_m *IdentityContext) AuthenticatedAt() time.Time { ret := _m.Called() @@ -162,7 +162,7 @@ func (_c *IdentityContext_AuthenticatedAt_Call) RunAndReturn(run func() time.Tim return _c } -// Claims provides a mock function with given fields: +// Claims provides a mock function with no fields func (_m *IdentityContext) Claims() map[string]interface{} { ret := _m.Called() @@ -209,7 +209,7 @@ func (_c *IdentityContext_Claims_Call) RunAndReturn(run func() map[string]interf return _c } -// IsEmpty provides a mock function with given fields: +// IsEmpty provides a mock function with no fields func (_m *IdentityContext) IsEmpty() bool { ret := _m.Called() @@ -254,7 +254,7 @@ func (_c *IdentityContext_IsEmpty_Call) RunAndReturn(run func() bool) *IdentityC return _c } -// Scopes provides a mock function with given fields: +// Scopes provides a mock function with no fields func (_m *IdentityContext) Scopes() sets.String { ret := _m.Called() @@ -301,7 +301,7 @@ func (_c *IdentityContext_Scopes_Call) RunAndReturn(run func() sets.String) *Ide return _c } -// UserID provides a mock function with given fields: +// UserID provides a mock function with no fields func (_m *IdentityContext) UserID() string { ret := _m.Called() @@ -346,7 +346,7 @@ func (_c *IdentityContext_UserID_Call) RunAndReturn(run func() string) *Identity return _c } -// UserInfo provides a mock function with given fields: +// UserInfo provides a mock function with no fields func (_m *IdentityContext) UserInfo() *service.UserInfoResponse { ret := _m.Called() diff --git a/flyteadmin/auth/interfaces/mocks/o_auth2_provider.go b/flyteadmin/auth/interfaces/mocks/o_auth2_provider.go index 8f8f34a5ba..8757204bac 100644 --- a/flyteadmin/auth/interfaces/mocks/o_auth2_provider.go +++ b/flyteadmin/auth/interfaces/mocks/o_auth2_provider.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -116,7 +116,7 @@ func (_c *OAuth2Provider_IntrospectToken_Call) RunAndReturn(run func(context.Con return _c } -// KeySet provides a mock function with given fields: +// KeySet provides a mock function with no fields func (_m *OAuth2Provider) KeySet() jwk.Set { ret := _m.Called() @@ -651,7 +651,7 @@ func (_c *OAuth2Provider_WriteAccessError_Call) Return() *OAuth2Provider_WriteAc } func (_c *OAuth2Provider_WriteAccessError_Call) RunAndReturn(run func(http.ResponseWriter, fosite.AccessRequester, error)) *OAuth2Provider_WriteAccessError_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -686,7 +686,7 @@ func (_c *OAuth2Provider_WriteAccessResponse_Call) Return() *OAuth2Provider_Writ } func (_c *OAuth2Provider_WriteAccessResponse_Call) RunAndReturn(run func(http.ResponseWriter, fosite.AccessRequester, fosite.AccessResponder)) *OAuth2Provider_WriteAccessResponse_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -721,7 +721,7 @@ func (_c *OAuth2Provider_WriteAuthorizeError_Call) Return() *OAuth2Provider_Writ } func (_c *OAuth2Provider_WriteAuthorizeError_Call) RunAndReturn(run func(http.ResponseWriter, fosite.AuthorizeRequester, error)) *OAuth2Provider_WriteAuthorizeError_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -756,7 +756,7 @@ func (_c *OAuth2Provider_WriteAuthorizeResponse_Call) Return() *OAuth2Provider_W } func (_c *OAuth2Provider_WriteAuthorizeResponse_Call) RunAndReturn(run func(http.ResponseWriter, fosite.AuthorizeRequester, fosite.AuthorizeResponder)) *OAuth2Provider_WriteAuthorizeResponse_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -790,7 +790,7 @@ func (_c *OAuth2Provider_WriteIntrospectionError_Call) Return() *OAuth2Provider_ } func (_c *OAuth2Provider_WriteIntrospectionError_Call) RunAndReturn(run func(http.ResponseWriter, error)) *OAuth2Provider_WriteIntrospectionError_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -824,7 +824,7 @@ func (_c *OAuth2Provider_WriteIntrospectionResponse_Call) Return() *OAuth2Provid } func (_c *OAuth2Provider_WriteIntrospectionResponse_Call) RunAndReturn(run func(http.ResponseWriter, fosite.IntrospectionResponder)) *OAuth2Provider_WriteIntrospectionResponse_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -858,7 +858,7 @@ func (_c *OAuth2Provider_WriteRevocationResponse_Call) Return() *OAuth2Provider_ } func (_c *OAuth2Provider_WriteRevocationResponse_Call) RunAndReturn(run func(http.ResponseWriter, error)) *OAuth2Provider_WriteRevocationResponse_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flyteadmin/auth/interfaces/mocks/o_auth2_resource_server.go b/flyteadmin/auth/interfaces/mocks/o_auth2_resource_server.go index 908926d70d..46948ace17 100644 --- a/flyteadmin/auth/interfaces/mocks/o_auth2_resource_server.go +++ b/flyteadmin/auth/interfaces/mocks/o_auth2_resource_server.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteadmin/go.mod b/flyteadmin/go.mod index c739de2678..5c3512f8b2 100644 --- a/flyteadmin/go.mod +++ b/flyteadmin/go.mod @@ -1,6 +1,8 @@ module github.com/flyteorg/flyte/flyteadmin -go 1.22 +go 1.22.0 + +toolchain go1.24.0 require ( cloud.google.com/go/iam v1.1.5 @@ -52,9 +54,9 @@ require ( github.com/wI2L/jsondiff v0.6.0 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.47.0 go.opentelemetry.io/otel v1.24.0 - golang.org/x/net v0.33.0 + golang.org/x/net v0.35.0 golang.org/x/oauth2 v0.18.0 - golang.org/x/sync v0.10.0 + golang.org/x/sync v0.11.0 golang.org/x/time v0.5.0 google.golang.org/api v0.155.0 google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 @@ -197,12 +199,12 @@ require ( go.opentelemetry.io/proto/otlp v1.1.0 // indirect go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.27.0 // indirect - golang.org/x/crypto v0.31.0 // indirect + golang.org/x/crypto v0.33.0 // indirect golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect - golang.org/x/sys v0.28.0 // indirect - golang.org/x/term v0.27.0 // indirect - golang.org/x/text v0.21.0 // indirect - golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect + golang.org/x/sys v0.30.0 // indirect + golang.org/x/term v0.29.0 // indirect + golang.org/x/text v0.22.0 // indirect + golang.org/x/tools v0.30.0 // indirect gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect google.golang.org/appengine v1.6.8 // indirect google.golang.org/genproto/googleapis/api v0.0.0-20240123012728-ef4313101c80 // indirect diff --git a/flyteadmin/go.sum b/flyteadmin/go.sum index 5adcb40771..adc70cc7af 100644 --- a/flyteadmin/go.sum +++ b/flyteadmin/go.sum @@ -1436,8 +1436,8 @@ golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5y golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU= golang.org/x/crypto v0.21.0/go.mod h1:0BP7YvVV9gBbVKyeTG0Gyn+gZm94bibOW5BjDEYAOMs= -golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U= -golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk= +golang.org/x/crypto v0.33.0 h1:IOBPskki6Lysi0lo9qQvbxiQ+FvsCC/YWOecCHAixus= +golang.org/x/crypto v0.33.0/go.mod h1:bVdXmD7IV/4GdElGPozy6U7lWdRXA4qyRVGJV57uQ5M= golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= @@ -1481,8 +1481,8 @@ golang.org/x/mod v0.4.1/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= -golang.org/x/mod v0.17.0 h1:zY54UmvipHiNd+pm+m0x9KhZ9hl1/7QNMyxXbc6ICqA= -golang.org/x/mod v0.17.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= +golang.org/x/mod v0.23.0 h1:Zb7khfcRGKk+kqfxFaP5tZqCnDZMjC5VtUBs87Hr6QM= +golang.org/x/mod v0.23.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY= golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180816102801-aaf60122140d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= @@ -1543,8 +1543,8 @@ golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44= -golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I= -golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4= +golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8= +golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20181003184128-c57b0facaced/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -1571,8 +1571,8 @@ golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ= -golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w= +golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20180816055513-1c9583448a9c/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180831094639-fa5fdf94c789/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= @@ -1662,8 +1662,8 @@ golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/sys v0.18.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= -golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA= -golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc= +golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= @@ -1671,8 +1671,8 @@ golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk= golang.org/x/term v0.18.0/go.mod h1:ILwASektA3OnRv7amZ1xhE/KTR+u50pbXfZ03+6Nx58= -golang.org/x/term v0.27.0 h1:WP60Sv1nlK1T6SupCHbXzSaN0b9wUmsPoRS9b61A23Q= -golang.org/x/term v0.27.0/go.mod h1:iMsnZpn0cago0GOrHO2+Y7u7JPn5AylBrcoWkElMTSM= +golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU= +golang.org/x/term v0.29.0/go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -1684,8 +1684,8 @@ golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ= golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= -golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo= -golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ= +golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM= +golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= @@ -1793,8 +1793,8 @@ golang.org/x/tools v0.1.0/go.mod h1:xkSsbof2nBLbhDlRMhhhyNLN/zl3eTqcnHD5viDpcZ0= golang.org/x/tools v0.1.1/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= -golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d h1:vU5i/LfpvrRCpgM/VPfJLg5KjxD3E+hfT1SH+d9zLwg= -golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d/go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk= +golang.org/x/tools v0.30.0 h1:BgcpHewrV5AUp2G9MebG4XPFI1E2W41zU1SaqVA9vJY= +golang.org/x/tools v0.30.0/go.mod h1:c347cR/OJfw5TI+GfX7RUPNMdDRRbjvYTS0jPyvsVtY= golang.org/x/xerrors v0.0.0-20190410155217-1f06c39b4373/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20190513163551-3ee3066db522/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= diff --git a/flyteadmin/pkg/async/cloudevent/mocks/publisher.go b/flyteadmin/pkg/async/cloudevent/mocks/publisher.go index bea990a05b..d1cde10893 100644 --- a/flyteadmin/pkg/async/cloudevent/mocks/publisher.go +++ b/flyteadmin/pkg/async/cloudevent/mocks/publisher.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteadmin/pkg/async/cloudevent/mocks/sender.go b/flyteadmin/pkg/async/cloudevent/mocks/sender.go index c1f5126ef2..a3afcdfd56 100644 --- a/flyteadmin/pkg/async/cloudevent/mocks/sender.go +++ b/flyteadmin/pkg/async/cloudevent/mocks/sender.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteadmin/pkg/async/events/mocks/node_execution_event_writer.go b/flyteadmin/pkg/async/events/mocks/node_execution_event_writer.go index 952fbb6043..844d31dddc 100644 --- a/flyteadmin/pkg/async/events/mocks/node_execution_event_writer.go +++ b/flyteadmin/pkg/async/events/mocks/node_execution_event_writer.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -21,7 +21,7 @@ func (_m *NodeExecutionEventWriter) EXPECT() *NodeExecutionEventWriter_Expecter return &NodeExecutionEventWriter_Expecter{mock: &_m.Mock} } -// Run provides a mock function with given fields: +// Run provides a mock function with no fields func (_m *NodeExecutionEventWriter) Run() { _m.Called() } @@ -49,7 +49,7 @@ func (_c *NodeExecutionEventWriter_Run_Call) Return() *NodeExecutionEventWriter_ } func (_c *NodeExecutionEventWriter_Run_Call) RunAndReturn(run func()) *NodeExecutionEventWriter_Run_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -82,7 +82,7 @@ func (_c *NodeExecutionEventWriter_Write_Call) Return() *NodeExecutionEventWrite } func (_c *NodeExecutionEventWriter_Write_Call) RunAndReturn(run func(*admin.NodeExecutionEventRequest)) *NodeExecutionEventWriter_Write_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flyteadmin/pkg/async/events/mocks/workflow_execution_event_writer.go b/flyteadmin/pkg/async/events/mocks/workflow_execution_event_writer.go index a8a9483479..d3d1eb01e0 100644 --- a/flyteadmin/pkg/async/events/mocks/workflow_execution_event_writer.go +++ b/flyteadmin/pkg/async/events/mocks/workflow_execution_event_writer.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -21,7 +21,7 @@ func (_m *WorkflowExecutionEventWriter) EXPECT() *WorkflowExecutionEventWriter_E return &WorkflowExecutionEventWriter_Expecter{mock: &_m.Mock} } -// Run provides a mock function with given fields: +// Run provides a mock function with no fields func (_m *WorkflowExecutionEventWriter) Run() { _m.Called() } @@ -49,7 +49,7 @@ func (_c *WorkflowExecutionEventWriter_Run_Call) Return() *WorkflowExecutionEven } func (_c *WorkflowExecutionEventWriter_Run_Call) RunAndReturn(run func()) *WorkflowExecutionEventWriter_Run_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -82,7 +82,7 @@ func (_c *WorkflowExecutionEventWriter_Write_Call) Return() *WorkflowExecutionEv } func (_c *WorkflowExecutionEventWriter_Write_Call) RunAndReturn(run func(*admin.WorkflowExecutionEventRequest)) *WorkflowExecutionEventWriter_Write_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flyteadmin/pkg/async/notifications/mocks/emailer.go b/flyteadmin/pkg/async/notifications/mocks/emailer.go index f99f51d0f5..3d282096fa 100644 --- a/flyteadmin/pkg/async/notifications/mocks/emailer.go +++ b/flyteadmin/pkg/async/notifications/mocks/emailer.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteadmin/pkg/async/notifications/mocks/processor.go b/flyteadmin/pkg/async/notifications/mocks/processor.go index 63add3f7d2..d7c5ffea92 100644 --- a/flyteadmin/pkg/async/notifications/mocks/processor.go +++ b/flyteadmin/pkg/async/notifications/mocks/processor.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -17,7 +17,7 @@ func (_m *Processor) EXPECT() *Processor_Expecter { return &Processor_Expecter{mock: &_m.Mock} } -// StartProcessing provides a mock function with given fields: +// StartProcessing provides a mock function with no fields func (_m *Processor) StartProcessing() { _m.Called() } @@ -45,11 +45,11 @@ func (_c *Processor_StartProcessing_Call) Return() *Processor_StartProcessing_Ca } func (_c *Processor_StartProcessing_Call) RunAndReturn(run func()) *Processor_StartProcessing_Call { - _c.Call.Return(run) + _c.Run(run) return _c } -// StopProcessing provides a mock function with given fields: +// StopProcessing provides a mock function with no fields func (_m *Processor) StopProcessing() error { ret := _m.Called() diff --git a/flyteadmin/pkg/async/notifications/mocks/publisher.go b/flyteadmin/pkg/async/notifications/mocks/publisher.go index bea990a05b..d1cde10893 100644 --- a/flyteadmin/pkg/async/notifications/mocks/publisher.go +++ b/flyteadmin/pkg/async/notifications/mocks/publisher.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteadmin/pkg/async/notifications/mocks/smtp_client.go b/flyteadmin/pkg/async/notifications/mocks/smtp_client.go index 68d419b37a..c2a2298670 100644 --- a/flyteadmin/pkg/async/notifications/mocks/smtp_client.go +++ b/flyteadmin/pkg/async/notifications/mocks/smtp_client.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -70,7 +70,7 @@ func (_c *SMTPClient_Auth_Call) RunAndReturn(run func(smtp.Auth) error) *SMTPCli return _c } -// Close provides a mock function with given fields: +// Close provides a mock function with no fields func (_m *SMTPClient) Close() error { ret := _m.Called() @@ -115,7 +115,7 @@ func (_c *SMTPClient_Close_Call) RunAndReturn(run func() error) *SMTPClient_Clos return _c } -// Data provides a mock function with given fields: +// Data provides a mock function with no fields func (_m *SMTPClient) Data() (io.WriteCloser, error) { ret := _m.Called() @@ -320,7 +320,7 @@ func (_c *SMTPClient_Mail_Call) RunAndReturn(run func(string) error) *SMTPClient return _c } -// Noop provides a mock function with given fields: +// Noop provides a mock function with no fields func (_m *SMTPClient) Noop() error { ret := _m.Called() diff --git a/flyteadmin/pkg/async/schedule/mocks/event_scheduler.go b/flyteadmin/pkg/async/schedule/mocks/event_scheduler.go index d55555399d..c8975cb9de 100644 --- a/flyteadmin/pkg/async/schedule/mocks/event_scheduler.go +++ b/flyteadmin/pkg/async/schedule/mocks/event_scheduler.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteadmin/pkg/async/schedule/mocks/workflow_executor.go b/flyteadmin/pkg/async/schedule/mocks/workflow_executor.go index c70d2c5266..ae93afedfc 100644 --- a/flyteadmin/pkg/async/schedule/mocks/workflow_executor.go +++ b/flyteadmin/pkg/async/schedule/mocks/workflow_executor.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -17,7 +17,7 @@ func (_m *WorkflowExecutor) EXPECT() *WorkflowExecutor_Expecter { return &WorkflowExecutor_Expecter{mock: &_m.Mock} } -// Run provides a mock function with given fields: +// Run provides a mock function with no fields func (_m *WorkflowExecutor) Run() { _m.Called() } @@ -45,11 +45,11 @@ func (_c *WorkflowExecutor_Run_Call) Return() *WorkflowExecutor_Run_Call { } func (_c *WorkflowExecutor_Run_Call) RunAndReturn(run func()) *WorkflowExecutor_Run_Call { - _c.Call.Return(run) + _c.Run(run) return _c } -// Stop provides a mock function with given fields: +// Stop provides a mock function with no fields func (_m *WorkflowExecutor) Stop() error { ret := _m.Called() diff --git a/flyteadmin/pkg/clusterresource/mocks/flyte_admin_data_provider.go b/flyteadmin/pkg/clusterresource/mocks/flyte_admin_data_provider.go index f4aa5468f6..78b50e8835 100644 --- a/flyteadmin/pkg/clusterresource/mocks/flyte_admin_data_provider.go +++ b/flyteadmin/pkg/clusterresource/mocks/flyte_admin_data_provider.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteadmin/pkg/data/mocks/remote_url_interface.go b/flyteadmin/pkg/data/mocks/remote_url_interface.go index e570163b17..c741271e63 100644 --- a/flyteadmin/pkg/data/mocks/remote_url_interface.go +++ b/flyteadmin/pkg/data/mocks/remote_url_interface.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteadmin/pkg/executioncluster/mocks/cluster_interface.go b/flyteadmin/pkg/executioncluster/mocks/cluster_interface.go index cfb2182414..d033f8d541 100644 --- a/flyteadmin/pkg/executioncluster/mocks/cluster_interface.go +++ b/flyteadmin/pkg/executioncluster/mocks/cluster_interface.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -23,7 +23,7 @@ func (_m *ClusterInterface) EXPECT() *ClusterInterface_Expecter { return &ClusterInterface_Expecter{mock: &_m.Mock} } -// GetAllTargets provides a mock function with given fields: +// GetAllTargets provides a mock function with no fields func (_m *ClusterInterface) GetAllTargets() map[string]*executioncluster.ExecutionTarget { ret := _m.Called() @@ -129,7 +129,7 @@ func (_c *ClusterInterface_GetTarget_Call) RunAndReturn(run func(context.Context return _c } -// GetValidTargets provides a mock function with given fields: +// GetValidTargets provides a mock function with no fields func (_m *ClusterInterface) GetValidTargets() map[string]*executioncluster.ExecutionTarget { ret := _m.Called() diff --git a/flyteadmin/pkg/executioncluster/mocks/execution_target_provider.go b/flyteadmin/pkg/executioncluster/mocks/execution_target_provider.go index 0382370cd5..10114730a7 100644 --- a/flyteadmin/pkg/executioncluster/mocks/execution_target_provider.go +++ b/flyteadmin/pkg/executioncluster/mocks/execution_target_provider.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteadmin/pkg/executioncluster/mocks/get_target_interface.go b/flyteadmin/pkg/executioncluster/mocks/get_target_interface.go index e5828274a1..d097df11f7 100644 --- a/flyteadmin/pkg/executioncluster/mocks/get_target_interface.go +++ b/flyteadmin/pkg/executioncluster/mocks/get_target_interface.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteadmin/pkg/executioncluster/mocks/list_targets_interface.go b/flyteadmin/pkg/executioncluster/mocks/list_targets_interface.go index 5ba6d79d98..5b57bb9900 100644 --- a/flyteadmin/pkg/executioncluster/mocks/list_targets_interface.go +++ b/flyteadmin/pkg/executioncluster/mocks/list_targets_interface.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -21,7 +21,7 @@ func (_m *ListTargetsInterface) EXPECT() *ListTargetsInterface_Expecter { return &ListTargetsInterface_Expecter{mock: &_m.Mock} } -// GetAllTargets provides a mock function with given fields: +// GetAllTargets provides a mock function with no fields func (_m *ListTargetsInterface) GetAllTargets() map[string]*executioncluster.ExecutionTarget { ret := _m.Called() @@ -68,7 +68,7 @@ func (_c *ListTargetsInterface_GetAllTargets_Call) RunAndReturn(run func() map[s return _c } -// GetValidTargets provides a mock function with given fields: +// GetValidTargets provides a mock function with no fields func (_m *ListTargetsInterface) GetValidTargets() map[string]*executioncluster.ExecutionTarget { ret := _m.Called() diff --git a/flyteadmin/pkg/manager/mocks/execution_interface.go b/flyteadmin/pkg/manager/mocks/execution_interface.go index c9ad4ca18c..6a774d601f 100644 --- a/flyteadmin/pkg/manager/mocks/execution_interface.go +++ b/flyteadmin/pkg/manager/mocks/execution_interface.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteadmin/pkg/manager/mocks/launch_plan_interface.go b/flyteadmin/pkg/manager/mocks/launch_plan_interface.go index f75256350f..4d5410d51b 100644 --- a/flyteadmin/pkg/manager/mocks/launch_plan_interface.go +++ b/flyteadmin/pkg/manager/mocks/launch_plan_interface.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteadmin/pkg/manager/mocks/metrics_interface.go b/flyteadmin/pkg/manager/mocks/metrics_interface.go index a098a1e062..6353d87373 100644 --- a/flyteadmin/pkg/manager/mocks/metrics_interface.go +++ b/flyteadmin/pkg/manager/mocks/metrics_interface.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteadmin/pkg/manager/mocks/named_entity_interface.go b/flyteadmin/pkg/manager/mocks/named_entity_interface.go index a71e10da07..ec578dd4d3 100644 --- a/flyteadmin/pkg/manager/mocks/named_entity_interface.go +++ b/flyteadmin/pkg/manager/mocks/named_entity_interface.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteadmin/pkg/manager/mocks/node_execution_interface.go b/flyteadmin/pkg/manager/mocks/node_execution_interface.go index 54858c7c25..7b88709542 100644 --- a/flyteadmin/pkg/manager/mocks/node_execution_interface.go +++ b/flyteadmin/pkg/manager/mocks/node_execution_interface.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteadmin/pkg/manager/mocks/project_interface.go b/flyteadmin/pkg/manager/mocks/project_interface.go index e6322260f8..73d35cba0b 100644 --- a/flyteadmin/pkg/manager/mocks/project_interface.go +++ b/flyteadmin/pkg/manager/mocks/project_interface.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteadmin/pkg/manager/mocks/resource_interface.go b/flyteadmin/pkg/manager/mocks/resource_interface.go index c99378d29f..852ff91432 100644 --- a/flyteadmin/pkg/manager/mocks/resource_interface.go +++ b/flyteadmin/pkg/manager/mocks/resource_interface.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteadmin/pkg/manager/mocks/signal_interface.go b/flyteadmin/pkg/manager/mocks/signal_interface.go index ef625a64b2..f0463af3f2 100644 --- a/flyteadmin/pkg/manager/mocks/signal_interface.go +++ b/flyteadmin/pkg/manager/mocks/signal_interface.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteadmin/pkg/manager/mocks/task_execution_interface.go b/flyteadmin/pkg/manager/mocks/task_execution_interface.go index a536e2e168..63a740da76 100644 --- a/flyteadmin/pkg/manager/mocks/task_execution_interface.go +++ b/flyteadmin/pkg/manager/mocks/task_execution_interface.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteadmin/pkg/manager/mocks/task_interface.go b/flyteadmin/pkg/manager/mocks/task_interface.go index 520b555d5f..1f37b9baea 100644 --- a/flyteadmin/pkg/manager/mocks/task_interface.go +++ b/flyteadmin/pkg/manager/mocks/task_interface.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteadmin/pkg/manager/mocks/version_interface.go b/flyteadmin/pkg/manager/mocks/version_interface.go index cfde799196..8356b2a32b 100644 --- a/flyteadmin/pkg/manager/mocks/version_interface.go +++ b/flyteadmin/pkg/manager/mocks/version_interface.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteadmin/pkg/manager/mocks/workflow_interface.go b/flyteadmin/pkg/manager/mocks/workflow_interface.go index 5b4c2bf200..0f564678bf 100644 --- a/flyteadmin/pkg/manager/mocks/workflow_interface.go +++ b/flyteadmin/pkg/manager/mocks/workflow_interface.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteadmin/pkg/repositories/mocks/execution_event_repo_interface.go b/flyteadmin/pkg/repositories/mocks/execution_event_repo_interface.go index d468ebde72..7a91409623 100644 --- a/flyteadmin/pkg/repositories/mocks/execution_event_repo_interface.go +++ b/flyteadmin/pkg/repositories/mocks/execution_event_repo_interface.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteadmin/pkg/repositories/mocks/node_execution_event_repo_interface.go b/flyteadmin/pkg/repositories/mocks/node_execution_event_repo_interface.go index 934e7f7756..7027019d35 100644 --- a/flyteadmin/pkg/repositories/mocks/node_execution_event_repo_interface.go +++ b/flyteadmin/pkg/repositories/mocks/node_execution_event_repo_interface.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteadmin/pkg/repositories/mocks/signal_repo_interface.go b/flyteadmin/pkg/repositories/mocks/signal_repo_interface.go index fa2ad1f83e..7de232fdee 100644 --- a/flyteadmin/pkg/repositories/mocks/signal_repo_interface.go +++ b/flyteadmin/pkg/repositories/mocks/signal_repo_interface.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteadmin/pkg/runtime/interfaces/mocks/cluster_pool_assignment_configuration.go b/flyteadmin/pkg/runtime/interfaces/mocks/cluster_pool_assignment_configuration.go index 5eaf9675b3..892c46eb00 100644 --- a/flyteadmin/pkg/runtime/interfaces/mocks/cluster_pool_assignment_configuration.go +++ b/flyteadmin/pkg/runtime/interfaces/mocks/cluster_pool_assignment_configuration.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -20,7 +20,7 @@ func (_m *ClusterPoolAssignmentConfiguration) EXPECT() *ClusterPoolAssignmentCon return &ClusterPoolAssignmentConfiguration_Expecter{mock: &_m.Mock} } -// GetClusterPoolAssignments provides a mock function with given fields: +// GetClusterPoolAssignments provides a mock function with no fields func (_m *ClusterPoolAssignmentConfiguration) GetClusterPoolAssignments() map[string]interfaces.ClusterPoolAssignment { ret := _m.Called() diff --git a/flyteadmin/pkg/runtime/interfaces/mocks/quality_of_service_configuration.go b/flyteadmin/pkg/runtime/interfaces/mocks/quality_of_service_configuration.go index 094fcdf6c5..12591b3388 100644 --- a/flyteadmin/pkg/runtime/interfaces/mocks/quality_of_service_configuration.go +++ b/flyteadmin/pkg/runtime/interfaces/mocks/quality_of_service_configuration.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -21,7 +21,7 @@ func (_m *QualityOfServiceConfiguration) EXPECT() *QualityOfServiceConfiguration return &QualityOfServiceConfiguration_Expecter{mock: &_m.Mock} } -// GetDefaultTiers provides a mock function with given fields: +// GetDefaultTiers provides a mock function with no fields func (_m *QualityOfServiceConfiguration) GetDefaultTiers() map[string]core.QualityOfService_Tier { ret := _m.Called() @@ -68,7 +68,7 @@ func (_c *QualityOfServiceConfiguration_GetDefaultTiers_Call) RunAndReturn(run f return _c } -// GetTierExecutionValues provides a mock function with given fields: +// GetTierExecutionValues provides a mock function with no fields func (_m *QualityOfServiceConfiguration) GetTierExecutionValues() map[core.QualityOfService_Tier]*core.QualityOfServiceSpec { ret := _m.Called() diff --git a/flyteadmin/pkg/runtime/mocks/cluster_configuration.go b/flyteadmin/pkg/runtime/mocks/cluster_configuration.go index b9ca67f6dd..a44641d3b3 100644 --- a/flyteadmin/pkg/runtime/mocks/cluster_configuration.go +++ b/flyteadmin/pkg/runtime/mocks/cluster_configuration.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -20,7 +20,7 @@ func (_m *ClusterConfiguration) EXPECT() *ClusterConfiguration_Expecter { return &ClusterConfiguration_Expecter{mock: &_m.Mock} } -// GetClusterConfigs provides a mock function with given fields: +// GetClusterConfigs provides a mock function with no fields func (_m *ClusterConfiguration) GetClusterConfigs() []interfaces.ClusterConfig { ret := _m.Called() @@ -67,7 +67,7 @@ func (_c *ClusterConfiguration_GetClusterConfigs_Call) RunAndReturn(run func() [ return _c } -// GetDefaultExecutionLabel provides a mock function with given fields: +// GetDefaultExecutionLabel provides a mock function with no fields func (_m *ClusterConfiguration) GetDefaultExecutionLabel() string { ret := _m.Called() @@ -112,7 +112,7 @@ func (_c *ClusterConfiguration_GetDefaultExecutionLabel_Call) RunAndReturn(run f return _c } -// GetLabelClusterMap provides a mock function with given fields: +// GetLabelClusterMap provides a mock function with no fields func (_m *ClusterConfiguration) GetLabelClusterMap() map[string][]interfaces.ClusterEntity { ret := _m.Called() diff --git a/flyteadmin/pkg/runtime/mocks/namespace_mapping_configuration.go b/flyteadmin/pkg/runtime/mocks/namespace_mapping_configuration.go index 7a17bad937..970ed29fd8 100644 --- a/flyteadmin/pkg/runtime/mocks/namespace_mapping_configuration.go +++ b/flyteadmin/pkg/runtime/mocks/namespace_mapping_configuration.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -17,7 +17,7 @@ func (_m *NamespaceMappingConfiguration) EXPECT() *NamespaceMappingConfiguration return &NamespaceMappingConfiguration_Expecter{mock: &_m.Mock} } -// GetNamespaceTemplate provides a mock function with given fields: +// GetNamespaceTemplate provides a mock function with no fields func (_m *NamespaceMappingConfiguration) GetNamespaceTemplate() string { ret := _m.Called() diff --git a/flyteadmin/pkg/workflowengine/mocks/flyte_workflow_builder.go b/flyteadmin/pkg/workflowengine/mocks/flyte_workflow_builder.go index a1715e4d75..a9d5910cba 100644 --- a/flyteadmin/pkg/workflowengine/mocks/flyte_workflow_builder.go +++ b/flyteadmin/pkg/workflowengine/mocks/flyte_workflow_builder.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteadmin/pkg/workflowengine/mocks/workflow_executor.go b/flyteadmin/pkg/workflowengine/mocks/workflow_executor.go index d58b512af7..232a92cab1 100644 --- a/flyteadmin/pkg/workflowengine/mocks/workflow_executor.go +++ b/flyteadmin/pkg/workflowengine/mocks/workflow_executor.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -126,7 +126,7 @@ func (_c *WorkflowExecutor_Execute_Call) RunAndReturn(run func(context.Context, return _c } -// ID provides a mock function with given fields: +// ID provides a mock function with no fields func (_m *WorkflowExecutor) ID() string { ret := _m.Called() diff --git a/flyteadmin/scheduler/executor/mocks/executor.go b/flyteadmin/scheduler/executor/mocks/executor.go index 6e9ebece62..823d758702 100644 --- a/flyteadmin/scheduler/executor/mocks/executor.go +++ b/flyteadmin/scheduler/executor/mocks/executor.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteadmin/scheduler/repositories/mocks/schedulable_entity_repo_interface.go b/flyteadmin/scheduler/repositories/mocks/schedulable_entity_repo_interface.go index c0d1c34adb..670e9610ac 100644 --- a/flyteadmin/scheduler/repositories/mocks/schedulable_entity_repo_interface.go +++ b/flyteadmin/scheduler/repositories/mocks/schedulable_entity_repo_interface.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteadmin/scheduler/repositories/mocks/schedule_entities_snap_shot_repo_interface.go b/flyteadmin/scheduler/repositories/mocks/schedule_entities_snap_shot_repo_interface.go index b4c3265a2a..c8023aba79 100644 --- a/flyteadmin/scheduler/repositories/mocks/schedule_entities_snap_shot_repo_interface.go +++ b/flyteadmin/scheduler/repositories/mocks/schedule_entities_snap_shot_repo_interface.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytecopilot/go.mod b/flytecopilot/go.mod index b190b58030..a3a474edf6 100644 --- a/flytecopilot/go.mod +++ b/flytecopilot/go.mod @@ -1,6 +1,8 @@ module github.com/flyteorg/flyte/flytecopilot -go 1.22 +go 1.22.0 + +toolchain go1.24.0 require ( github.com/aws/aws-sdk-go v1.47.11 @@ -102,14 +104,14 @@ require ( go.opentelemetry.io/otel/sdk v1.24.0 // indirect go.opentelemetry.io/otel/trace v1.24.0 // indirect go.opentelemetry.io/proto/otlp v1.1.0 // indirect - golang.org/x/crypto v0.31.0 // indirect + golang.org/x/crypto v0.33.0 // indirect golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect - golang.org/x/net v0.33.0 // indirect + golang.org/x/net v0.35.0 // indirect golang.org/x/oauth2 v0.18.0 // indirect - golang.org/x/sync v0.10.0 // indirect - golang.org/x/sys v0.28.0 // indirect - golang.org/x/term v0.27.0 // indirect - golang.org/x/text v0.21.0 // indirect + golang.org/x/sync v0.11.0 // indirect + golang.org/x/sys v0.30.0 // indirect + golang.org/x/term v0.29.0 // indirect + golang.org/x/text v0.22.0 // indirect golang.org/x/time v0.5.0 // indirect google.golang.org/api v0.155.0 // indirect google.golang.org/appengine v1.6.8 // indirect diff --git a/flytecopilot/go.sum b/flytecopilot/go.sum index 0d31bfebc6..079db3ed4f 100644 --- a/flytecopilot/go.sum +++ b/flytecopilot/go.sum @@ -395,8 +395,8 @@ golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPh golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= -golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U= -golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk= +golang.org/x/crypto v0.33.0 h1:IOBPskki6Lysi0lo9qQvbxiQ+FvsCC/YWOecCHAixus= +golang.org/x/crypto v0.33.0/go.mod h1:bVdXmD7IV/4GdElGPozy6U7lWdRXA4qyRVGJV57uQ5M= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= @@ -466,8 +466,8 @@ golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= -golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I= -golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4= +golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8= +golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -490,8 +490,8 @@ golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ= -golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w= +golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -534,12 +534,12 @@ golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA= -golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc= +golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= -golang.org/x/term v0.27.0 h1:WP60Sv1nlK1T6SupCHbXzSaN0b9wUmsPoRS9b61A23Q= -golang.org/x/term v0.27.0/go.mod h1:iMsnZpn0cago0GOrHO2+Y7u7JPn5AylBrcoWkElMTSM= +golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU= +golang.org/x/term v0.29.0/go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -548,8 +548,8 @@ golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ= -golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo= -golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ= +golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM= +golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= @@ -605,8 +605,8 @@ golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4f golang.org/x/tools v0.0.0-20210108195828-e2f9c7f1fc8e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.1.0/go.mod h1:xkSsbof2nBLbhDlRMhhhyNLN/zl3eTqcnHD5viDpcZ0= golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= -golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d h1:vU5i/LfpvrRCpgM/VPfJLg5KjxD3E+hfT1SH+d9zLwg= -golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d/go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk= +golang.org/x/tools v0.30.0 h1:BgcpHewrV5AUp2G9MebG4XPFI1E2W41zU1SaqVA9vJY= +golang.org/x/tools v0.30.0/go.mod h1:c347cR/OJfw5TI+GfX7RUPNMdDRRbjvYTS0jPyvsVtY= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= diff --git a/flytectl/cmd/update/interfaces/mocks/updater.go b/flytectl/cmd/update/interfaces/mocks/updater.go index 60d6b618ad..e0f08bac9b 100644 --- a/flytectl/cmd/update/interfaces/mocks/updater.go +++ b/flytectl/cmd/update/interfaces/mocks/updater.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytectl/go.mod b/flytectl/go.mod index 4562984e80..29d296e4b3 100644 --- a/flytectl/go.mod +++ b/flytectl/go.mod @@ -1,6 +1,8 @@ module github.com/flyteorg/flyte/flytectl -go 1.22 +go 1.22.0 + +toolchain go1.24.0 require ( github.com/apoorvam/goterminal v0.0.0-20180523175556-614d345c47e5 @@ -36,7 +38,7 @@ require ( github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0 github.com/zalando/go-keyring v0.1.1 golang.org/x/oauth2 v0.18.0 - golang.org/x/text v0.21.0 + golang.org/x/text v0.22.0 google.golang.org/grpc v1.62.1 google.golang.org/protobuf v1.34.1 gopkg.in/yaml.v3 v3.0.1 @@ -168,12 +170,12 @@ require ( go.opentelemetry.io/otel/sdk v1.24.0 // indirect go.opentelemetry.io/otel/trace v1.24.0 // indirect go.opentelemetry.io/proto/otlp v1.1.0 // indirect - golang.org/x/crypto v0.31.0 // indirect + golang.org/x/crypto v0.33.0 // indirect golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect - golang.org/x/net v0.33.0 // indirect - golang.org/x/sync v0.10.0 // indirect - golang.org/x/sys v0.28.0 // indirect - golang.org/x/term v0.27.0 // indirect + golang.org/x/net v0.35.0 // indirect + golang.org/x/sync v0.11.0 // indirect + golang.org/x/sys v0.30.0 // indirect + golang.org/x/term v0.29.0 // indirect golang.org/x/time v0.5.0 // indirect google.golang.org/api v0.155.0 // indirect google.golang.org/appengine v1.6.8 // indirect diff --git a/flytectl/go.sum b/flytectl/go.sum index 5b4e268708..bff4da5d4f 100644 --- a/flytectl/go.sum +++ b/flytectl/go.sum @@ -533,6 +533,7 @@ golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5y golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U= golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk= +golang.org/x/crypto v0.33.0/go.mod h1:bVdXmD7IV/4GdElGPozy6U7lWdRXA4qyRVGJV57uQ5M= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= @@ -604,6 +605,7 @@ golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I= golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4= +golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -628,6 +630,7 @@ golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ= golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -677,10 +680,12 @@ golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA= golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.27.0 h1:WP60Sv1nlK1T6SupCHbXzSaN0b9wUmsPoRS9b61A23Q= golang.org/x/term v0.27.0/go.mod h1:iMsnZpn0cago0GOrHO2+Y7u7JPn5AylBrcoWkElMTSM= +golang.org/x/term v0.29.0/go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -691,6 +696,7 @@ golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ= golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo= golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ= +golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= diff --git a/flytectl/pkg/docker/mocks/docker.go b/flytectl/pkg/docker/mocks/docker.go index d14c2fd91a..5b7bdd7526 100644 --- a/flytectl/pkg/docker/mocks/docker.go +++ b/flytectl/pkg/docker/mocks/docker.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytectl/pkg/ext/mocks/admin_deleter_ext_interface.go b/flytectl/pkg/ext/mocks/admin_deleter_ext_interface.go index e772c58c60..5318973e3f 100644 --- a/flytectl/pkg/ext/mocks/admin_deleter_ext_interface.go +++ b/flytectl/pkg/ext/mocks/admin_deleter_ext_interface.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -25,7 +25,7 @@ func (_m *AdminDeleterExtInterface) EXPECT() *AdminDeleterExtInterface_Expecter return &AdminDeleterExtInterface_Expecter{mock: &_m.Mock} } -// AdminServiceClient provides a mock function with given fields: +// AdminServiceClient provides a mock function with no fields func (_m *AdminDeleterExtInterface) AdminServiceClient() service.AdminServiceClient { ret := _m.Called() diff --git a/flytectl/pkg/ext/mocks/admin_fetcher_ext_interface.go b/flytectl/pkg/ext/mocks/admin_fetcher_ext_interface.go index 3e9d4f4f84..f58267257d 100644 --- a/flytectl/pkg/ext/mocks/admin_fetcher_ext_interface.go +++ b/flytectl/pkg/ext/mocks/admin_fetcher_ext_interface.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -27,7 +27,7 @@ func (_m *AdminFetcherExtInterface) EXPECT() *AdminFetcherExtInterface_Expecter return &AdminFetcherExtInterface_Expecter{mock: &_m.Mock} } -// AdminServiceClient provides a mock function with given fields: +// AdminServiceClient provides a mock function with no fields func (_m *AdminFetcherExtInterface) AdminServiceClient() service.AdminServiceClient { ret := _m.Called() diff --git a/flytectl/pkg/ext/mocks/admin_updater_ext_interface.go b/flytectl/pkg/ext/mocks/admin_updater_ext_interface.go index b2b1e95d7d..e99bba1b95 100644 --- a/flytectl/pkg/ext/mocks/admin_updater_ext_interface.go +++ b/flytectl/pkg/ext/mocks/admin_updater_ext_interface.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -25,7 +25,7 @@ func (_m *AdminUpdaterExtInterface) EXPECT() *AdminUpdaterExtInterface_Expecter return &AdminUpdaterExtInterface_Expecter{mock: &_m.Mock} } -// AdminServiceClient provides a mock function with given fields: +// AdminServiceClient provides a mock function with no fields func (_m *AdminUpdaterExtInterface) AdminServiceClient() service.AdminServiceClient { ret := _m.Called() diff --git a/flytectl/pkg/k8s/mocks/context_ops.go b/flytectl/pkg/k8s/mocks/context_ops.go index 17015972f1..c3e89fd271 100644 --- a/flytectl/pkg/k8s/mocks/context_ops.go +++ b/flytectl/pkg/k8s/mocks/context_ops.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -21,7 +21,7 @@ func (_m *ContextOps) EXPECT() *ContextOps_Expecter { return &ContextOps_Expecter{mock: &_m.Mock} } -// CheckConfig provides a mock function with given fields: +// CheckConfig provides a mock function with no fields func (_m *ContextOps) CheckConfig() error { ret := _m.Called() diff --git a/flytectl/pkg/visualize/mocks/graphvizer.go b/flytectl/pkg/visualize/mocks/graphvizer.go index 9bace724d8..f55337df03 100644 --- a/flytectl/pkg/visualize/mocks/graphvizer.go +++ b/flytectl/pkg/visualize/mocks/graphvizer.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteidl/clients/go/admin/cache/mocks/token_cache.go b/flyteidl/clients/go/admin/cache/mocks/token_cache.go index 3b7806466f..9a4ad9255c 100644 --- a/flyteidl/clients/go/admin/cache/mocks/token_cache.go +++ b/flyteidl/clients/go/admin/cache/mocks/token_cache.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -20,7 +20,7 @@ func (_m *TokenCache) EXPECT() *TokenCache_Expecter { return &TokenCache_Expecter{mock: &_m.Mock} } -// CondBroadcast provides a mock function with given fields: +// CondBroadcast provides a mock function with no fields func (_m *TokenCache) CondBroadcast() { _m.Called() } @@ -48,11 +48,11 @@ func (_c *TokenCache_CondBroadcast_Call) Return() *TokenCache_CondBroadcast_Call } func (_c *TokenCache_CondBroadcast_Call) RunAndReturn(run func()) *TokenCache_CondBroadcast_Call { - _c.Call.Return(run) + _c.Run(run) return _c } -// CondWait provides a mock function with given fields: +// CondWait provides a mock function with no fields func (_m *TokenCache) CondWait() { _m.Called() } @@ -80,11 +80,11 @@ func (_c *TokenCache_CondWait_Call) Return() *TokenCache_CondWait_Call { } func (_c *TokenCache_CondWait_Call) RunAndReturn(run func()) *TokenCache_CondWait_Call { - _c.Call.Return(run) + _c.Run(run) return _c } -// GetToken provides a mock function with given fields: +// GetToken provides a mock function with no fields func (_m *TokenCache) GetToken() (*oauth2.Token, error) { ret := _m.Called() @@ -141,7 +141,7 @@ func (_c *TokenCache_GetToken_Call) RunAndReturn(run func() (*oauth2.Token, erro return _c } -// Lock provides a mock function with given fields: +// Lock provides a mock function with no fields func (_m *TokenCache) Lock() { _m.Called() } @@ -169,7 +169,7 @@ func (_c *TokenCache_Lock_Call) Return() *TokenCache_Lock_Call { } func (_c *TokenCache_Lock_Call) RunAndReturn(run func()) *TokenCache_Lock_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -275,7 +275,7 @@ func (_c *TokenCache_SaveToken_Call) RunAndReturn(run func(*oauth2.Token) error) return _c } -// TryLock provides a mock function with given fields: +// TryLock provides a mock function with no fields func (_m *TokenCache) TryLock() bool { ret := _m.Called() @@ -320,7 +320,7 @@ func (_c *TokenCache_TryLock_Call) RunAndReturn(run func() bool) *TokenCache_Try return _c } -// Unlock provides a mock function with given fields: +// Unlock provides a mock function with no fields func (_m *TokenCache) Unlock() { _m.Called() } @@ -348,7 +348,7 @@ func (_c *TokenCache_Unlock_Call) Return() *TokenCache_Unlock_Call { } func (_c *TokenCache_Unlock_Call) RunAndReturn(run func()) *TokenCache_Unlock_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flyteidl/clients/go/admin/mocks/AdminServiceClient.go b/flyteidl/clients/go/admin/mocks/AdminServiceClient.go index 17c669c437..182dd39009 100644 --- a/flyteidl/clients/go/admin/mocks/AdminServiceClient.go +++ b/flyteidl/clients/go/admin/mocks/AdminServiceClient.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteidl/clients/go/admin/mocks/AdminServiceServer.go b/flyteidl/clients/go/admin/mocks/AdminServiceServer.go index 590ab320bf..9f0b080ff3 100644 --- a/flyteidl/clients/go/admin/mocks/AdminServiceServer.go +++ b/flyteidl/clients/go/admin/mocks/AdminServiceServer.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteidl/clients/go/admin/mocks/AgentMetadataServiceClient.go b/flyteidl/clients/go/admin/mocks/AgentMetadataServiceClient.go index a5883b61b5..653efd6f00 100644 --- a/flyteidl/clients/go/admin/mocks/AgentMetadataServiceClient.go +++ b/flyteidl/clients/go/admin/mocks/AgentMetadataServiceClient.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteidl/clients/go/admin/mocks/AgentMetadataServiceServer.go b/flyteidl/clients/go/admin/mocks/AgentMetadataServiceServer.go index 3121ee8866..85a52eb702 100644 --- a/flyteidl/clients/go/admin/mocks/AgentMetadataServiceServer.go +++ b/flyteidl/clients/go/admin/mocks/AgentMetadataServiceServer.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteidl/clients/go/admin/mocks/AsyncAgentServiceClient.go b/flyteidl/clients/go/admin/mocks/AsyncAgentServiceClient.go index 00dac4c716..9c050f3e3c 100644 --- a/flyteidl/clients/go/admin/mocks/AsyncAgentServiceClient.go +++ b/flyteidl/clients/go/admin/mocks/AsyncAgentServiceClient.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteidl/clients/go/admin/mocks/AsyncAgentServiceServer.go b/flyteidl/clients/go/admin/mocks/AsyncAgentServiceServer.go index 3576b336f5..437919b5c3 100644 --- a/flyteidl/clients/go/admin/mocks/AsyncAgentServiceServer.go +++ b/flyteidl/clients/go/admin/mocks/AsyncAgentServiceServer.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteidl/clients/go/admin/mocks/AsyncAgentService_GetTaskLogsClient.go b/flyteidl/clients/go/admin/mocks/AsyncAgentService_GetTaskLogsClient.go index f0e3219e73..4ae6ef2410 100644 --- a/flyteidl/clients/go/admin/mocks/AsyncAgentService_GetTaskLogsClient.go +++ b/flyteidl/clients/go/admin/mocks/AsyncAgentService_GetTaskLogsClient.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -25,7 +25,7 @@ func (_m *AsyncAgentService_GetTaskLogsClient) EXPECT() *AsyncAgentService_GetTa return &AsyncAgentService_GetTaskLogsClient_Expecter{mock: &_m.Mock} } -// CloseSend provides a mock function with given fields: +// CloseSend provides a mock function with no fields func (_m *AsyncAgentService_GetTaskLogsClient) CloseSend() error { ret := _m.Called() @@ -70,7 +70,7 @@ func (_c *AsyncAgentService_GetTaskLogsClient_CloseSend_Call) RunAndReturn(run f return _c } -// Context provides a mock function with given fields: +// Context provides a mock function with no fields func (_m *AsyncAgentService_GetTaskLogsClient) Context() context.Context { ret := _m.Called() @@ -117,7 +117,7 @@ func (_c *AsyncAgentService_GetTaskLogsClient_Context_Call) RunAndReturn(run fun return _c } -// Header provides a mock function with given fields: +// Header provides a mock function with no fields func (_m *AsyncAgentService_GetTaskLogsClient) Header() (metadata.MD, error) { ret := _m.Called() @@ -174,7 +174,7 @@ func (_c *AsyncAgentService_GetTaskLogsClient_Header_Call) RunAndReturn(run func return _c } -// Recv provides a mock function with given fields: +// Recv provides a mock function with no fields func (_m *AsyncAgentService_GetTaskLogsClient) Recv() (*admin.GetTaskLogsResponse, error) { ret := _m.Called() @@ -323,7 +323,7 @@ func (_c *AsyncAgentService_GetTaskLogsClient_SendMsg_Call) RunAndReturn(run fun return _c } -// Trailer provides a mock function with given fields: +// Trailer provides a mock function with no fields func (_m *AsyncAgentService_GetTaskLogsClient) Trailer() metadata.MD { ret := _m.Called() diff --git a/flyteidl/clients/go/admin/mocks/AsyncAgentService_GetTaskLogsServer.go b/flyteidl/clients/go/admin/mocks/AsyncAgentService_GetTaskLogsServer.go index f51ad24d00..54d7aa7eb6 100644 --- a/flyteidl/clients/go/admin/mocks/AsyncAgentService_GetTaskLogsServer.go +++ b/flyteidl/clients/go/admin/mocks/AsyncAgentService_GetTaskLogsServer.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -25,7 +25,7 @@ func (_m *AsyncAgentService_GetTaskLogsServer) EXPECT() *AsyncAgentService_GetTa return &AsyncAgentService_GetTaskLogsServer_Expecter{mock: &_m.Mock} } -// Context provides a mock function with given fields: +// Context provides a mock function with no fields func (_m *AsyncAgentService_GetTaskLogsServer) Context() context.Context { ret := _m.Called() @@ -331,7 +331,7 @@ func (_c *AsyncAgentService_GetTaskLogsServer_SetTrailer_Call) Return() *AsyncAg } func (_c *AsyncAgentService_GetTaskLogsServer_SetTrailer_Call) RunAndReturn(run func(metadata.MD)) *AsyncAgentService_GetTaskLogsServer_SetTrailer_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flyteidl/clients/go/admin/mocks/AuthMetadataServiceClient.go b/flyteidl/clients/go/admin/mocks/AuthMetadataServiceClient.go index 20a1d66e44..ce39dd24dd 100644 --- a/flyteidl/clients/go/admin/mocks/AuthMetadataServiceClient.go +++ b/flyteidl/clients/go/admin/mocks/AuthMetadataServiceClient.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteidl/clients/go/admin/mocks/AuthMetadataServiceServer.go b/flyteidl/clients/go/admin/mocks/AuthMetadataServiceServer.go index 45579950c3..ec05866be7 100644 --- a/flyteidl/clients/go/admin/mocks/AuthMetadataServiceServer.go +++ b/flyteidl/clients/go/admin/mocks/AuthMetadataServiceServer.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteidl/clients/go/admin/mocks/DataProxyServiceClient.go b/flyteidl/clients/go/admin/mocks/DataProxyServiceClient.go index 8a264cfb01..1006b19994 100644 --- a/flyteidl/clients/go/admin/mocks/DataProxyServiceClient.go +++ b/flyteidl/clients/go/admin/mocks/DataProxyServiceClient.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteidl/clients/go/admin/mocks/DataProxyServiceServer.go b/flyteidl/clients/go/admin/mocks/DataProxyServiceServer.go index fb1c86d072..a513cb763c 100644 --- a/flyteidl/clients/go/admin/mocks/DataProxyServiceServer.go +++ b/flyteidl/clients/go/admin/mocks/DataProxyServiceServer.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteidl/clients/go/admin/mocks/ExternalPluginServiceClient.go b/flyteidl/clients/go/admin/mocks/ExternalPluginServiceClient.go index b7aed0c2a2..65a3e08ea2 100644 --- a/flyteidl/clients/go/admin/mocks/ExternalPluginServiceClient.go +++ b/flyteidl/clients/go/admin/mocks/ExternalPluginServiceClient.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteidl/clients/go/admin/mocks/ExternalPluginServiceServer.go b/flyteidl/clients/go/admin/mocks/ExternalPluginServiceServer.go index e06d54292b..448d36e45e 100644 --- a/flyteidl/clients/go/admin/mocks/ExternalPluginServiceServer.go +++ b/flyteidl/clients/go/admin/mocks/ExternalPluginServiceServer.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteidl/clients/go/admin/mocks/IdentityServiceClient.go b/flyteidl/clients/go/admin/mocks/IdentityServiceClient.go index 9e43480fed..e1b0c1e8b2 100644 --- a/flyteidl/clients/go/admin/mocks/IdentityServiceClient.go +++ b/flyteidl/clients/go/admin/mocks/IdentityServiceClient.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteidl/clients/go/admin/mocks/IdentityServiceServer.go b/flyteidl/clients/go/admin/mocks/IdentityServiceServer.go index d46c4f8b77..55ada273d8 100644 --- a/flyteidl/clients/go/admin/mocks/IdentityServiceServer.go +++ b/flyteidl/clients/go/admin/mocks/IdentityServiceServer.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteidl/clients/go/admin/mocks/SignalServiceClient.go b/flyteidl/clients/go/admin/mocks/SignalServiceClient.go index db21197e3a..ee4d37e522 100644 --- a/flyteidl/clients/go/admin/mocks/SignalServiceClient.go +++ b/flyteidl/clients/go/admin/mocks/SignalServiceClient.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteidl/clients/go/admin/mocks/SignalServiceServer.go b/flyteidl/clients/go/admin/mocks/SignalServiceServer.go index 77b418a501..aef2e462cf 100644 --- a/flyteidl/clients/go/admin/mocks/SignalServiceServer.go +++ b/flyteidl/clients/go/admin/mocks/SignalServiceServer.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteidl/clients/go/admin/mocks/SyncAgentServiceClient.go b/flyteidl/clients/go/admin/mocks/SyncAgentServiceClient.go index c7f444cc52..2abc1bf2fe 100644 --- a/flyteidl/clients/go/admin/mocks/SyncAgentServiceClient.go +++ b/flyteidl/clients/go/admin/mocks/SyncAgentServiceClient.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteidl/clients/go/admin/mocks/SyncAgentServiceServer.go b/flyteidl/clients/go/admin/mocks/SyncAgentServiceServer.go index 63e09bb767..81dd136fb4 100644 --- a/flyteidl/clients/go/admin/mocks/SyncAgentServiceServer.go +++ b/flyteidl/clients/go/admin/mocks/SyncAgentServiceServer.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteidl/clients/go/admin/mocks/SyncAgentService_ExecuteTaskSyncClient.go b/flyteidl/clients/go/admin/mocks/SyncAgentService_ExecuteTaskSyncClient.go index a0ce72fb42..339357186d 100644 --- a/flyteidl/clients/go/admin/mocks/SyncAgentService_ExecuteTaskSyncClient.go +++ b/flyteidl/clients/go/admin/mocks/SyncAgentService_ExecuteTaskSyncClient.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -25,7 +25,7 @@ func (_m *SyncAgentService_ExecuteTaskSyncClient) EXPECT() *SyncAgentService_Exe return &SyncAgentService_ExecuteTaskSyncClient_Expecter{mock: &_m.Mock} } -// CloseSend provides a mock function with given fields: +// CloseSend provides a mock function with no fields func (_m *SyncAgentService_ExecuteTaskSyncClient) CloseSend() error { ret := _m.Called() @@ -70,7 +70,7 @@ func (_c *SyncAgentService_ExecuteTaskSyncClient_CloseSend_Call) RunAndReturn(ru return _c } -// Context provides a mock function with given fields: +// Context provides a mock function with no fields func (_m *SyncAgentService_ExecuteTaskSyncClient) Context() context.Context { ret := _m.Called() @@ -117,7 +117,7 @@ func (_c *SyncAgentService_ExecuteTaskSyncClient_Context_Call) RunAndReturn(run return _c } -// Header provides a mock function with given fields: +// Header provides a mock function with no fields func (_m *SyncAgentService_ExecuteTaskSyncClient) Header() (metadata.MD, error) { ret := _m.Called() @@ -174,7 +174,7 @@ func (_c *SyncAgentService_ExecuteTaskSyncClient_Header_Call) RunAndReturn(run f return _c } -// Recv provides a mock function with given fields: +// Recv provides a mock function with no fields func (_m *SyncAgentService_ExecuteTaskSyncClient) Recv() (*admin.ExecuteTaskSyncResponse, error) { ret := _m.Called() @@ -369,7 +369,7 @@ func (_c *SyncAgentService_ExecuteTaskSyncClient_SendMsg_Call) RunAndReturn(run return _c } -// Trailer provides a mock function with given fields: +// Trailer provides a mock function with no fields func (_m *SyncAgentService_ExecuteTaskSyncClient) Trailer() metadata.MD { ret := _m.Called() diff --git a/flyteidl/clients/go/admin/mocks/SyncAgentService_ExecuteTaskSyncServer.go b/flyteidl/clients/go/admin/mocks/SyncAgentService_ExecuteTaskSyncServer.go index 4e02b679ba..8ec90e5fc8 100644 --- a/flyteidl/clients/go/admin/mocks/SyncAgentService_ExecuteTaskSyncServer.go +++ b/flyteidl/clients/go/admin/mocks/SyncAgentService_ExecuteTaskSyncServer.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -25,7 +25,7 @@ func (_m *SyncAgentService_ExecuteTaskSyncServer) EXPECT() *SyncAgentService_Exe return &SyncAgentService_ExecuteTaskSyncServer_Expecter{mock: &_m.Mock} } -// Context provides a mock function with given fields: +// Context provides a mock function with no fields func (_m *SyncAgentService_ExecuteTaskSyncServer) Context() context.Context { ret := _m.Called() @@ -72,7 +72,7 @@ func (_c *SyncAgentService_ExecuteTaskSyncServer_Context_Call) RunAndReturn(run return _c } -// Recv provides a mock function with given fields: +// Recv provides a mock function with no fields func (_m *SyncAgentService_ExecuteTaskSyncServer) Recv() (*admin.ExecuteTaskSyncRequest, error) { ret := _m.Called() @@ -388,7 +388,7 @@ func (_c *SyncAgentService_ExecuteTaskSyncServer_SetTrailer_Call) Return() *Sync } func (_c *SyncAgentService_ExecuteTaskSyncServer_SetTrailer_Call) RunAndReturn(run func(metadata.MD)) *SyncAgentService_ExecuteTaskSyncServer_SetTrailer_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flyteidl/clients/go/admin/mocks/UnsafeAdminServiceServer.go b/flyteidl/clients/go/admin/mocks/UnsafeAdminServiceServer.go index ef631c8d47..9d589786f5 100644 --- a/flyteidl/clients/go/admin/mocks/UnsafeAdminServiceServer.go +++ b/flyteidl/clients/go/admin/mocks/UnsafeAdminServiceServer.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -17,7 +17,7 @@ func (_m *UnsafeAdminServiceServer) EXPECT() *UnsafeAdminServiceServer_Expecter return &UnsafeAdminServiceServer_Expecter{mock: &_m.Mock} } -// mustEmbedUnimplementedAdminServiceServer provides a mock function with given fields: +// mustEmbedUnimplementedAdminServiceServer provides a mock function with no fields func (_m *UnsafeAdminServiceServer) mustEmbedUnimplementedAdminServiceServer() { _m.Called() } @@ -45,7 +45,7 @@ func (_c *UnsafeAdminServiceServer_mustEmbedUnimplementedAdminServiceServer_Call } func (_c *UnsafeAdminServiceServer_mustEmbedUnimplementedAdminServiceServer_Call) RunAndReturn(run func()) *UnsafeAdminServiceServer_mustEmbedUnimplementedAdminServiceServer_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flyteidl/clients/go/admin/mocks/UnsafeAgentMetadataServiceServer.go b/flyteidl/clients/go/admin/mocks/UnsafeAgentMetadataServiceServer.go index 95c91761e3..4b5f27e515 100644 --- a/flyteidl/clients/go/admin/mocks/UnsafeAgentMetadataServiceServer.go +++ b/flyteidl/clients/go/admin/mocks/UnsafeAgentMetadataServiceServer.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -17,7 +17,7 @@ func (_m *UnsafeAgentMetadataServiceServer) EXPECT() *UnsafeAgentMetadataService return &UnsafeAgentMetadataServiceServer_Expecter{mock: &_m.Mock} } -// mustEmbedUnimplementedAgentMetadataServiceServer provides a mock function with given fields: +// mustEmbedUnimplementedAgentMetadataServiceServer provides a mock function with no fields func (_m *UnsafeAgentMetadataServiceServer) mustEmbedUnimplementedAgentMetadataServiceServer() { _m.Called() } @@ -45,7 +45,7 @@ func (_c *UnsafeAgentMetadataServiceServer_mustEmbedUnimplementedAgentMetadataSe } func (_c *UnsafeAgentMetadataServiceServer_mustEmbedUnimplementedAgentMetadataServiceServer_Call) RunAndReturn(run func()) *UnsafeAgentMetadataServiceServer_mustEmbedUnimplementedAgentMetadataServiceServer_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flyteidl/clients/go/admin/mocks/UnsafeAsyncAgentServiceServer.go b/flyteidl/clients/go/admin/mocks/UnsafeAsyncAgentServiceServer.go index ec27395a30..d2dc34450b 100644 --- a/flyteidl/clients/go/admin/mocks/UnsafeAsyncAgentServiceServer.go +++ b/flyteidl/clients/go/admin/mocks/UnsafeAsyncAgentServiceServer.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -17,7 +17,7 @@ func (_m *UnsafeAsyncAgentServiceServer) EXPECT() *UnsafeAsyncAgentServiceServer return &UnsafeAsyncAgentServiceServer_Expecter{mock: &_m.Mock} } -// mustEmbedUnimplementedAsyncAgentServiceServer provides a mock function with given fields: +// mustEmbedUnimplementedAsyncAgentServiceServer provides a mock function with no fields func (_m *UnsafeAsyncAgentServiceServer) mustEmbedUnimplementedAsyncAgentServiceServer() { _m.Called() } @@ -45,7 +45,7 @@ func (_c *UnsafeAsyncAgentServiceServer_mustEmbedUnimplementedAsyncAgentServiceS } func (_c *UnsafeAsyncAgentServiceServer_mustEmbedUnimplementedAsyncAgentServiceServer_Call) RunAndReturn(run func()) *UnsafeAsyncAgentServiceServer_mustEmbedUnimplementedAsyncAgentServiceServer_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flyteidl/clients/go/admin/mocks/UnsafeAuthMetadataServiceServer.go b/flyteidl/clients/go/admin/mocks/UnsafeAuthMetadataServiceServer.go index 7a2ac21287..8685b63729 100644 --- a/flyteidl/clients/go/admin/mocks/UnsafeAuthMetadataServiceServer.go +++ b/flyteidl/clients/go/admin/mocks/UnsafeAuthMetadataServiceServer.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -17,7 +17,7 @@ func (_m *UnsafeAuthMetadataServiceServer) EXPECT() *UnsafeAuthMetadataServiceSe return &UnsafeAuthMetadataServiceServer_Expecter{mock: &_m.Mock} } -// mustEmbedUnimplementedAuthMetadataServiceServer provides a mock function with given fields: +// mustEmbedUnimplementedAuthMetadataServiceServer provides a mock function with no fields func (_m *UnsafeAuthMetadataServiceServer) mustEmbedUnimplementedAuthMetadataServiceServer() { _m.Called() } @@ -45,7 +45,7 @@ func (_c *UnsafeAuthMetadataServiceServer_mustEmbedUnimplementedAuthMetadataServ } func (_c *UnsafeAuthMetadataServiceServer_mustEmbedUnimplementedAuthMetadataServiceServer_Call) RunAndReturn(run func()) *UnsafeAuthMetadataServiceServer_mustEmbedUnimplementedAuthMetadataServiceServer_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flyteidl/clients/go/admin/mocks/UnsafeDataProxyServiceServer.go b/flyteidl/clients/go/admin/mocks/UnsafeDataProxyServiceServer.go index c3fcc0e7d8..59bb10bb97 100644 --- a/flyteidl/clients/go/admin/mocks/UnsafeDataProxyServiceServer.go +++ b/flyteidl/clients/go/admin/mocks/UnsafeDataProxyServiceServer.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -17,7 +17,7 @@ func (_m *UnsafeDataProxyServiceServer) EXPECT() *UnsafeDataProxyServiceServer_E return &UnsafeDataProxyServiceServer_Expecter{mock: &_m.Mock} } -// mustEmbedUnimplementedDataProxyServiceServer provides a mock function with given fields: +// mustEmbedUnimplementedDataProxyServiceServer provides a mock function with no fields func (_m *UnsafeDataProxyServiceServer) mustEmbedUnimplementedDataProxyServiceServer() { _m.Called() } @@ -45,7 +45,7 @@ func (_c *UnsafeDataProxyServiceServer_mustEmbedUnimplementedDataProxyServiceSer } func (_c *UnsafeDataProxyServiceServer_mustEmbedUnimplementedDataProxyServiceServer_Call) RunAndReturn(run func()) *UnsafeDataProxyServiceServer_mustEmbedUnimplementedDataProxyServiceServer_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flyteidl/clients/go/admin/mocks/UnsafeExternalPluginServiceServer.go b/flyteidl/clients/go/admin/mocks/UnsafeExternalPluginServiceServer.go index d9824b79c6..91b6c9d1b0 100644 --- a/flyteidl/clients/go/admin/mocks/UnsafeExternalPluginServiceServer.go +++ b/flyteidl/clients/go/admin/mocks/UnsafeExternalPluginServiceServer.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -17,7 +17,7 @@ func (_m *UnsafeExternalPluginServiceServer) EXPECT() *UnsafeExternalPluginServi return &UnsafeExternalPluginServiceServer_Expecter{mock: &_m.Mock} } -// mustEmbedUnimplementedExternalPluginServiceServer provides a mock function with given fields: +// mustEmbedUnimplementedExternalPluginServiceServer provides a mock function with no fields func (_m *UnsafeExternalPluginServiceServer) mustEmbedUnimplementedExternalPluginServiceServer() { _m.Called() } @@ -45,7 +45,7 @@ func (_c *UnsafeExternalPluginServiceServer_mustEmbedUnimplementedExternalPlugin } func (_c *UnsafeExternalPluginServiceServer_mustEmbedUnimplementedExternalPluginServiceServer_Call) RunAndReturn(run func()) *UnsafeExternalPluginServiceServer_mustEmbedUnimplementedExternalPluginServiceServer_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flyteidl/clients/go/admin/mocks/UnsafeIdentityServiceServer.go b/flyteidl/clients/go/admin/mocks/UnsafeIdentityServiceServer.go index 1e9fe83eb2..d71d0e71af 100644 --- a/flyteidl/clients/go/admin/mocks/UnsafeIdentityServiceServer.go +++ b/flyteidl/clients/go/admin/mocks/UnsafeIdentityServiceServer.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -17,7 +17,7 @@ func (_m *UnsafeIdentityServiceServer) EXPECT() *UnsafeIdentityServiceServer_Exp return &UnsafeIdentityServiceServer_Expecter{mock: &_m.Mock} } -// mustEmbedUnimplementedIdentityServiceServer provides a mock function with given fields: +// mustEmbedUnimplementedIdentityServiceServer provides a mock function with no fields func (_m *UnsafeIdentityServiceServer) mustEmbedUnimplementedIdentityServiceServer() { _m.Called() } @@ -45,7 +45,7 @@ func (_c *UnsafeIdentityServiceServer_mustEmbedUnimplementedIdentityServiceServe } func (_c *UnsafeIdentityServiceServer_mustEmbedUnimplementedIdentityServiceServer_Call) RunAndReturn(run func()) *UnsafeIdentityServiceServer_mustEmbedUnimplementedIdentityServiceServer_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flyteidl/clients/go/admin/mocks/UnsafeSignalServiceServer.go b/flyteidl/clients/go/admin/mocks/UnsafeSignalServiceServer.go index c611222220..a8175bfaad 100644 --- a/flyteidl/clients/go/admin/mocks/UnsafeSignalServiceServer.go +++ b/flyteidl/clients/go/admin/mocks/UnsafeSignalServiceServer.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -17,7 +17,7 @@ func (_m *UnsafeSignalServiceServer) EXPECT() *UnsafeSignalServiceServer_Expecte return &UnsafeSignalServiceServer_Expecter{mock: &_m.Mock} } -// mustEmbedUnimplementedSignalServiceServer provides a mock function with given fields: +// mustEmbedUnimplementedSignalServiceServer provides a mock function with no fields func (_m *UnsafeSignalServiceServer) mustEmbedUnimplementedSignalServiceServer() { _m.Called() } @@ -45,7 +45,7 @@ func (_c *UnsafeSignalServiceServer_mustEmbedUnimplementedSignalServiceServer_Ca } func (_c *UnsafeSignalServiceServer_mustEmbedUnimplementedSignalServiceServer_Call) RunAndReturn(run func()) *UnsafeSignalServiceServer_mustEmbedUnimplementedSignalServiceServer_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flyteidl/clients/go/admin/mocks/UnsafeSyncAgentServiceServer.go b/flyteidl/clients/go/admin/mocks/UnsafeSyncAgentServiceServer.go index 92884c3ae3..331fb841bc 100644 --- a/flyteidl/clients/go/admin/mocks/UnsafeSyncAgentServiceServer.go +++ b/flyteidl/clients/go/admin/mocks/UnsafeSyncAgentServiceServer.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -17,7 +17,7 @@ func (_m *UnsafeSyncAgentServiceServer) EXPECT() *UnsafeSyncAgentServiceServer_E return &UnsafeSyncAgentServiceServer_Expecter{mock: &_m.Mock} } -// mustEmbedUnimplementedSyncAgentServiceServer provides a mock function with given fields: +// mustEmbedUnimplementedSyncAgentServiceServer provides a mock function with no fields func (_m *UnsafeSyncAgentServiceServer) mustEmbedUnimplementedSyncAgentServiceServer() { _m.Called() } @@ -45,7 +45,7 @@ func (_c *UnsafeSyncAgentServiceServer_mustEmbedUnimplementedSyncAgentServiceSer } func (_c *UnsafeSyncAgentServiceServer_mustEmbedUnimplementedSyncAgentServiceServer_Call) RunAndReturn(run func()) *UnsafeSyncAgentServiceServer_mustEmbedUnimplementedSyncAgentServiceServer_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flyteidl/clients/go/admin/mocks/isCreateDownloadLinkRequest_Source.go b/flyteidl/clients/go/admin/mocks/isCreateDownloadLinkRequest_Source.go index 70211986ad..b6aa765cde 100644 --- a/flyteidl/clients/go/admin/mocks/isCreateDownloadLinkRequest_Source.go +++ b/flyteidl/clients/go/admin/mocks/isCreateDownloadLinkRequest_Source.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -17,7 +17,7 @@ func (_m *isCreateDownloadLinkRequest_Source) EXPECT() *isCreateDownloadLinkRequ return &isCreateDownloadLinkRequest_Source_Expecter{mock: &_m.Mock} } -// isCreateDownloadLinkRequest_Source provides a mock function with given fields: +// isCreateDownloadLinkRequest_Source provides a mock function with no fields func (_m *isCreateDownloadLinkRequest_Source) isCreateDownloadLinkRequest_Source() { _m.Called() } @@ -45,7 +45,7 @@ func (_c *isCreateDownloadLinkRequest_Source_isCreateDownloadLinkRequest_Source_ } func (_c *isCreateDownloadLinkRequest_Source_isCreateDownloadLinkRequest_Source_Call) RunAndReturn(run func()) *isCreateDownloadLinkRequest_Source_isCreateDownloadLinkRequest_Source_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flyteidl/clients/go/admin/mocks/isGetDataResponse_Data.go b/flyteidl/clients/go/admin/mocks/isGetDataResponse_Data.go index d0ed3a58cb..1810416e7a 100644 --- a/flyteidl/clients/go/admin/mocks/isGetDataResponse_Data.go +++ b/flyteidl/clients/go/admin/mocks/isGetDataResponse_Data.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -17,7 +17,7 @@ func (_m *isGetDataResponse_Data) EXPECT() *isGetDataResponse_Data_Expecter { return &isGetDataResponse_Data_Expecter{mock: &_m.Mock} } -// isGetDataResponse_Data provides a mock function with given fields: +// isGetDataResponse_Data provides a mock function with no fields func (_m *isGetDataResponse_Data) isGetDataResponse_Data() { _m.Called() } @@ -45,7 +45,7 @@ func (_c *isGetDataResponse_Data_isGetDataResponse_Data_Call) Return() *isGetDat } func (_c *isGetDataResponse_Data_isGetDataResponse_Data_Call) RunAndReturn(run func()) *isGetDataResponse_Data_isGetDataResponse_Data_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flyteidl/clients/go/cacheservice/mocks/CacheServiceClient.go b/flyteidl/clients/go/cacheservice/mocks/CacheServiceClient.go index 77d8aa72e0..9bb790cbc4 100644 --- a/flyteidl/clients/go/cacheservice/mocks/CacheServiceClient.go +++ b/flyteidl/clients/go/cacheservice/mocks/CacheServiceClient.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteidl/clients/go/datacatalog/mocks/DataCatalogClient.go b/flyteidl/clients/go/datacatalog/mocks/DataCatalogClient.go index 854bc78279..569cfe713d 100644 --- a/flyteidl/clients/go/datacatalog/mocks/DataCatalogClient.go +++ b/flyteidl/clients/go/datacatalog/mocks/DataCatalogClient.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteidl/go.mod b/flyteidl/go.mod index e0fcb23173..2739bedd06 100644 --- a/flyteidl/go.mod +++ b/flyteidl/go.mod @@ -1,6 +1,8 @@ module github.com/flyteorg/flyte/flyteidl -go 1.22 +go 1.22.0 + +toolchain go1.24.0 require ( github.com/flyteorg/flyte/flytestdlib v0.0.0-00010101000000-000000000000 @@ -17,7 +19,7 @@ require ( github.com/shamaton/msgpack/v2 v2.2.2 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.9.0 - golang.org/x/net v0.33.0 + golang.org/x/net v0.35.0 golang.org/x/oauth2 v0.18.0 google.golang.org/genproto/googleapis/api v0.0.0-20240123012728-ef4313101c80 google.golang.org/grpc v1.62.1 @@ -97,12 +99,12 @@ require ( go.opentelemetry.io/otel/sdk v1.24.0 // indirect go.opentelemetry.io/otel/trace v1.24.0 // indirect go.opentelemetry.io/proto/otlp v1.1.0 // indirect - golang.org/x/crypto v0.31.0 // indirect + golang.org/x/crypto v0.33.0 // indirect golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect - golang.org/x/sync v0.10.0 // indirect - golang.org/x/sys v0.28.0 // indirect - golang.org/x/term v0.27.0 // indirect - golang.org/x/text v0.21.0 // indirect + golang.org/x/sync v0.11.0 // indirect + golang.org/x/sys v0.30.0 // indirect + golang.org/x/term v0.29.0 // indirect + golang.org/x/text v0.22.0 // indirect golang.org/x/time v0.5.0 // indirect google.golang.org/api v0.155.0 // indirect google.golang.org/appengine v1.6.8 // indirect diff --git a/flyteidl/go.sum b/flyteidl/go.sum index fbd6cafd4f..c0df28c131 100644 --- a/flyteidl/go.sum +++ b/flyteidl/go.sum @@ -285,6 +285,7 @@ golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPh golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U= golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk= +golang.org/x/crypto v0.33.0/go.mod h1:bVdXmD7IV/4GdElGPozy6U7lWdRXA4qyRVGJV57uQ5M= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e h1:+WEEuIdZHnUeJJmEUjyYC2gfUMj69yZXw17EnHg/otA= golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e/go.mod h1:Kr81I6Kryrl9sr8s2FK3vxD90NdsKWRuOIl2O4CvYbA= @@ -307,6 +308,7 @@ golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I= golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4= +golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.18.0 h1:09qnuIAgzdx1XplqJvW6CQqMCtGZykZWcXzPMPUusvI= golang.org/x/oauth2 v0.18.0/go.mod h1:Wf7knwG0MPoWIMMBgFlEaSUDaKskp0dCfrlJRJXbBi8= @@ -318,6 +320,7 @@ golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ= golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -335,16 +338,19 @@ golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA= golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.27.0 h1:WP60Sv1nlK1T6SupCHbXzSaN0b9wUmsPoRS9b61A23Q= golang.org/x/term v0.27.0/go.mod h1:iMsnZpn0cago0GOrHO2+Y7u7JPn5AylBrcoWkElMTSM= +golang.org/x/term v0.29.0/go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ= golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo= golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ= +golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY= golang.org/x/time v0.5.0 h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk= golang.org/x/time v0.5.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= diff --git a/flyteplugins/go.mod b/flyteplugins/go.mod index f455e76911..283068736b 100644 --- a/flyteplugins/go.mod +++ b/flyteplugins/go.mod @@ -1,6 +1,8 @@ module github.com/flyteorg/flyte/flyteplugins -go 1.22 +go 1.22.0 + +toolchain go1.24.0 require ( github.com/GoogleCloudPlatform/spark-on-k8s-operator v0.0.0-20200723154620-6f35a1152625 @@ -28,7 +30,7 @@ require ( github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.9.0 golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 - golang.org/x/net v0.33.0 + golang.org/x/net v0.35.0 golang.org/x/oauth2 v0.18.0 golang.org/x/time v0.5.0 google.golang.org/api v0.155.0 @@ -131,11 +133,11 @@ require ( go.opentelemetry.io/otel/sdk v1.24.0 // indirect go.opentelemetry.io/otel/trace v1.24.0 // indirect go.opentelemetry.io/proto/otlp v1.1.0 // indirect - golang.org/x/crypto v0.31.0 // indirect - golang.org/x/sync v0.10.0 // indirect - golang.org/x/sys v0.28.0 // indirect - golang.org/x/term v0.27.0 // indirect - golang.org/x/text v0.21.0 // indirect + golang.org/x/crypto v0.33.0 // indirect + golang.org/x/sync v0.11.0 // indirect + golang.org/x/sys v0.30.0 // indirect + golang.org/x/term v0.29.0 // indirect + golang.org/x/text v0.22.0 // indirect gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect google.golang.org/appengine v1.6.8 // indirect google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 // indirect diff --git a/flyteplugins/go.sum b/flyteplugins/go.sum index 1097b3dbfe..ff42991323 100644 --- a/flyteplugins/go.sum +++ b/flyteplugins/go.sum @@ -430,8 +430,8 @@ golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPh golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= -golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U= -golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk= +golang.org/x/crypto v0.33.0 h1:IOBPskki6Lysi0lo9qQvbxiQ+FvsCC/YWOecCHAixus= +golang.org/x/crypto v0.33.0/go.mod h1:bVdXmD7IV/4GdElGPozy6U7lWdRXA4qyRVGJV57uQ5M= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= @@ -501,8 +501,8 @@ golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= -golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I= -golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4= +golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8= +golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -525,8 +525,8 @@ golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ= -golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w= +golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -570,12 +570,12 @@ golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA= -golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc= +golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= -golang.org/x/term v0.27.0 h1:WP60Sv1nlK1T6SupCHbXzSaN0b9wUmsPoRS9b61A23Q= -golang.org/x/term v0.27.0/go.mod h1:iMsnZpn0cago0GOrHO2+Y7u7JPn5AylBrcoWkElMTSM= +golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU= +golang.org/x/term v0.29.0/go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -584,8 +584,8 @@ golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ= -golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo= -golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ= +golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM= +golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= @@ -641,8 +641,8 @@ golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4f golang.org/x/tools v0.0.0-20210108195828-e2f9c7f1fc8e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.1.0/go.mod h1:xkSsbof2nBLbhDlRMhhhyNLN/zl3eTqcnHD5viDpcZ0= golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= -golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d h1:vU5i/LfpvrRCpgM/VPfJLg5KjxD3E+hfT1SH+d9zLwg= -golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d/go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk= +golang.org/x/tools v0.30.0 h1:BgcpHewrV5AUp2G9MebG4XPFI1E2W41zU1SaqVA9vJY= +golang.org/x/tools v0.30.0/go.mod h1:c347cR/OJfw5TI+GfX7RUPNMdDRRbjvYTS0jPyvsVtY= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= diff --git a/flyteplugins/go/tasks/pluginmachinery/catalog/mocks/async_client.go b/flyteplugins/go/tasks/pluginmachinery/catalog/mocks/async_client.go index 1c31dfc162..64abf00887 100644 --- a/flyteplugins/go/tasks/pluginmachinery/catalog/mocks/async_client.go +++ b/flyteplugins/go/tasks/pluginmachinery/catalog/mocks/async_client.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteplugins/go/tasks/pluginmachinery/catalog/mocks/client.go b/flyteplugins/go/tasks/pluginmachinery/catalog/mocks/client.go index df5f0e713f..286790fc39 100644 --- a/flyteplugins/go/tasks/pluginmachinery/catalog/mocks/client.go +++ b/flyteplugins/go/tasks/pluginmachinery/catalog/mocks/client.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteplugins/go/tasks/pluginmachinery/catalog/mocks/download_future.go b/flyteplugins/go/tasks/pluginmachinery/catalog/mocks/download_future.go index 6f90c27a90..dd9c460a43 100644 --- a/flyteplugins/go/tasks/pluginmachinery/catalog/mocks/download_future.go +++ b/flyteplugins/go/tasks/pluginmachinery/catalog/mocks/download_future.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -20,7 +20,7 @@ func (_m *DownloadFuture) EXPECT() *DownloadFuture_Expecter { return &DownloadFuture_Expecter{mock: &_m.Mock} } -// GetResponse provides a mock function with given fields: +// GetResponse provides a mock function with no fields func (_m *DownloadFuture) GetResponse() (catalog.DownloadResponse, error) { ret := _m.Called() @@ -77,7 +77,7 @@ func (_c *DownloadFuture_GetResponse_Call) RunAndReturn(run func() (catalog.Down return _c } -// GetResponseError provides a mock function with given fields: +// GetResponseError provides a mock function with no fields func (_m *DownloadFuture) GetResponseError() error { ret := _m.Called() @@ -122,7 +122,7 @@ func (_c *DownloadFuture_GetResponseError_Call) RunAndReturn(run func() error) * return _c } -// GetResponseStatus provides a mock function with given fields: +// GetResponseStatus provides a mock function with no fields func (_m *DownloadFuture) GetResponseStatus() catalog.ResponseStatus { ret := _m.Called() @@ -196,7 +196,7 @@ func (_c *DownloadFuture_OnReady_Call) Return() *DownloadFuture_OnReady_Call { } func (_c *DownloadFuture_OnReady_Call) RunAndReturn(run func(catalog.ReadyHandler)) *DownloadFuture_OnReady_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flyteplugins/go/tasks/pluginmachinery/catalog/mocks/download_response.go b/flyteplugins/go/tasks/pluginmachinery/catalog/mocks/download_response.go index 54b0e1a03e..f0b7ca86fe 100644 --- a/flyteplugins/go/tasks/pluginmachinery/catalog/mocks/download_response.go +++ b/flyteplugins/go/tasks/pluginmachinery/catalog/mocks/download_response.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -21,7 +21,7 @@ func (_m *DownloadResponse) EXPECT() *DownloadResponse_Expecter { return &DownloadResponse_Expecter{mock: &_m.Mock} } -// GetCachedCount provides a mock function with given fields: +// GetCachedCount provides a mock function with no fields func (_m *DownloadResponse) GetCachedCount() int { ret := _m.Called() @@ -66,7 +66,7 @@ func (_c *DownloadResponse_GetCachedCount_Call) RunAndReturn(run func() int) *Do return _c } -// GetCachedResults provides a mock function with given fields: +// GetCachedResults provides a mock function with no fields func (_m *DownloadResponse) GetCachedResults() *bitarray.BitSet { ret := _m.Called() @@ -113,7 +113,7 @@ func (_c *DownloadResponse_GetCachedResults_Call) RunAndReturn(run func() *bitar return _c } -// GetResultsSize provides a mock function with given fields: +// GetResultsSize provides a mock function with no fields func (_m *DownloadResponse) GetResultsSize() int { ret := _m.Called() diff --git a/flyteplugins/go/tasks/pluginmachinery/catalog/mocks/future.go b/flyteplugins/go/tasks/pluginmachinery/catalog/mocks/future.go index c91862bc16..324f7f0aad 100644 --- a/flyteplugins/go/tasks/pluginmachinery/catalog/mocks/future.go +++ b/flyteplugins/go/tasks/pluginmachinery/catalog/mocks/future.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -20,7 +20,7 @@ func (_m *Future) EXPECT() *Future_Expecter { return &Future_Expecter{mock: &_m.Mock} } -// GetResponseError provides a mock function with given fields: +// GetResponseError provides a mock function with no fields func (_m *Future) GetResponseError() error { ret := _m.Called() @@ -65,7 +65,7 @@ func (_c *Future_GetResponseError_Call) RunAndReturn(run func() error) *Future_G return _c } -// GetResponseStatus provides a mock function with given fields: +// GetResponseStatus provides a mock function with no fields func (_m *Future) GetResponseStatus() catalog.ResponseStatus { ret := _m.Called() @@ -139,7 +139,7 @@ func (_c *Future_OnReady_Call) Return() *Future_OnReady_Call { } func (_c *Future_OnReady_Call) RunAndReturn(run func(catalog.ReadyHandler)) *Future_OnReady_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flyteplugins/go/tasks/pluginmachinery/catalog/mocks/ready_handler.go b/flyteplugins/go/tasks/pluginmachinery/catalog/mocks/ready_handler.go index 476d8ed010..d85fccca7b 100644 --- a/flyteplugins/go/tasks/pluginmachinery/catalog/mocks/ready_handler.go +++ b/flyteplugins/go/tasks/pluginmachinery/catalog/mocks/ready_handler.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -53,7 +53,7 @@ func (_c *ReadyHandler_Execute_Call) Return() *ReadyHandler_Execute_Call { } func (_c *ReadyHandler_Execute_Call) RunAndReturn(run func(context.Context, catalog.Future)) *ReadyHandler_Execute_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flyteplugins/go/tasks/pluginmachinery/catalog/mocks/upload_future.go b/flyteplugins/go/tasks/pluginmachinery/catalog/mocks/upload_future.go index 9d27239069..ca49f20024 100644 --- a/flyteplugins/go/tasks/pluginmachinery/catalog/mocks/upload_future.go +++ b/flyteplugins/go/tasks/pluginmachinery/catalog/mocks/upload_future.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -20,7 +20,7 @@ func (_m *UploadFuture) EXPECT() *UploadFuture_Expecter { return &UploadFuture_Expecter{mock: &_m.Mock} } -// GetResponseError provides a mock function with given fields: +// GetResponseError provides a mock function with no fields func (_m *UploadFuture) GetResponseError() error { ret := _m.Called() @@ -65,7 +65,7 @@ func (_c *UploadFuture_GetResponseError_Call) RunAndReturn(run func() error) *Up return _c } -// GetResponseStatus provides a mock function with given fields: +// GetResponseStatus provides a mock function with no fields func (_m *UploadFuture) GetResponseStatus() catalog.ResponseStatus { ret := _m.Called() @@ -139,7 +139,7 @@ func (_c *UploadFuture_OnReady_Call) Return() *UploadFuture_OnReady_Call { } func (_c *UploadFuture_OnReady_Call) RunAndReturn(run func(catalog.ReadyHandler)) *UploadFuture_OnReady_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flyteplugins/go/tasks/pluginmachinery/core/mocks/enqueue_owner.go b/flyteplugins/go/tasks/pluginmachinery/core/mocks/enqueue_owner.go index 3b8193c8ec..42208e34d8 100644 --- a/flyteplugins/go/tasks/pluginmachinery/core/mocks/enqueue_owner.go +++ b/flyteplugins/go/tasks/pluginmachinery/core/mocks/enqueue_owner.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteplugins/go/tasks/pluginmachinery/core/mocks/events_recorder.go b/flyteplugins/go/tasks/pluginmachinery/core/mocks/events_recorder.go index 7a6a0f33a8..1fe5d28716 100644 --- a/flyteplugins/go/tasks/pluginmachinery/core/mocks/events_recorder.go +++ b/flyteplugins/go/tasks/pluginmachinery/core/mocks/events_recorder.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteplugins/go/tasks/pluginmachinery/core/mocks/kube_client.go b/flyteplugins/go/tasks/pluginmachinery/core/mocks/kube_client.go index 42f7dd55dc..72ca8b6557 100644 --- a/flyteplugins/go/tasks/pluginmachinery/core/mocks/kube_client.go +++ b/flyteplugins/go/tasks/pluginmachinery/core/mocks/kube_client.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -22,7 +22,7 @@ func (_m *KubeClient) EXPECT() *KubeClient_Expecter { return &KubeClient_Expecter{mock: &_m.Mock} } -// GetCache provides a mock function with given fields: +// GetCache provides a mock function with no fields func (_m *KubeClient) GetCache() cache.Cache { ret := _m.Called() @@ -69,7 +69,7 @@ func (_c *KubeClient_GetCache_Call) RunAndReturn(run func() cache.Cache) *KubeCl return _c } -// GetClient provides a mock function with given fields: +// GetClient provides a mock function with no fields func (_m *KubeClient) GetClient() client.Client { ret := _m.Called() diff --git a/flyteplugins/go/tasks/pluginmachinery/core/mocks/plugin.go b/flyteplugins/go/tasks/pluginmachinery/core/mocks/plugin.go index 4315c38ce8..703c6cfa4a 100644 --- a/flyteplugins/go/tasks/pluginmachinery/core/mocks/plugin.go +++ b/flyteplugins/go/tasks/pluginmachinery/core/mocks/plugin.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -116,7 +116,7 @@ func (_c *Plugin_Finalize_Call) RunAndReturn(run func(context.Context, core.Task return _c } -// GetID provides a mock function with given fields: +// GetID provides a mock function with no fields func (_m *Plugin) GetID() string { ret := _m.Called() @@ -161,7 +161,7 @@ func (_c *Plugin_GetID_Call) RunAndReturn(run func() string) *Plugin_GetID_Call return _c } -// GetProperties provides a mock function with given fields: +// GetProperties provides a mock function with no fields func (_m *Plugin) GetProperties() core.PluginProperties { ret := _m.Called() diff --git a/flyteplugins/go/tasks/pluginmachinery/core/mocks/plugin_loader.go b/flyteplugins/go/tasks/pluginmachinery/core/mocks/plugin_loader.go index 83a4acb1e8..7a771f02ae 100644 --- a/flyteplugins/go/tasks/pluginmachinery/core/mocks/plugin_loader.go +++ b/flyteplugins/go/tasks/pluginmachinery/core/mocks/plugin_loader.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteplugins/go/tasks/pluginmachinery/core/mocks/plugin_state_reader.go b/flyteplugins/go/tasks/pluginmachinery/core/mocks/plugin_state_reader.go index 1c63b636a4..30c2db9b0d 100644 --- a/flyteplugins/go/tasks/pluginmachinery/core/mocks/plugin_state_reader.go +++ b/flyteplugins/go/tasks/pluginmachinery/core/mocks/plugin_state_reader.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -73,7 +73,7 @@ func (_c *PluginStateReader_Get_Call) RunAndReturn(run func(interface{}) (uint8, return _c } -// GetStateVersion provides a mock function with given fields: +// GetStateVersion provides a mock function with no fields func (_m *PluginStateReader) GetStateVersion() uint8 { ret := _m.Called() diff --git a/flyteplugins/go/tasks/pluginmachinery/core/mocks/plugin_state_writer.go b/flyteplugins/go/tasks/pluginmachinery/core/mocks/plugin_state_writer.go index 94c11a08d7..f203bd93a2 100644 --- a/flyteplugins/go/tasks/pluginmachinery/core/mocks/plugin_state_writer.go +++ b/flyteplugins/go/tasks/pluginmachinery/core/mocks/plugin_state_writer.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -64,7 +64,7 @@ func (_c *PluginStateWriter_Put_Call) RunAndReturn(run func(uint8, interface{}) return _c } -// Reset provides a mock function with given fields: +// Reset provides a mock function with no fields func (_m *PluginStateWriter) Reset() error { ret := _m.Called() diff --git a/flyteplugins/go/tasks/pluginmachinery/core/mocks/resource_manager.go b/flyteplugins/go/tasks/pluginmachinery/core/mocks/resource_manager.go index b1258e576b..2c001cf72c 100644 --- a/flyteplugins/go/tasks/pluginmachinery/core/mocks/resource_manager.go +++ b/flyteplugins/go/tasks/pluginmachinery/core/mocks/resource_manager.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -81,7 +81,7 @@ func (_c *ResourceManager_AllocateResource_Call) RunAndReturn(run func(context.C return _c } -// GetID provides a mock function with given fields: +// GetID provides a mock function with no fields func (_m *ResourceManager) GetID() string { ret := _m.Called() diff --git a/flyteplugins/go/tasks/pluginmachinery/core/mocks/resource_registrar.go b/flyteplugins/go/tasks/pluginmachinery/core/mocks/resource_registrar.go index a3b46a5575..709e3fb759 100644 --- a/flyteplugins/go/tasks/pluginmachinery/core/mocks/resource_registrar.go +++ b/flyteplugins/go/tasks/pluginmachinery/core/mocks/resource_registrar.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteplugins/go/tasks/pluginmachinery/core/mocks/secret_manager.go b/flyteplugins/go/tasks/pluginmachinery/core/mocks/secret_manager.go index 1b79e5e199..ea42c0b766 100644 --- a/flyteplugins/go/tasks/pluginmachinery/core/mocks/secret_manager.go +++ b/flyteplugins/go/tasks/pluginmachinery/core/mocks/secret_manager.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteplugins/go/tasks/pluginmachinery/core/mocks/setup_context.go b/flyteplugins/go/tasks/pluginmachinery/core/mocks/setup_context.go index 4a44bd01c1..933c254db7 100644 --- a/flyteplugins/go/tasks/pluginmachinery/core/mocks/setup_context.go +++ b/flyteplugins/go/tasks/pluginmachinery/core/mocks/setup_context.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -22,7 +22,7 @@ func (_m *SetupContext) EXPECT() *SetupContext_Expecter { return &SetupContext_Expecter{mock: &_m.Mock} } -// EnqueueOwner provides a mock function with given fields: +// EnqueueOwner provides a mock function with no fields func (_m *SetupContext) EnqueueOwner() core.EnqueueOwner { ret := _m.Called() @@ -69,7 +69,7 @@ func (_c *SetupContext_EnqueueOwner_Call) RunAndReturn(run func() core.EnqueueOw return _c } -// KubeClient provides a mock function with given fields: +// KubeClient provides a mock function with no fields func (_m *SetupContext) KubeClient() core.KubeClient { ret := _m.Called() @@ -116,7 +116,7 @@ func (_c *SetupContext_KubeClient_Call) RunAndReturn(run func() core.KubeClient) return _c } -// MetricsScope provides a mock function with given fields: +// MetricsScope provides a mock function with no fields func (_m *SetupContext) MetricsScope() promutils.Scope { ret := _m.Called() @@ -163,7 +163,7 @@ func (_c *SetupContext_MetricsScope_Call) RunAndReturn(run func() promutils.Scop return _c } -// OwnerKind provides a mock function with given fields: +// OwnerKind provides a mock function with no fields func (_m *SetupContext) OwnerKind() string { ret := _m.Called() @@ -208,7 +208,7 @@ func (_c *SetupContext_OwnerKind_Call) RunAndReturn(run func() string) *SetupCon return _c } -// ResourceRegistrar provides a mock function with given fields: +// ResourceRegistrar provides a mock function with no fields func (_m *SetupContext) ResourceRegistrar() core.ResourceRegistrar { ret := _m.Called() @@ -255,7 +255,7 @@ func (_c *SetupContext_ResourceRegistrar_Call) RunAndReturn(run func() core.Reso return _c } -// SecretManager provides a mock function with given fields: +// SecretManager provides a mock function with no fields func (_m *SetupContext) SecretManager() core.SecretManager { ret := _m.Called() diff --git a/flyteplugins/go/tasks/pluginmachinery/core/mocks/signal_async.go b/flyteplugins/go/tasks/pluginmachinery/core/mocks/signal_async.go index 63d5470d79..a0ca95cfaa 100644 --- a/flyteplugins/go/tasks/pluginmachinery/core/mocks/signal_async.go +++ b/flyteplugins/go/tasks/pluginmachinery/core/mocks/signal_async.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -50,7 +50,7 @@ func (_c *SignalAsync_Execute_Call) Return() *SignalAsync_Execute_Call { } func (_c *SignalAsync_Execute_Call) RunAndReturn(run func(context.Context)) *SignalAsync_Execute_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flyteplugins/go/tasks/pluginmachinery/core/mocks/task_execution_context.go b/flyteplugins/go/tasks/pluginmachinery/core/mocks/task_execution_context.go index 9073c15c2b..4abef842be 100644 --- a/flyteplugins/go/tasks/pluginmachinery/core/mocks/task_execution_context.go +++ b/flyteplugins/go/tasks/pluginmachinery/core/mocks/task_execution_context.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -26,7 +26,7 @@ func (_m *TaskExecutionContext) EXPECT() *TaskExecutionContext_Expecter { return &TaskExecutionContext_Expecter{mock: &_m.Mock} } -// Catalog provides a mock function with given fields: +// Catalog provides a mock function with no fields func (_m *TaskExecutionContext) Catalog() catalog.AsyncClient { ret := _m.Called() @@ -73,7 +73,7 @@ func (_c *TaskExecutionContext_Catalog_Call) RunAndReturn(run func() catalog.Asy return _c } -// DataStore provides a mock function with given fields: +// DataStore provides a mock function with no fields func (_m *TaskExecutionContext) DataStore() *storage.DataStore { ret := _m.Called() @@ -120,7 +120,7 @@ func (_c *TaskExecutionContext_DataStore_Call) RunAndReturn(run func() *storage. return _c } -// EventsRecorder provides a mock function with given fields: +// EventsRecorder provides a mock function with no fields func (_m *TaskExecutionContext) EventsRecorder() core.EventsRecorder { ret := _m.Called() @@ -167,7 +167,7 @@ func (_c *TaskExecutionContext_EventsRecorder_Call) RunAndReturn(run func() core return _c } -// InputReader provides a mock function with given fields: +// InputReader provides a mock function with no fields func (_m *TaskExecutionContext) InputReader() io.InputReader { ret := _m.Called() @@ -214,7 +214,7 @@ func (_c *TaskExecutionContext_InputReader_Call) RunAndReturn(run func() io.Inpu return _c } -// OutputWriter provides a mock function with given fields: +// OutputWriter provides a mock function with no fields func (_m *TaskExecutionContext) OutputWriter() io.OutputWriter { ret := _m.Called() @@ -261,7 +261,7 @@ func (_c *TaskExecutionContext_OutputWriter_Call) RunAndReturn(run func() io.Out return _c } -// PluginStateReader provides a mock function with given fields: +// PluginStateReader provides a mock function with no fields func (_m *TaskExecutionContext) PluginStateReader() core.PluginStateReader { ret := _m.Called() @@ -308,7 +308,7 @@ func (_c *TaskExecutionContext_PluginStateReader_Call) RunAndReturn(run func() c return _c } -// PluginStateWriter provides a mock function with given fields: +// PluginStateWriter provides a mock function with no fields func (_m *TaskExecutionContext) PluginStateWriter() core.PluginStateWriter { ret := _m.Called() @@ -355,7 +355,7 @@ func (_c *TaskExecutionContext_PluginStateWriter_Call) RunAndReturn(run func() c return _c } -// ResourceManager provides a mock function with given fields: +// ResourceManager provides a mock function with no fields func (_m *TaskExecutionContext) ResourceManager() core.ResourceManager { ret := _m.Called() @@ -402,7 +402,7 @@ func (_c *TaskExecutionContext_ResourceManager_Call) RunAndReturn(run func() cor return _c } -// SecretManager provides a mock function with given fields: +// SecretManager provides a mock function with no fields func (_m *TaskExecutionContext) SecretManager() core.SecretManager { ret := _m.Called() @@ -449,7 +449,7 @@ func (_c *TaskExecutionContext_SecretManager_Call) RunAndReturn(run func() core. return _c } -// TaskExecutionMetadata provides a mock function with given fields: +// TaskExecutionMetadata provides a mock function with no fields func (_m *TaskExecutionContext) TaskExecutionMetadata() core.TaskExecutionMetadata { ret := _m.Called() @@ -496,7 +496,7 @@ func (_c *TaskExecutionContext_TaskExecutionMetadata_Call) RunAndReturn(run func return _c } -// TaskReader provides a mock function with given fields: +// TaskReader provides a mock function with no fields func (_m *TaskExecutionContext) TaskReader() core.TaskReader { ret := _m.Called() @@ -543,7 +543,7 @@ func (_c *TaskExecutionContext_TaskReader_Call) RunAndReturn(run func() core.Tas return _c } -// TaskRefreshIndicator provides a mock function with given fields: +// TaskRefreshIndicator provides a mock function with no fields func (_m *TaskExecutionContext) TaskRefreshIndicator() core.SignalAsync { ret := _m.Called() diff --git a/flyteplugins/go/tasks/pluginmachinery/core/mocks/task_execution_id.go b/flyteplugins/go/tasks/pluginmachinery/core/mocks/task_execution_id.go index d3ec0472e7..6f827cb790 100644 --- a/flyteplugins/go/tasks/pluginmachinery/core/mocks/task_execution_id.go +++ b/flyteplugins/go/tasks/pluginmachinery/core/mocks/task_execution_id.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -20,7 +20,7 @@ func (_m *TaskExecutionID) EXPECT() *TaskExecutionID_Expecter { return &TaskExecutionID_Expecter{mock: &_m.Mock} } -// GetGeneratedName provides a mock function with given fields: +// GetGeneratedName provides a mock function with no fields func (_m *TaskExecutionID) GetGeneratedName() string { ret := _m.Called() @@ -122,7 +122,7 @@ func (_c *TaskExecutionID_GetGeneratedNameWith_Call) RunAndReturn(run func(int, return _c } -// GetID provides a mock function with given fields: +// GetID provides a mock function with no fields func (_m *TaskExecutionID) GetID() flyteidlcore.TaskExecutionIdentifier { ret := _m.Called() @@ -167,7 +167,7 @@ func (_c *TaskExecutionID_GetID_Call) RunAndReturn(run func() flyteidlcore.TaskE return _c } -// GetUniqueNodeID provides a mock function with given fields: +// GetUniqueNodeID provides a mock function with no fields func (_m *TaskExecutionID) GetUniqueNodeID() string { ret := _m.Called() diff --git a/flyteplugins/go/tasks/pluginmachinery/core/mocks/task_execution_metadata.go b/flyteplugins/go/tasks/pluginmachinery/core/mocks/task_execution_metadata.go index 57ca046616..9c84b579bf 100644 --- a/flyteplugins/go/tasks/pluginmachinery/core/mocks/task_execution_metadata.go +++ b/flyteplugins/go/tasks/pluginmachinery/core/mocks/task_execution_metadata.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -28,7 +28,7 @@ func (_m *TaskExecutionMetadata) EXPECT() *TaskExecutionMetadata_Expecter { return &TaskExecutionMetadata_Expecter{mock: &_m.Mock} } -// GetAnnotations provides a mock function with given fields: +// GetAnnotations provides a mock function with no fields func (_m *TaskExecutionMetadata) GetAnnotations() map[string]string { ret := _m.Called() @@ -75,7 +75,7 @@ func (_c *TaskExecutionMetadata_GetAnnotations_Call) RunAndReturn(run func() map return _c } -// GetConsoleURL provides a mock function with given fields: +// GetConsoleURL provides a mock function with no fields func (_m *TaskExecutionMetadata) GetConsoleURL() string { ret := _m.Called() @@ -120,7 +120,7 @@ func (_c *TaskExecutionMetadata_GetConsoleURL_Call) RunAndReturn(run func() stri return _c } -// GetEnvironmentVariables provides a mock function with given fields: +// GetEnvironmentVariables provides a mock function with no fields func (_m *TaskExecutionMetadata) GetEnvironmentVariables() map[string]string { ret := _m.Called() @@ -167,7 +167,7 @@ func (_c *TaskExecutionMetadata_GetEnvironmentVariables_Call) RunAndReturn(run f return _c } -// GetInterruptibleFailureThreshold provides a mock function with given fields: +// GetInterruptibleFailureThreshold provides a mock function with no fields func (_m *TaskExecutionMetadata) GetInterruptibleFailureThreshold() int32 { ret := _m.Called() @@ -212,7 +212,7 @@ func (_c *TaskExecutionMetadata_GetInterruptibleFailureThreshold_Call) RunAndRet return _c } -// GetK8sServiceAccount provides a mock function with given fields: +// GetK8sServiceAccount provides a mock function with no fields func (_m *TaskExecutionMetadata) GetK8sServiceAccount() string { ret := _m.Called() @@ -257,7 +257,7 @@ func (_c *TaskExecutionMetadata_GetK8sServiceAccount_Call) RunAndReturn(run func return _c } -// GetLabels provides a mock function with given fields: +// GetLabels provides a mock function with no fields func (_m *TaskExecutionMetadata) GetLabels() map[string]string { ret := _m.Called() @@ -304,7 +304,7 @@ func (_c *TaskExecutionMetadata_GetLabels_Call) RunAndReturn(run func() map[stri return _c } -// GetMaxAttempts provides a mock function with given fields: +// GetMaxAttempts provides a mock function with no fields func (_m *TaskExecutionMetadata) GetMaxAttempts() uint32 { ret := _m.Called() @@ -349,7 +349,7 @@ func (_c *TaskExecutionMetadata_GetMaxAttempts_Call) RunAndReturn(run func() uin return _c } -// GetNamespace provides a mock function with given fields: +// GetNamespace provides a mock function with no fields func (_m *TaskExecutionMetadata) GetNamespace() string { ret := _m.Called() @@ -394,7 +394,7 @@ func (_c *TaskExecutionMetadata_GetNamespace_Call) RunAndReturn(run func() strin return _c } -// GetOverrides provides a mock function with given fields: +// GetOverrides provides a mock function with no fields func (_m *TaskExecutionMetadata) GetOverrides() core.TaskOverrides { ret := _m.Called() @@ -441,7 +441,7 @@ func (_c *TaskExecutionMetadata_GetOverrides_Call) RunAndReturn(run func() core. return _c } -// GetOwnerID provides a mock function with given fields: +// GetOwnerID provides a mock function with no fields func (_m *TaskExecutionMetadata) GetOwnerID() types.NamespacedName { ret := _m.Called() @@ -486,7 +486,7 @@ func (_c *TaskExecutionMetadata_GetOwnerID_Call) RunAndReturn(run func() types.N return _c } -// GetOwnerReference provides a mock function with given fields: +// GetOwnerReference provides a mock function with no fields func (_m *TaskExecutionMetadata) GetOwnerReference() v1.OwnerReference { ret := _m.Called() @@ -531,7 +531,7 @@ func (_c *TaskExecutionMetadata_GetOwnerReference_Call) RunAndReturn(run func() return _c } -// GetPlatformResources provides a mock function with given fields: +// GetPlatformResources provides a mock function with no fields func (_m *TaskExecutionMetadata) GetPlatformResources() *corev1.ResourceRequirements { ret := _m.Called() @@ -578,7 +578,7 @@ func (_c *TaskExecutionMetadata_GetPlatformResources_Call) RunAndReturn(run func return _c } -// GetSecurityContext provides a mock function with given fields: +// GetSecurityContext provides a mock function with no fields func (_m *TaskExecutionMetadata) GetSecurityContext() flyteidlcore.SecurityContext { ret := _m.Called() @@ -623,7 +623,7 @@ func (_c *TaskExecutionMetadata_GetSecurityContext_Call) RunAndReturn(run func() return _c } -// GetTaskExecutionID provides a mock function with given fields: +// GetTaskExecutionID provides a mock function with no fields func (_m *TaskExecutionMetadata) GetTaskExecutionID() core.TaskExecutionID { ret := _m.Called() @@ -670,7 +670,7 @@ func (_c *TaskExecutionMetadata_GetTaskExecutionID_Call) RunAndReturn(run func() return _c } -// IsInterruptible provides a mock function with given fields: +// IsInterruptible provides a mock function with no fields func (_m *TaskExecutionMetadata) IsInterruptible() bool { ret := _m.Called() diff --git a/flyteplugins/go/tasks/pluginmachinery/core/mocks/task_overrides.go b/flyteplugins/go/tasks/pluginmachinery/core/mocks/task_overrides.go index 93f626282b..3f9932399c 100644 --- a/flyteplugins/go/tasks/pluginmachinery/core/mocks/task_overrides.go +++ b/flyteplugins/go/tasks/pluginmachinery/core/mocks/task_overrides.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -22,7 +22,7 @@ func (_m *TaskOverrides) EXPECT() *TaskOverrides_Expecter { return &TaskOverrides_Expecter{mock: &_m.Mock} } -// GetConfig provides a mock function with given fields: +// GetConfig provides a mock function with no fields func (_m *TaskOverrides) GetConfig() *v1.ConfigMap { ret := _m.Called() @@ -69,7 +69,7 @@ func (_c *TaskOverrides_GetConfig_Call) RunAndReturn(run func() *v1.ConfigMap) * return _c } -// GetContainerImage provides a mock function with given fields: +// GetContainerImage provides a mock function with no fields func (_m *TaskOverrides) GetContainerImage() string { ret := _m.Called() @@ -114,7 +114,7 @@ func (_c *TaskOverrides_GetContainerImage_Call) RunAndReturn(run func() string) return _c } -// GetExtendedResources provides a mock function with given fields: +// GetExtendedResources provides a mock function with no fields func (_m *TaskOverrides) GetExtendedResources() *flyteidlcore.ExtendedResources { ret := _m.Called() @@ -161,7 +161,7 @@ func (_c *TaskOverrides_GetExtendedResources_Call) RunAndReturn(run func() *flyt return _c } -// GetPodTemplate provides a mock function with given fields: +// GetPodTemplate provides a mock function with no fields func (_m *TaskOverrides) GetPodTemplate() *flyteidlcore.K8SPod { ret := _m.Called() @@ -208,7 +208,7 @@ func (_c *TaskOverrides_GetPodTemplate_Call) RunAndReturn(run func() *flyteidlco return _c } -// GetResources provides a mock function with given fields: +// GetResources provides a mock function with no fields func (_m *TaskOverrides) GetResources() *v1.ResourceRequirements { ret := _m.Called() diff --git a/flyteplugins/go/tasks/pluginmachinery/core/mocks/task_reader.go b/flyteplugins/go/tasks/pluginmachinery/core/mocks/task_reader.go index 86974d4182..4407464450 100644 --- a/flyteplugins/go/tasks/pluginmachinery/core/mocks/task_reader.go +++ b/flyteplugins/go/tasks/pluginmachinery/core/mocks/task_reader.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteplugins/go/tasks/pluginmachinery/core/mocks/task_template_path.go b/flyteplugins/go/tasks/pluginmachinery/core/mocks/task_template_path.go index e168452626..f0b949a08d 100644 --- a/flyteplugins/go/tasks/pluginmachinery/core/mocks/task_template_path.go +++ b/flyteplugins/go/tasks/pluginmachinery/core/mocks/task_template_path.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteplugins/go/tasks/pluginmachinery/internal/webapi/mocks/client.go b/flyteplugins/go/tasks/pluginmachinery/internal/webapi/mocks/client.go index e5ab6284e4..bd754601c4 100644 --- a/flyteplugins/go/tasks/pluginmachinery/internal/webapi/mocks/client.go +++ b/flyteplugins/go/tasks/pluginmachinery/internal/webapi/mocks/client.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteplugins/go/tasks/pluginmachinery/io/mocks/checkpoint_paths.go b/flyteplugins/go/tasks/pluginmachinery/io/mocks/checkpoint_paths.go index e75769aa62..4fcaa70ee0 100644 --- a/flyteplugins/go/tasks/pluginmachinery/io/mocks/checkpoint_paths.go +++ b/flyteplugins/go/tasks/pluginmachinery/io/mocks/checkpoint_paths.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -20,7 +20,7 @@ func (_m *CheckpointPaths) EXPECT() *CheckpointPaths_Expecter { return &CheckpointPaths_Expecter{mock: &_m.Mock} } -// GetCheckpointPrefix provides a mock function with given fields: +// GetCheckpointPrefix provides a mock function with no fields func (_m *CheckpointPaths) GetCheckpointPrefix() storage.DataReference { ret := _m.Called() @@ -65,7 +65,7 @@ func (_c *CheckpointPaths_GetCheckpointPrefix_Call) RunAndReturn(run func() stor return _c } -// GetPreviousCheckpointsPrefix provides a mock function with given fields: +// GetPreviousCheckpointsPrefix provides a mock function with no fields func (_m *CheckpointPaths) GetPreviousCheckpointsPrefix() storage.DataReference { ret := _m.Called() diff --git a/flyteplugins/go/tasks/pluginmachinery/io/mocks/error_reader.go b/flyteplugins/go/tasks/pluginmachinery/io/mocks/error_reader.go index 073bf1fbdf..c870617dc1 100644 --- a/flyteplugins/go/tasks/pluginmachinery/io/mocks/error_reader.go +++ b/flyteplugins/go/tasks/pluginmachinery/io/mocks/error_reader.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteplugins/go/tasks/pluginmachinery/io/mocks/input_file_paths.go b/flyteplugins/go/tasks/pluginmachinery/io/mocks/input_file_paths.go index 8f913a84af..f60c18c9d2 100644 --- a/flyteplugins/go/tasks/pluginmachinery/io/mocks/input_file_paths.go +++ b/flyteplugins/go/tasks/pluginmachinery/io/mocks/input_file_paths.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -20,7 +20,7 @@ func (_m *InputFilePaths) EXPECT() *InputFilePaths_Expecter { return &InputFilePaths_Expecter{mock: &_m.Mock} } -// GetInputPath provides a mock function with given fields: +// GetInputPath provides a mock function with no fields func (_m *InputFilePaths) GetInputPath() storage.DataReference { ret := _m.Called() @@ -65,7 +65,7 @@ func (_c *InputFilePaths_GetInputPath_Call) RunAndReturn(run func() storage.Data return _c } -// GetInputPrefixPath provides a mock function with given fields: +// GetInputPrefixPath provides a mock function with no fields func (_m *InputFilePaths) GetInputPrefixPath() storage.DataReference { ret := _m.Called() diff --git a/flyteplugins/go/tasks/pluginmachinery/io/mocks/input_reader.go b/flyteplugins/go/tasks/pluginmachinery/io/mocks/input_reader.go index 878903588e..be33498626 100644 --- a/flyteplugins/go/tasks/pluginmachinery/io/mocks/input_reader.go +++ b/flyteplugins/go/tasks/pluginmachinery/io/mocks/input_reader.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -83,7 +83,7 @@ func (_c *InputReader_Get_Call) RunAndReturn(run func(context.Context) (*core.Li return _c } -// GetInputPath provides a mock function with given fields: +// GetInputPath provides a mock function with no fields func (_m *InputReader) GetInputPath() storage.DataReference { ret := _m.Called() @@ -128,7 +128,7 @@ func (_c *InputReader_GetInputPath_Call) RunAndReturn(run func() storage.DataRef return _c } -// GetInputPrefixPath provides a mock function with given fields: +// GetInputPrefixPath provides a mock function with no fields func (_m *InputReader) GetInputPrefixPath() storage.DataReference { ret := _m.Called() diff --git a/flyteplugins/go/tasks/pluginmachinery/io/mocks/output_file_paths.go b/flyteplugins/go/tasks/pluginmachinery/io/mocks/output_file_paths.go index a9f553804e..a1c7b223cb 100644 --- a/flyteplugins/go/tasks/pluginmachinery/io/mocks/output_file_paths.go +++ b/flyteplugins/go/tasks/pluginmachinery/io/mocks/output_file_paths.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -20,7 +20,7 @@ func (_m *OutputFilePaths) EXPECT() *OutputFilePaths_Expecter { return &OutputFilePaths_Expecter{mock: &_m.Mock} } -// GetCheckpointPrefix provides a mock function with given fields: +// GetCheckpointPrefix provides a mock function with no fields func (_m *OutputFilePaths) GetCheckpointPrefix() storage.DataReference { ret := _m.Called() @@ -65,7 +65,7 @@ func (_c *OutputFilePaths_GetCheckpointPrefix_Call) RunAndReturn(run func() stor return _c } -// GetDeckPath provides a mock function with given fields: +// GetDeckPath provides a mock function with no fields func (_m *OutputFilePaths) GetDeckPath() storage.DataReference { ret := _m.Called() @@ -110,7 +110,7 @@ func (_c *OutputFilePaths_GetDeckPath_Call) RunAndReturn(run func() storage.Data return _c } -// GetErrorPath provides a mock function with given fields: +// GetErrorPath provides a mock function with no fields func (_m *OutputFilePaths) GetErrorPath() storage.DataReference { ret := _m.Called() @@ -155,7 +155,7 @@ func (_c *OutputFilePaths_GetErrorPath_Call) RunAndReturn(run func() storage.Dat return _c } -// GetOutputPath provides a mock function with given fields: +// GetOutputPath provides a mock function with no fields func (_m *OutputFilePaths) GetOutputPath() storage.DataReference { ret := _m.Called() @@ -200,7 +200,7 @@ func (_c *OutputFilePaths_GetOutputPath_Call) RunAndReturn(run func() storage.Da return _c } -// GetOutputPrefixPath provides a mock function with given fields: +// GetOutputPrefixPath provides a mock function with no fields func (_m *OutputFilePaths) GetOutputPrefixPath() storage.DataReference { ret := _m.Called() @@ -245,7 +245,7 @@ func (_c *OutputFilePaths_GetOutputPrefixPath_Call) RunAndReturn(run func() stor return _c } -// GetPreviousCheckpointsPrefix provides a mock function with given fields: +// GetPreviousCheckpointsPrefix provides a mock function with no fields func (_m *OutputFilePaths) GetPreviousCheckpointsPrefix() storage.DataReference { ret := _m.Called() @@ -290,7 +290,7 @@ func (_c *OutputFilePaths_GetPreviousCheckpointsPrefix_Call) RunAndReturn(run fu return _c } -// GetRawOutputPrefix provides a mock function with given fields: +// GetRawOutputPrefix provides a mock function with no fields func (_m *OutputFilePaths) GetRawOutputPrefix() storage.DataReference { ret := _m.Called() diff --git a/flyteplugins/go/tasks/pluginmachinery/io/mocks/output_reader.go b/flyteplugins/go/tasks/pluginmachinery/io/mocks/output_reader.go index fb380dfaec..1c20ab8509 100644 --- a/flyteplugins/go/tasks/pluginmachinery/io/mocks/output_reader.go +++ b/flyteplugins/go/tasks/pluginmachinery/io/mocks/output_reader.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteplugins/go/tasks/pluginmachinery/io/mocks/output_writer.go b/flyteplugins/go/tasks/pluginmachinery/io/mocks/output_writer.go index d3dd8da041..1b0215c9d1 100644 --- a/flyteplugins/go/tasks/pluginmachinery/io/mocks/output_writer.go +++ b/flyteplugins/go/tasks/pluginmachinery/io/mocks/output_writer.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -24,7 +24,7 @@ func (_m *OutputWriter) EXPECT() *OutputWriter_Expecter { return &OutputWriter_Expecter{mock: &_m.Mock} } -// GetCheckpointPrefix provides a mock function with given fields: +// GetCheckpointPrefix provides a mock function with no fields func (_m *OutputWriter) GetCheckpointPrefix() storage.DataReference { ret := _m.Called() @@ -69,7 +69,7 @@ func (_c *OutputWriter_GetCheckpointPrefix_Call) RunAndReturn(run func() storage return _c } -// GetDeckPath provides a mock function with given fields: +// GetDeckPath provides a mock function with no fields func (_m *OutputWriter) GetDeckPath() storage.DataReference { ret := _m.Called() @@ -114,7 +114,7 @@ func (_c *OutputWriter_GetDeckPath_Call) RunAndReturn(run func() storage.DataRef return _c } -// GetErrorPath provides a mock function with given fields: +// GetErrorPath provides a mock function with no fields func (_m *OutputWriter) GetErrorPath() storage.DataReference { ret := _m.Called() @@ -159,7 +159,7 @@ func (_c *OutputWriter_GetErrorPath_Call) RunAndReturn(run func() storage.DataRe return _c } -// GetOutputPath provides a mock function with given fields: +// GetOutputPath provides a mock function with no fields func (_m *OutputWriter) GetOutputPath() storage.DataReference { ret := _m.Called() @@ -204,7 +204,7 @@ func (_c *OutputWriter_GetOutputPath_Call) RunAndReturn(run func() storage.DataR return _c } -// GetOutputPrefixPath provides a mock function with given fields: +// GetOutputPrefixPath provides a mock function with no fields func (_m *OutputWriter) GetOutputPrefixPath() storage.DataReference { ret := _m.Called() @@ -249,7 +249,7 @@ func (_c *OutputWriter_GetOutputPrefixPath_Call) RunAndReturn(run func() storage return _c } -// GetPreviousCheckpointsPrefix provides a mock function with given fields: +// GetPreviousCheckpointsPrefix provides a mock function with no fields func (_m *OutputWriter) GetPreviousCheckpointsPrefix() storage.DataReference { ret := _m.Called() @@ -294,7 +294,7 @@ func (_c *OutputWriter_GetPreviousCheckpointsPrefix_Call) RunAndReturn(run func( return _c } -// GetRawOutputPrefix provides a mock function with given fields: +// GetRawOutputPrefix provides a mock function with no fields func (_m *OutputWriter) GetRawOutputPrefix() storage.DataReference { ret := _m.Called() diff --git a/flyteplugins/go/tasks/pluginmachinery/io/mocks/raw_output_paths.go b/flyteplugins/go/tasks/pluginmachinery/io/mocks/raw_output_paths.go index 79af89df31..17921364a7 100644 --- a/flyteplugins/go/tasks/pluginmachinery/io/mocks/raw_output_paths.go +++ b/flyteplugins/go/tasks/pluginmachinery/io/mocks/raw_output_paths.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -20,7 +20,7 @@ func (_m *RawOutputPaths) EXPECT() *RawOutputPaths_Expecter { return &RawOutputPaths_Expecter{mock: &_m.Mock} } -// GetRawOutputPrefix provides a mock function with given fields: +// GetRawOutputPrefix provides a mock function with no fields func (_m *RawOutputPaths) GetRawOutputPrefix() storage.DataReference { ret := _m.Called() diff --git a/flyteplugins/go/tasks/pluginmachinery/k8s/mocks/plugin.go b/flyteplugins/go/tasks/pluginmachinery/k8s/mocks/plugin.go index caf9a6c55e..7954eb28bb 100644 --- a/flyteplugins/go/tasks/pluginmachinery/k8s/mocks/plugin.go +++ b/flyteplugins/go/tasks/pluginmachinery/k8s/mocks/plugin.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -145,7 +145,7 @@ func (_c *Plugin_BuildResource_Call) RunAndReturn(run func(context.Context, core return _c } -// GetProperties provides a mock function with given fields: +// GetProperties provides a mock function with no fields func (_m *Plugin) GetProperties() k8s.PluginProperties { ret := _m.Called() diff --git a/flyteplugins/go/tasks/pluginmachinery/k8s/mocks/plugin_abort_override.go b/flyteplugins/go/tasks/pluginmachinery/k8s/mocks/plugin_abort_override.go index 764010c9c6..06d193f1c6 100644 --- a/flyteplugins/go/tasks/pluginmachinery/k8s/mocks/plugin_abort_override.go +++ b/flyteplugins/go/tasks/pluginmachinery/k8s/mocks/plugin_abort_override.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteplugins/go/tasks/pluginmachinery/k8s/mocks/plugin_context.go b/flyteplugins/go/tasks/pluginmachinery/k8s/mocks/plugin_context.go index c50cd7a3b9..e8b57451b6 100644 --- a/flyteplugins/go/tasks/pluginmachinery/k8s/mocks/plugin_context.go +++ b/flyteplugins/go/tasks/pluginmachinery/k8s/mocks/plugin_context.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -24,7 +24,7 @@ func (_m *PluginContext) EXPECT() *PluginContext_Expecter { return &PluginContext_Expecter{mock: &_m.Mock} } -// DataStore provides a mock function with given fields: +// DataStore provides a mock function with no fields func (_m *PluginContext) DataStore() *storage.DataStore { ret := _m.Called() @@ -71,7 +71,7 @@ func (_c *PluginContext_DataStore_Call) RunAndReturn(run func() *storage.DataSto return _c } -// InputReader provides a mock function with given fields: +// InputReader provides a mock function with no fields func (_m *PluginContext) InputReader() io.InputReader { ret := _m.Called() @@ -118,7 +118,7 @@ func (_c *PluginContext_InputReader_Call) RunAndReturn(run func() io.InputReader return _c } -// OutputWriter provides a mock function with given fields: +// OutputWriter provides a mock function with no fields func (_m *PluginContext) OutputWriter() io.OutputWriter { ret := _m.Called() @@ -165,7 +165,7 @@ func (_c *PluginContext_OutputWriter_Call) RunAndReturn(run func() io.OutputWrit return _c } -// PluginStateReader provides a mock function with given fields: +// PluginStateReader provides a mock function with no fields func (_m *PluginContext) PluginStateReader() core.PluginStateReader { ret := _m.Called() @@ -212,7 +212,7 @@ func (_c *PluginContext_PluginStateReader_Call) RunAndReturn(run func() core.Plu return _c } -// TaskExecutionMetadata provides a mock function with given fields: +// TaskExecutionMetadata provides a mock function with no fields func (_m *PluginContext) TaskExecutionMetadata() core.TaskExecutionMetadata { ret := _m.Called() @@ -259,7 +259,7 @@ func (_c *PluginContext_TaskExecutionMetadata_Call) RunAndReturn(run func() core return _c } -// TaskReader provides a mock function with given fields: +// TaskReader provides a mock function with no fields func (_m *PluginContext) TaskReader() core.TaskReader { ret := _m.Called() diff --git a/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/async_plugin.go b/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/async_plugin.go index 8e84dba71d..16dde5f4f7 100644 --- a/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/async_plugin.go +++ b/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/async_plugin.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -198,7 +198,7 @@ func (_c *AsyncPlugin_Get_Call) RunAndReturn(run func(context.Context, webapi.Ge return _c } -// GetConfig provides a mock function with given fields: +// GetConfig provides a mock function with no fields func (_m *AsyncPlugin) GetConfig() webapi.PluginConfig { ret := _m.Called() diff --git a/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/delete_context.go b/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/delete_context.go index 7095d80d21..8ca7a2724c 100644 --- a/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/delete_context.go +++ b/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/delete_context.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -17,7 +17,7 @@ func (_m *DeleteContext) EXPECT() *DeleteContext_Expecter { return &DeleteContext_Expecter{mock: &_m.Mock} } -// Reason provides a mock function with given fields: +// Reason provides a mock function with no fields func (_m *DeleteContext) Reason() string { ret := _m.Called() @@ -62,7 +62,7 @@ func (_c *DeleteContext_Reason_Call) RunAndReturn(run func() string) *DeleteCont return _c } -// ResourceMeta provides a mock function with given fields: +// ResourceMeta provides a mock function with no fields func (_m *DeleteContext) ResourceMeta() interface{} { ret := _m.Called() diff --git a/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/get_context.go b/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/get_context.go index cc88a4925d..521199f503 100644 --- a/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/get_context.go +++ b/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/get_context.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -17,7 +17,7 @@ func (_m *GetContext) EXPECT() *GetContext_Expecter { return &GetContext_Expecter{mock: &_m.Mock} } -// ResourceMeta provides a mock function with given fields: +// ResourceMeta provides a mock function with no fields func (_m *GetContext) ResourceMeta() interface{} { ret := _m.Called() diff --git a/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/plugin_loader.go b/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/plugin_loader.go index 6efb2a0fed..96d7ee7045 100644 --- a/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/plugin_loader.go +++ b/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/plugin_loader.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/plugin_setup_context.go b/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/plugin_setup_context.go index 64fe7bf512..476406fe2d 100644 --- a/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/plugin_setup_context.go +++ b/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/plugin_setup_context.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -20,7 +20,7 @@ func (_m *PluginSetupContext) EXPECT() *PluginSetupContext_Expecter { return &PluginSetupContext_Expecter{mock: &_m.Mock} } -// MetricsScope provides a mock function with given fields: +// MetricsScope provides a mock function with no fields func (_m *PluginSetupContext) MetricsScope() promutils.Scope { ret := _m.Called() diff --git a/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/status_context.go b/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/status_context.go index 75d854c216..1b91be9e61 100644 --- a/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/status_context.go +++ b/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/status_context.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -24,7 +24,7 @@ func (_m *StatusContext) EXPECT() *StatusContext_Expecter { return &StatusContext_Expecter{mock: &_m.Mock} } -// DataStore provides a mock function with given fields: +// DataStore provides a mock function with no fields func (_m *StatusContext) DataStore() *storage.DataStore { ret := _m.Called() @@ -71,7 +71,7 @@ func (_c *StatusContext_DataStore_Call) RunAndReturn(run func() *storage.DataSto return _c } -// InputReader provides a mock function with given fields: +// InputReader provides a mock function with no fields func (_m *StatusContext) InputReader() io.InputReader { ret := _m.Called() @@ -118,7 +118,7 @@ func (_c *StatusContext_InputReader_Call) RunAndReturn(run func() io.InputReader return _c } -// OutputWriter provides a mock function with given fields: +// OutputWriter provides a mock function with no fields func (_m *StatusContext) OutputWriter() io.OutputWriter { ret := _m.Called() @@ -165,7 +165,7 @@ func (_c *StatusContext_OutputWriter_Call) RunAndReturn(run func() io.OutputWrit return _c } -// Resource provides a mock function with given fields: +// Resource provides a mock function with no fields func (_m *StatusContext) Resource() interface{} { ret := _m.Called() @@ -212,7 +212,7 @@ func (_c *StatusContext_Resource_Call) RunAndReturn(run func() interface{}) *Sta return _c } -// ResourceMeta provides a mock function with given fields: +// ResourceMeta provides a mock function with no fields func (_m *StatusContext) ResourceMeta() interface{} { ret := _m.Called() @@ -259,7 +259,7 @@ func (_c *StatusContext_ResourceMeta_Call) RunAndReturn(run func() interface{}) return _c } -// SecretManager provides a mock function with given fields: +// SecretManager provides a mock function with no fields func (_m *StatusContext) SecretManager() core.SecretManager { ret := _m.Called() @@ -306,7 +306,7 @@ func (_c *StatusContext_SecretManager_Call) RunAndReturn(run func() core.SecretM return _c } -// TaskExecutionMetadata provides a mock function with given fields: +// TaskExecutionMetadata provides a mock function with no fields func (_m *StatusContext) TaskExecutionMetadata() core.TaskExecutionMetadata { ret := _m.Called() @@ -353,7 +353,7 @@ func (_c *StatusContext_TaskExecutionMetadata_Call) RunAndReturn(run func() core return _c } -// TaskReader provides a mock function with given fields: +// TaskReader provides a mock function with no fields func (_m *StatusContext) TaskReader() core.TaskReader { ret := _m.Called() diff --git a/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/sync_plugin.go b/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/sync_plugin.go index 86626c13ec..58699d7f0c 100644 --- a/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/sync_plugin.go +++ b/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/sync_plugin.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -81,7 +81,7 @@ func (_c *SyncPlugin_Do_Call) RunAndReturn(run func(context.Context, webapi.Task return _c } -// GetConfig provides a mock function with given fields: +// GetConfig provides a mock function with no fields func (_m *SyncPlugin) GetConfig() webapi.PluginConfig { ret := _m.Called() diff --git a/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/task_execution_context.go b/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/task_execution_context.go index 12afe29ab5..fa8a750690 100644 --- a/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/task_execution_context.go +++ b/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/task_execution_context.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -24,7 +24,7 @@ func (_m *TaskExecutionContext) EXPECT() *TaskExecutionContext_Expecter { return &TaskExecutionContext_Expecter{mock: &_m.Mock} } -// DataStore provides a mock function with given fields: +// DataStore provides a mock function with no fields func (_m *TaskExecutionContext) DataStore() *storage.DataStore { ret := _m.Called() @@ -71,7 +71,7 @@ func (_c *TaskExecutionContext_DataStore_Call) RunAndReturn(run func() *storage. return _c } -// InputReader provides a mock function with given fields: +// InputReader provides a mock function with no fields func (_m *TaskExecutionContext) InputReader() io.InputReader { ret := _m.Called() @@ -118,7 +118,7 @@ func (_c *TaskExecutionContext_InputReader_Call) RunAndReturn(run func() io.Inpu return _c } -// OutputWriter provides a mock function with given fields: +// OutputWriter provides a mock function with no fields func (_m *TaskExecutionContext) OutputWriter() io.OutputWriter { ret := _m.Called() @@ -165,7 +165,7 @@ func (_c *TaskExecutionContext_OutputWriter_Call) RunAndReturn(run func() io.Out return _c } -// SecretManager provides a mock function with given fields: +// SecretManager provides a mock function with no fields func (_m *TaskExecutionContext) SecretManager() core.SecretManager { ret := _m.Called() @@ -212,7 +212,7 @@ func (_c *TaskExecutionContext_SecretManager_Call) RunAndReturn(run func() core. return _c } -// TaskExecutionMetadata provides a mock function with given fields: +// TaskExecutionMetadata provides a mock function with no fields func (_m *TaskExecutionContext) TaskExecutionMetadata() core.TaskExecutionMetadata { ret := _m.Called() @@ -259,7 +259,7 @@ func (_c *TaskExecutionContext_TaskExecutionMetadata_Call) RunAndReturn(run func return _c } -// TaskReader provides a mock function with given fields: +// TaskReader provides a mock function with no fields func (_m *TaskExecutionContext) TaskReader() core.TaskReader { ret := _m.Called() diff --git a/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/task_execution_context_reader.go b/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/task_execution_context_reader.go index eaaa379e4a..a3db571d2e 100644 --- a/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/task_execution_context_reader.go +++ b/flyteplugins/go/tasks/pluginmachinery/webapi/mocks/task_execution_context_reader.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -22,7 +22,7 @@ func (_m *TaskExecutionContextReader) EXPECT() *TaskExecutionContextReader_Expec return &TaskExecutionContextReader_Expecter{mock: &_m.Mock} } -// InputReader provides a mock function with given fields: +// InputReader provides a mock function with no fields func (_m *TaskExecutionContextReader) InputReader() io.InputReader { ret := _m.Called() @@ -69,7 +69,7 @@ func (_c *TaskExecutionContextReader_InputReader_Call) RunAndReturn(run func() i return _c } -// OutputWriter provides a mock function with given fields: +// OutputWriter provides a mock function with no fields func (_m *TaskExecutionContextReader) OutputWriter() io.OutputWriter { ret := _m.Called() @@ -116,7 +116,7 @@ func (_c *TaskExecutionContextReader_OutputWriter_Call) RunAndReturn(run func() return _c } -// SecretManager provides a mock function with given fields: +// SecretManager provides a mock function with no fields func (_m *TaskExecutionContextReader) SecretManager() core.SecretManager { ret := _m.Called() @@ -163,7 +163,7 @@ func (_c *TaskExecutionContextReader_SecretManager_Call) RunAndReturn(run func() return _c } -// TaskExecutionMetadata provides a mock function with given fields: +// TaskExecutionMetadata provides a mock function with no fields func (_m *TaskExecutionContextReader) TaskExecutionMetadata() core.TaskExecutionMetadata { ret := _m.Called() @@ -210,7 +210,7 @@ func (_c *TaskExecutionContextReader_TaskExecutionMetadata_Call) RunAndReturn(ru return _c } -// TaskReader provides a mock function with given fields: +// TaskReader provides a mock function with no fields func (_m *TaskExecutionContextReader) TaskReader() core.TaskReader { ret := _m.Called() diff --git a/flyteplugins/go/tasks/pluginmachinery/workqueue/mocks/indexed_work_queue.go b/flyteplugins/go/tasks/pluginmachinery/workqueue/mocks/indexed_work_queue.go index b5bf3ca919..7e6b8c02b6 100644 --- a/flyteplugins/go/tasks/pluginmachinery/workqueue/mocks/indexed_work_queue.go +++ b/flyteplugins/go/tasks/pluginmachinery/workqueue/mocks/indexed_work_queue.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteplugins/go/tasks/pluginmachinery/workqueue/mocks/processor.go b/flyteplugins/go/tasks/pluginmachinery/workqueue/mocks/processor.go index 065bc95097..b3a4485d30 100644 --- a/flyteplugins/go/tasks/pluginmachinery/workqueue/mocks/processor.go +++ b/flyteplugins/go/tasks/pluginmachinery/workqueue/mocks/processor.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteplugins/go/tasks/pluginmachinery/workqueue/mocks/work_item.go b/flyteplugins/go/tasks/pluginmachinery/workqueue/mocks/work_item.go index f9657e326d..a158868f26 100644 --- a/flyteplugins/go/tasks/pluginmachinery/workqueue/mocks/work_item.go +++ b/flyteplugins/go/tasks/pluginmachinery/workqueue/mocks/work_item.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteplugins/go/tasks/pluginmachinery/workqueue/mocks/work_item_info.go b/flyteplugins/go/tasks/pluginmachinery/workqueue/mocks/work_item_info.go index 079d36f898..b864e74036 100644 --- a/flyteplugins/go/tasks/pluginmachinery/workqueue/mocks/work_item_info.go +++ b/flyteplugins/go/tasks/pluginmachinery/workqueue/mocks/work_item_info.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -20,7 +20,7 @@ func (_m *WorkItemInfo) EXPECT() *WorkItemInfo_Expecter { return &WorkItemInfo_Expecter{mock: &_m.Mock} } -// Error provides a mock function with given fields: +// Error provides a mock function with no fields func (_m *WorkItemInfo) Error() error { ret := _m.Called() @@ -65,7 +65,7 @@ func (_c *WorkItemInfo_Error_Call) RunAndReturn(run func() error) *WorkItemInfo_ return _c } -// ID provides a mock function with given fields: +// ID provides a mock function with no fields func (_m *WorkItemInfo) ID() string { ret := _m.Called() @@ -110,7 +110,7 @@ func (_c *WorkItemInfo_ID_Call) RunAndReturn(run func() string) *WorkItemInfo_ID return _c } -// Item provides a mock function with given fields: +// Item provides a mock function with no fields func (_m *WorkItemInfo) Item() workqueue.WorkItem { ret := _m.Called() @@ -157,7 +157,7 @@ func (_c *WorkItemInfo_Item_Call) RunAndReturn(run func() workqueue.WorkItem) *W return _c } -// Status provides a mock function with given fields: +// Status provides a mock function with no fields func (_m *WorkItemInfo) Status() workqueue.WorkStatus { ret := _m.Called() diff --git a/flyteplugins/go/tasks/plugins/array/awsbatch/mocks/batch_service_client.go b/flyteplugins/go/tasks/plugins/array/awsbatch/mocks/batch_service_client.go index 99029970dd..074e25620c 100644 --- a/flyteplugins/go/tasks/plugins/array/awsbatch/mocks/batch_service_client.go +++ b/flyteplugins/go/tasks/plugins/array/awsbatch/mocks/batch_service_client.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteplugins/go/tasks/plugins/array/awsbatch/mocks/cache.go b/flyteplugins/go/tasks/plugins/array/awsbatch/mocks/cache.go index 612fc466a8..1e20fb5450 100644 --- a/flyteplugins/go/tasks/plugins/array/awsbatch/mocks/cache.go +++ b/flyteplugins/go/tasks/plugins/array/awsbatch/mocks/cache.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteplugins/go/tasks/plugins/array/awsbatch/mocks/cache_key.go b/flyteplugins/go/tasks/plugins/array/awsbatch/mocks/cache_key.go index 64a4f45b08..658609d7a8 100644 --- a/flyteplugins/go/tasks/plugins/array/awsbatch/mocks/cache_key.go +++ b/flyteplugins/go/tasks/plugins/array/awsbatch/mocks/cache_key.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -17,7 +17,7 @@ func (_m *CacheKey) EXPECT() *CacheKey_Expecter { return &CacheKey_Expecter{mock: &_m.Mock} } -// String provides a mock function with given fields: +// String provides a mock function with no fields func (_m *CacheKey) String() string { ret := _m.Called() diff --git a/flyteplugins/go/tasks/plugins/array/awsbatch/mocks/client.go b/flyteplugins/go/tasks/plugins/array/awsbatch/mocks/client.go index 5b1c7b1b3b..153bac74a1 100644 --- a/flyteplugins/go/tasks/plugins/array/awsbatch/mocks/client.go +++ b/flyteplugins/go/tasks/plugins/array/awsbatch/mocks/client.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -23,7 +23,7 @@ func (_m *Client) EXPECT() *Client_Expecter { return &Client_Expecter{mock: &_m.Mock} } -// GetAccountID provides a mock function with given fields: +// GetAccountID provides a mock function with no fields func (_m *Client) GetAccountID() string { ret := _m.Called() @@ -127,7 +127,7 @@ func (_c *Client_GetJobDetailsBatch_Call) RunAndReturn(run func(context.Context, return _c } -// GetRegion provides a mock function with given fields: +// GetRegion provides a mock function with no fields func (_m *Client) GetRegion() string { ret := _m.Called() diff --git a/flyteplugins/go/tasks/plugins/hive/client/mocks/qubole_client.go b/flyteplugins/go/tasks/plugins/hive/client/mocks/qubole_client.go index c36079b8b5..e2ec8aeb40 100644 --- a/flyteplugins/go/tasks/plugins/hive/client/mocks/qubole_client.go +++ b/flyteplugins/go/tasks/plugins/hive/client/mocks/qubole_client.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flyteplugins/go/tasks/plugins/presto/client/mocks/presto_client.go b/flyteplugins/go/tasks/plugins/presto/client/mocks/presto_client.go index 6236641463..caf5636c23 100644 --- a/flyteplugins/go/tasks/plugins/presto/client/mocks/presto_client.go +++ b/flyteplugins/go/tasks/plugins/presto/client/mocks/presto_client.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytepropeller/go.mod b/flytepropeller/go.mod index 60f4030d4d..4ec1ee5d3d 100644 --- a/flytepropeller/go.mod +++ b/flytepropeller/go.mod @@ -1,6 +1,8 @@ module github.com/flyteorg/flyte/flytepropeller -go 1.22 +go 1.22.0 + +toolchain go1.24.0 require ( github.com/DiSiqueira/GoTree v1.0.1-0.20180907134536-53a8e837f295 @@ -34,7 +36,7 @@ require ( go.opentelemetry.io/otel v1.24.0 go.opentelemetry.io/otel/trace v1.24.0 golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 - golang.org/x/sync v0.10.0 + golang.org/x/sync v0.11.0 golang.org/x/time v0.5.0 google.golang.org/grpc v1.62.1 google.golang.org/protobuf v1.34.1 @@ -141,12 +143,12 @@ require ( go.opentelemetry.io/otel/metric v1.24.0 // indirect go.opentelemetry.io/otel/sdk v1.24.0 // indirect go.opentelemetry.io/proto/otlp v1.1.0 // indirect - golang.org/x/crypto v0.31.0 // indirect - golang.org/x/net v0.33.0 // indirect + golang.org/x/crypto v0.33.0 // indirect + golang.org/x/net v0.35.0 // indirect golang.org/x/oauth2 v0.18.0 // indirect - golang.org/x/sys v0.28.0 // indirect - golang.org/x/term v0.27.0 // indirect - golang.org/x/text v0.21.0 // indirect + golang.org/x/sys v0.30.0 // indirect + golang.org/x/term v0.29.0 // indirect + golang.org/x/text v0.22.0 // indirect gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect google.golang.org/api v0.155.0 // indirect google.golang.org/appengine v1.6.8 // indirect diff --git a/flytepropeller/go.sum b/flytepropeller/go.sum index c2ad6b2a3d..5fc4b989f5 100644 --- a/flytepropeller/go.sum +++ b/flytepropeller/go.sum @@ -480,8 +480,8 @@ golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPh golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= -golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U= -golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk= +golang.org/x/crypto v0.33.0 h1:IOBPskki6Lysi0lo9qQvbxiQ+FvsCC/YWOecCHAixus= +golang.org/x/crypto v0.33.0/go.mod h1:bVdXmD7IV/4GdElGPozy6U7lWdRXA4qyRVGJV57uQ5M= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= @@ -553,8 +553,8 @@ golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= -golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I= -golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4= +golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8= +golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -577,8 +577,8 @@ golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ= -golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w= +golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= @@ -628,12 +628,12 @@ golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA= -golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc= +golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= -golang.org/x/term v0.27.0 h1:WP60Sv1nlK1T6SupCHbXzSaN0b9wUmsPoRS9b61A23Q= -golang.org/x/term v0.27.0/go.mod h1:iMsnZpn0cago0GOrHO2+Y7u7JPn5AylBrcoWkElMTSM= +golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU= +golang.org/x/term v0.29.0/go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -642,8 +642,8 @@ golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ= -golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo= -golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ= +golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM= +golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= @@ -700,8 +700,8 @@ golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4f golang.org/x/tools v0.0.0-20210108195828-e2f9c7f1fc8e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.1.0/go.mod h1:xkSsbof2nBLbhDlRMhhhyNLN/zl3eTqcnHD5viDpcZ0= golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= -golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d h1:vU5i/LfpvrRCpgM/VPfJLg5KjxD3E+hfT1SH+d9zLwg= -golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d/go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk= +golang.org/x/tools v0.30.0 h1:BgcpHewrV5AUp2G9MebG4XPFI1E2W41zU1SaqVA9vJY= +golang.org/x/tools v0.30.0/go.mod h1:c347cR/OJfw5TI+GfX7RUPNMdDRRbjvYTS0jPyvsVtY= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= diff --git a/flytepropeller/manager/shardstrategy/mocks/shard_strategy.go b/flytepropeller/manager/shardstrategy/mocks/shard_strategy.go index 6a0fb95422..7138fa0af8 100644 --- a/flytepropeller/manager/shardstrategy/mocks/shard_strategy.go +++ b/flytepropeller/manager/shardstrategy/mocks/shard_strategy.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -21,7 +21,7 @@ func (_m *ShardStrategy) EXPECT() *ShardStrategy_Expecter { return &ShardStrategy_Expecter{mock: &_m.Mock} } -// GetPodCount provides a mock function with given fields: +// GetPodCount provides a mock function with no fields func (_m *ShardStrategy) GetPodCount() int { ret := _m.Called() @@ -66,7 +66,7 @@ func (_c *ShardStrategy_GetPodCount_Call) RunAndReturn(run func() int) *ShardStr return _c } -// HashCode provides a mock function with given fields: +// HashCode provides a mock function with no fields func (_m *ShardStrategy) HashCode() (uint32, error) { ret := _m.Called() diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/BaseNode.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/BaseNode.go index 48bb50366d..c396f96fc7 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/BaseNode.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/BaseNode.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -20,7 +20,7 @@ func (_m *BaseNode) EXPECT() *BaseNode_Expecter { return &BaseNode_Expecter{mock: &_m.Mock} } -// GetID provides a mock function with given fields: +// GetID provides a mock function with no fields func (_m *BaseNode) GetID() string { ret := _m.Called() @@ -65,7 +65,7 @@ func (_c *BaseNode_GetID_Call) RunAndReturn(run func() string) *BaseNode_GetID_C return _c } -// GetKind provides a mock function with given fields: +// GetKind provides a mock function with no fields func (_m *BaseNode) GetKind() v1alpha1.NodeKind { ret := _m.Called() diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/BaseWorkflow.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/BaseWorkflow.go index 9efab26cd3..87349fc314 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/BaseWorkflow.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/BaseWorkflow.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -78,7 +78,7 @@ func (_c *BaseWorkflow_FromNode_Call) RunAndReturn(run func(string) ([]string, e return _c } -// GetID provides a mock function with given fields: +// GetID provides a mock function with no fields func (_m *BaseWorkflow) GetID() string { ret := _m.Called() @@ -181,7 +181,7 @@ func (_c *BaseWorkflow_GetNode_Call) RunAndReturn(run func(string) (v1alpha1.Exe return _c } -// StartNode provides a mock function with given fields: +// StartNode provides a mock function with no fields func (_m *BaseWorkflow) StartNode() v1alpha1.ExecutableNode { ret := _m.Called() diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/BaseWorkflowWithStatus.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/BaseWorkflowWithStatus.go index 4bc3382604..1f0fb13054 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/BaseWorkflowWithStatus.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/BaseWorkflowWithStatus.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -80,7 +80,7 @@ func (_c *BaseWorkflowWithStatus_FromNode_Call) RunAndReturn(run func(string) ([ return _c } -// GetID provides a mock function with given fields: +// GetID provides a mock function with no fields func (_m *BaseWorkflowWithStatus) GetID() string { ret := _m.Called() @@ -232,7 +232,7 @@ func (_c *BaseWorkflowWithStatus_GetNodeExecutionStatus_Call) RunAndReturn(run f return _c } -// StartNode provides a mock function with given fields: +// StartNode provides a mock function with no fields func (_m *BaseWorkflowWithStatus) StartNode() v1alpha1.ExecutableNode { ret := _m.Called() diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/EnqueueWorkflow.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/EnqueueWorkflow.go index 1c555d0d22..ab84a57695 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/EnqueueWorkflow.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/EnqueueWorkflow.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -46,7 +46,7 @@ func (_c *EnqueueWorkflow_Execute_Call) Return() *EnqueueWorkflow_Execute_Call { } func (_c *EnqueueWorkflow_Execute_Call) RunAndReturn(run func(string)) *EnqueueWorkflow_Execute_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableArrayNode.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableArrayNode.go index 53a40c7b82..b04c931117 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableArrayNode.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableArrayNode.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -20,7 +20,7 @@ func (_m *ExecutableArrayNode) EXPECT() *ExecutableArrayNode_Expecter { return &ExecutableArrayNode_Expecter{mock: &_m.Mock} } -// GetMinSuccessRatio provides a mock function with given fields: +// GetMinSuccessRatio provides a mock function with no fields func (_m *ExecutableArrayNode) GetMinSuccessRatio() *float32 { ret := _m.Called() @@ -67,7 +67,7 @@ func (_c *ExecutableArrayNode_GetMinSuccessRatio_Call) RunAndReturn(run func() * return _c } -// GetMinSuccesses provides a mock function with given fields: +// GetMinSuccesses provides a mock function with no fields func (_m *ExecutableArrayNode) GetMinSuccesses() *uint32 { ret := _m.Called() @@ -114,7 +114,7 @@ func (_c *ExecutableArrayNode_GetMinSuccesses_Call) RunAndReturn(run func() *uin return _c } -// GetParallelism provides a mock function with given fields: +// GetParallelism provides a mock function with no fields func (_m *ExecutableArrayNode) GetParallelism() *uint32 { ret := _m.Called() @@ -161,7 +161,7 @@ func (_c *ExecutableArrayNode_GetParallelism_Call) RunAndReturn(run func() *uint return _c } -// GetSubNodeSpec provides a mock function with given fields: +// GetSubNodeSpec provides a mock function with no fields func (_m *ExecutableArrayNode) GetSubNodeSpec() *v1alpha1.NodeSpec { ret := _m.Called() diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableArrayNodeStatus.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableArrayNodeStatus.go index 1eee91ed2c..f35093eaa1 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableArrayNodeStatus.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableArrayNodeStatus.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -24,7 +24,7 @@ func (_m *ExecutableArrayNodeStatus) EXPECT() *ExecutableArrayNodeStatus_Expecte return &ExecutableArrayNodeStatus_Expecter{mock: &_m.Mock} } -// GetArrayNodePhase provides a mock function with given fields: +// GetArrayNodePhase provides a mock function with no fields func (_m *ExecutableArrayNodeStatus) GetArrayNodePhase() v1alpha1.ArrayNodePhase { ret := _m.Called() @@ -69,7 +69,7 @@ func (_c *ExecutableArrayNodeStatus_GetArrayNodePhase_Call) RunAndReturn(run fun return _c } -// GetExecutionError provides a mock function with given fields: +// GetExecutionError provides a mock function with no fields func (_m *ExecutableArrayNodeStatus) GetExecutionError() *core.ExecutionError { ret := _m.Called() @@ -116,7 +116,7 @@ func (_c *ExecutableArrayNodeStatus_GetExecutionError_Call) RunAndReturn(run fun return _c } -// GetSubNodeDeltaTimestamps provides a mock function with given fields: +// GetSubNodeDeltaTimestamps provides a mock function with no fields func (_m *ExecutableArrayNodeStatus) GetSubNodeDeltaTimestamps() bitarray.CompactArray { ret := _m.Called() @@ -161,7 +161,7 @@ func (_c *ExecutableArrayNodeStatus_GetSubNodeDeltaTimestamps_Call) RunAndReturn return _c } -// GetSubNodePhases provides a mock function with given fields: +// GetSubNodePhases provides a mock function with no fields func (_m *ExecutableArrayNodeStatus) GetSubNodePhases() bitarray.CompactArray { ret := _m.Called() @@ -206,7 +206,7 @@ func (_c *ExecutableArrayNodeStatus_GetSubNodePhases_Call) RunAndReturn(run func return _c } -// GetSubNodeRetryAttempts provides a mock function with given fields: +// GetSubNodeRetryAttempts provides a mock function with no fields func (_m *ExecutableArrayNodeStatus) GetSubNodeRetryAttempts() bitarray.CompactArray { ret := _m.Called() @@ -251,7 +251,7 @@ func (_c *ExecutableArrayNodeStatus_GetSubNodeRetryAttempts_Call) RunAndReturn(r return _c } -// GetSubNodeSystemFailures provides a mock function with given fields: +// GetSubNodeSystemFailures provides a mock function with no fields func (_m *ExecutableArrayNodeStatus) GetSubNodeSystemFailures() bitarray.CompactArray { ret := _m.Called() @@ -296,7 +296,7 @@ func (_c *ExecutableArrayNodeStatus_GetSubNodeSystemFailures_Call) RunAndReturn( return _c } -// GetSubNodeTaskPhases provides a mock function with given fields: +// GetSubNodeTaskPhases provides a mock function with no fields func (_m *ExecutableArrayNodeStatus) GetSubNodeTaskPhases() bitarray.CompactArray { ret := _m.Called() @@ -341,7 +341,7 @@ func (_c *ExecutableArrayNodeStatus_GetSubNodeTaskPhases_Call) RunAndReturn(run return _c } -// GetTaskPhaseVersion provides a mock function with given fields: +// GetTaskPhaseVersion provides a mock function with no fields func (_m *ExecutableArrayNodeStatus) GetTaskPhaseVersion() uint32 { ret := _m.Called() diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableBranchNode.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableBranchNode.go index 5c63753c7c..9effdffee5 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableBranchNode.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableBranchNode.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -22,7 +22,7 @@ func (_m *ExecutableBranchNode) EXPECT() *ExecutableBranchNode_Expecter { return &ExecutableBranchNode_Expecter{mock: &_m.Mock} } -// GetElse provides a mock function with given fields: +// GetElse provides a mock function with no fields func (_m *ExecutableBranchNode) GetElse() *string { ret := _m.Called() @@ -69,7 +69,7 @@ func (_c *ExecutableBranchNode_GetElse_Call) RunAndReturn(run func() *string) *E return _c } -// GetElseFail provides a mock function with given fields: +// GetElseFail provides a mock function with no fields func (_m *ExecutableBranchNode) GetElseFail() *core.Error { ret := _m.Called() @@ -116,7 +116,7 @@ func (_c *ExecutableBranchNode_GetElseFail_Call) RunAndReturn(run func() *core.E return _c } -// GetElseIf provides a mock function with given fields: +// GetElseIf provides a mock function with no fields func (_m *ExecutableBranchNode) GetElseIf() []v1alpha1.ExecutableIfBlock { ret := _m.Called() @@ -163,7 +163,7 @@ func (_c *ExecutableBranchNode_GetElseIf_Call) RunAndReturn(run func() []v1alpha return _c } -// GetIf provides a mock function with given fields: +// GetIf provides a mock function with no fields func (_m *ExecutableBranchNode) GetIf() v1alpha1.ExecutableIfBlock { ret := _m.Called() diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableBranchNodeStatus.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableBranchNodeStatus.go index f7add44323..b2218e5e73 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableBranchNodeStatus.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableBranchNodeStatus.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -20,7 +20,7 @@ func (_m *ExecutableBranchNodeStatus) EXPECT() *ExecutableBranchNodeStatus_Expec return &ExecutableBranchNodeStatus_Expecter{mock: &_m.Mock} } -// GetFinalizedNode provides a mock function with given fields: +// GetFinalizedNode provides a mock function with no fields func (_m *ExecutableBranchNodeStatus) GetFinalizedNode() *string { ret := _m.Called() @@ -67,7 +67,7 @@ func (_c *ExecutableBranchNodeStatus_GetFinalizedNode_Call) RunAndReturn(run fun return _c } -// GetPhase provides a mock function with given fields: +// GetPhase provides a mock function with no fields func (_m *ExecutableBranchNodeStatus) GetPhase() v1alpha1.BranchNodePhase { ret := _m.Called() diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableDynamicNodeStatus.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableDynamicNodeStatus.go index 70250cc87a..1a0876e970 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableDynamicNodeStatus.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableDynamicNodeStatus.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -22,7 +22,7 @@ func (_m *ExecutableDynamicNodeStatus) EXPECT() *ExecutableDynamicNodeStatus_Exp return &ExecutableDynamicNodeStatus_Expecter{mock: &_m.Mock} } -// GetDynamicNodePhase provides a mock function with given fields: +// GetDynamicNodePhase provides a mock function with no fields func (_m *ExecutableDynamicNodeStatus) GetDynamicNodePhase() v1alpha1.DynamicNodePhase { ret := _m.Called() @@ -67,7 +67,7 @@ func (_c *ExecutableDynamicNodeStatus_GetDynamicNodePhase_Call) RunAndReturn(run return _c } -// GetDynamicNodeReason provides a mock function with given fields: +// GetDynamicNodeReason provides a mock function with no fields func (_m *ExecutableDynamicNodeStatus) GetDynamicNodeReason() string { ret := _m.Called() @@ -112,7 +112,7 @@ func (_c *ExecutableDynamicNodeStatus_GetDynamicNodeReason_Call) RunAndReturn(ru return _c } -// GetExecutionError provides a mock function with given fields: +// GetExecutionError provides a mock function with no fields func (_m *ExecutableDynamicNodeStatus) GetExecutionError() *core.ExecutionError { ret := _m.Called() @@ -159,7 +159,7 @@ func (_c *ExecutableDynamicNodeStatus_GetExecutionError_Call) RunAndReturn(run f return _c } -// GetIsFailurePermanent provides a mock function with given fields: +// GetIsFailurePermanent provides a mock function with no fields func (_m *ExecutableDynamicNodeStatus) GetIsFailurePermanent() bool { ret := _m.Called() diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableGateNode.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableGateNode.go index 28581027bd..f1f63a2e81 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableGateNode.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableGateNode.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -22,7 +22,7 @@ func (_m *ExecutableGateNode) EXPECT() *ExecutableGateNode_Expecter { return &ExecutableGateNode_Expecter{mock: &_m.Mock} } -// GetApprove provides a mock function with given fields: +// GetApprove provides a mock function with no fields func (_m *ExecutableGateNode) GetApprove() *core.ApproveCondition { ret := _m.Called() @@ -69,7 +69,7 @@ func (_c *ExecutableGateNode_GetApprove_Call) RunAndReturn(run func() *core.Appr return _c } -// GetKind provides a mock function with given fields: +// GetKind provides a mock function with no fields func (_m *ExecutableGateNode) GetKind() v1alpha1.ConditionKind { ret := _m.Called() @@ -114,7 +114,7 @@ func (_c *ExecutableGateNode_GetKind_Call) RunAndReturn(run func() v1alpha1.Cond return _c } -// GetSignal provides a mock function with given fields: +// GetSignal provides a mock function with no fields func (_m *ExecutableGateNode) GetSignal() *core.SignalCondition { ret := _m.Called() @@ -161,7 +161,7 @@ func (_c *ExecutableGateNode_GetSignal_Call) RunAndReturn(run func() *core.Signa return _c } -// GetSleep provides a mock function with given fields: +// GetSleep provides a mock function with no fields func (_m *ExecutableGateNode) GetSleep() *core.SleepCondition { ret := _m.Called() diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableGateNodeStatus.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableGateNodeStatus.go index 783cd55cc6..dfd4ddbd69 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableGateNodeStatus.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableGateNodeStatus.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -20,7 +20,7 @@ func (_m *ExecutableGateNodeStatus) EXPECT() *ExecutableGateNodeStatus_Expecter return &ExecutableGateNodeStatus_Expecter{mock: &_m.Mock} } -// GetGateNodePhase provides a mock function with given fields: +// GetGateNodePhase provides a mock function with no fields func (_m *ExecutableGateNodeStatus) GetGateNodePhase() v1alpha1.GateNodePhase { ret := _m.Called() diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableIfBlock.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableIfBlock.go index b621a0db0b..b6eb7468ba 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableIfBlock.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableIfBlock.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -20,7 +20,7 @@ func (_m *ExecutableIfBlock) EXPECT() *ExecutableIfBlock_Expecter { return &ExecutableIfBlock_Expecter{mock: &_m.Mock} } -// GetCondition provides a mock function with given fields: +// GetCondition provides a mock function with no fields func (_m *ExecutableIfBlock) GetCondition() *core.BooleanExpression { ret := _m.Called() @@ -67,7 +67,7 @@ func (_c *ExecutableIfBlock_GetCondition_Call) RunAndReturn(run func() *core.Boo return _c } -// GetThenNode provides a mock function with given fields: +// GetThenNode provides a mock function with no fields func (_m *ExecutableIfBlock) GetThenNode() *string { ret := _m.Called() diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableNode.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableNode.go index 06ed58322c..550866a8d6 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableNode.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableNode.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -26,7 +26,7 @@ func (_m *ExecutableNode) EXPECT() *ExecutableNode_Expecter { return &ExecutableNode_Expecter{mock: &_m.Mock} } -// GetActiveDeadline provides a mock function with given fields: +// GetActiveDeadline provides a mock function with no fields func (_m *ExecutableNode) GetActiveDeadline() *time.Duration { ret := _m.Called() @@ -73,7 +73,7 @@ func (_c *ExecutableNode_GetActiveDeadline_Call) RunAndReturn(run func() *time.D return _c } -// GetArrayNode provides a mock function with given fields: +// GetArrayNode provides a mock function with no fields func (_m *ExecutableNode) GetArrayNode() v1alpha1.ExecutableArrayNode { ret := _m.Called() @@ -120,7 +120,7 @@ func (_c *ExecutableNode_GetArrayNode_Call) RunAndReturn(run func() v1alpha1.Exe return _c } -// GetBranchNode provides a mock function with given fields: +// GetBranchNode provides a mock function with no fields func (_m *ExecutableNode) GetBranchNode() v1alpha1.ExecutableBranchNode { ret := _m.Called() @@ -167,7 +167,7 @@ func (_c *ExecutableNode_GetBranchNode_Call) RunAndReturn(run func() v1alpha1.Ex return _c } -// GetConfig provides a mock function with given fields: +// GetConfig provides a mock function with no fields func (_m *ExecutableNode) GetConfig() *v1.ConfigMap { ret := _m.Called() @@ -214,7 +214,7 @@ func (_c *ExecutableNode_GetConfig_Call) RunAndReturn(run func() *v1.ConfigMap) return _c } -// GetContainerImage provides a mock function with given fields: +// GetContainerImage provides a mock function with no fields func (_m *ExecutableNode) GetContainerImage() string { ret := _m.Called() @@ -259,7 +259,7 @@ func (_c *ExecutableNode_GetContainerImage_Call) RunAndReturn(run func() string) return _c } -// GetExecutionDeadline provides a mock function with given fields: +// GetExecutionDeadline provides a mock function with no fields func (_m *ExecutableNode) GetExecutionDeadline() *time.Duration { ret := _m.Called() @@ -306,7 +306,7 @@ func (_c *ExecutableNode_GetExecutionDeadline_Call) RunAndReturn(run func() *tim return _c } -// GetExtendedResources provides a mock function with given fields: +// GetExtendedResources provides a mock function with no fields func (_m *ExecutableNode) GetExtendedResources() *core.ExtendedResources { ret := _m.Called() @@ -353,7 +353,7 @@ func (_c *ExecutableNode_GetExtendedResources_Call) RunAndReturn(run func() *cor return _c } -// GetGateNode provides a mock function with given fields: +// GetGateNode provides a mock function with no fields func (_m *ExecutableNode) GetGateNode() v1alpha1.ExecutableGateNode { ret := _m.Called() @@ -400,7 +400,7 @@ func (_c *ExecutableNode_GetGateNode_Call) RunAndReturn(run func() v1alpha1.Exec return _c } -// GetID provides a mock function with given fields: +// GetID provides a mock function with no fields func (_m *ExecutableNode) GetID() string { ret := _m.Called() @@ -445,7 +445,7 @@ func (_c *ExecutableNode_GetID_Call) RunAndReturn(run func() string) *Executable return _c } -// GetInputBindings provides a mock function with given fields: +// GetInputBindings provides a mock function with no fields func (_m *ExecutableNode) GetInputBindings() []*v1alpha1.Binding { ret := _m.Called() @@ -492,7 +492,7 @@ func (_c *ExecutableNode_GetInputBindings_Call) RunAndReturn(run func() []*v1alp return _c } -// GetKind provides a mock function with given fields: +// GetKind provides a mock function with no fields func (_m *ExecutableNode) GetKind() v1alpha1.NodeKind { ret := _m.Called() @@ -537,7 +537,7 @@ func (_c *ExecutableNode_GetKind_Call) RunAndReturn(run func() v1alpha1.NodeKind return _c } -// GetName provides a mock function with given fields: +// GetName provides a mock function with no fields func (_m *ExecutableNode) GetName() string { ret := _m.Called() @@ -582,7 +582,7 @@ func (_c *ExecutableNode_GetName_Call) RunAndReturn(run func() string) *Executab return _c } -// GetOutputAlias provides a mock function with given fields: +// GetOutputAlias provides a mock function with no fields func (_m *ExecutableNode) GetOutputAlias() []v1alpha1.Alias { ret := _m.Called() @@ -629,7 +629,7 @@ func (_c *ExecutableNode_GetOutputAlias_Call) RunAndReturn(run func() []v1alpha1 return _c } -// GetPodTemplate provides a mock function with given fields: +// GetPodTemplate provides a mock function with no fields func (_m *ExecutableNode) GetPodTemplate() *core.K8SPod { ret := _m.Called() @@ -676,7 +676,7 @@ func (_c *ExecutableNode_GetPodTemplate_Call) RunAndReturn(run func() *core.K8SP return _c } -// GetResources provides a mock function with given fields: +// GetResources provides a mock function with no fields func (_m *ExecutableNode) GetResources() *v1.ResourceRequirements { ret := _m.Called() @@ -723,7 +723,7 @@ func (_c *ExecutableNode_GetResources_Call) RunAndReturn(run func() *v1.Resource return _c } -// GetRetryStrategy provides a mock function with given fields: +// GetRetryStrategy provides a mock function with no fields func (_m *ExecutableNode) GetRetryStrategy() *v1alpha1.RetryStrategy { ret := _m.Called() @@ -770,7 +770,7 @@ func (_c *ExecutableNode_GetRetryStrategy_Call) RunAndReturn(run func() *v1alpha return _c } -// GetTaskID provides a mock function with given fields: +// GetTaskID provides a mock function with no fields func (_m *ExecutableNode) GetTaskID() *string { ret := _m.Called() @@ -817,7 +817,7 @@ func (_c *ExecutableNode_GetTaskID_Call) RunAndReturn(run func() *string) *Execu return _c } -// GetWorkflowNode provides a mock function with given fields: +// GetWorkflowNode provides a mock function with no fields func (_m *ExecutableNode) GetWorkflowNode() v1alpha1.ExecutableWorkflowNode { ret := _m.Called() @@ -864,7 +864,7 @@ func (_c *ExecutableNode_GetWorkflowNode_Call) RunAndReturn(run func() v1alpha1. return _c } -// IsEndNode provides a mock function with given fields: +// IsEndNode provides a mock function with no fields func (_m *ExecutableNode) IsEndNode() bool { ret := _m.Called() @@ -909,7 +909,7 @@ func (_c *ExecutableNode_IsEndNode_Call) RunAndReturn(run func() bool) *Executab return _c } -// IsInterruptible provides a mock function with given fields: +// IsInterruptible provides a mock function with no fields func (_m *ExecutableNode) IsInterruptible() *bool { ret := _m.Called() @@ -956,7 +956,7 @@ func (_c *ExecutableNode_IsInterruptible_Call) RunAndReturn(run func() *bool) *E return _c } -// IsStartNode provides a mock function with given fields: +// IsStartNode provides a mock function with no fields func (_m *ExecutableNode) IsStartNode() bool { ret := _m.Called() diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableNodeStatus.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableNodeStatus.go index ffbe1ec78d..3b214c5f6b 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableNodeStatus.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableNodeStatus.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -28,7 +28,7 @@ func (_m *ExecutableNodeStatus) EXPECT() *ExecutableNodeStatus_Expecter { return &ExecutableNodeStatus_Expecter{mock: &_m.Mock} } -// ClearArrayNodeStatus provides a mock function with given fields: +// ClearArrayNodeStatus provides a mock function with no fields func (_m *ExecutableNodeStatus) ClearArrayNodeStatus() { _m.Called() } @@ -56,11 +56,11 @@ func (_c *ExecutableNodeStatus_ClearArrayNodeStatus_Call) Return() *ExecutableNo } func (_c *ExecutableNodeStatus_ClearArrayNodeStatus_Call) RunAndReturn(run func()) *ExecutableNodeStatus_ClearArrayNodeStatus_Call { - _c.Call.Return(run) + _c.Run(run) return _c } -// ClearDynamicNodeStatus provides a mock function with given fields: +// ClearDynamicNodeStatus provides a mock function with no fields func (_m *ExecutableNodeStatus) ClearDynamicNodeStatus() { _m.Called() } @@ -88,11 +88,11 @@ func (_c *ExecutableNodeStatus_ClearDynamicNodeStatus_Call) Return() *Executable } func (_c *ExecutableNodeStatus_ClearDynamicNodeStatus_Call) RunAndReturn(run func()) *ExecutableNodeStatus_ClearDynamicNodeStatus_Call { - _c.Call.Return(run) + _c.Run(run) return _c } -// ClearGateNodeStatus provides a mock function with given fields: +// ClearGateNodeStatus provides a mock function with no fields func (_m *ExecutableNodeStatus) ClearGateNodeStatus() { _m.Called() } @@ -120,11 +120,11 @@ func (_c *ExecutableNodeStatus_ClearGateNodeStatus_Call) Return() *ExecutableNod } func (_c *ExecutableNodeStatus_ClearGateNodeStatus_Call) RunAndReturn(run func()) *ExecutableNodeStatus_ClearGateNodeStatus_Call { - _c.Call.Return(run) + _c.Run(run) return _c } -// ClearLastAttemptStartedAt provides a mock function with given fields: +// ClearLastAttemptStartedAt provides a mock function with no fields func (_m *ExecutableNodeStatus) ClearLastAttemptStartedAt() { _m.Called() } @@ -152,11 +152,11 @@ func (_c *ExecutableNodeStatus_ClearLastAttemptStartedAt_Call) Return() *Executa } func (_c *ExecutableNodeStatus_ClearLastAttemptStartedAt_Call) RunAndReturn(run func()) *ExecutableNodeStatus_ClearLastAttemptStartedAt_Call { - _c.Call.Return(run) + _c.Run(run) return _c } -// ClearSubNodeStatus provides a mock function with given fields: +// ClearSubNodeStatus provides a mock function with no fields func (_m *ExecutableNodeStatus) ClearSubNodeStatus() { _m.Called() } @@ -184,11 +184,11 @@ func (_c *ExecutableNodeStatus_ClearSubNodeStatus_Call) Return() *ExecutableNode } func (_c *ExecutableNodeStatus_ClearSubNodeStatus_Call) RunAndReturn(run func()) *ExecutableNodeStatus_ClearSubNodeStatus_Call { - _c.Call.Return(run) + _c.Run(run) return _c } -// ClearTaskStatus provides a mock function with given fields: +// ClearTaskStatus provides a mock function with no fields func (_m *ExecutableNodeStatus) ClearTaskStatus() { _m.Called() } @@ -216,11 +216,11 @@ func (_c *ExecutableNodeStatus_ClearTaskStatus_Call) Return() *ExecutableNodeSta } func (_c *ExecutableNodeStatus_ClearTaskStatus_Call) RunAndReturn(run func()) *ExecutableNodeStatus_ClearTaskStatus_Call { - _c.Call.Return(run) + _c.Run(run) return _c } -// ClearWorkflowStatus provides a mock function with given fields: +// ClearWorkflowStatus provides a mock function with no fields func (_m *ExecutableNodeStatus) ClearWorkflowStatus() { _m.Called() } @@ -248,11 +248,11 @@ func (_c *ExecutableNodeStatus_ClearWorkflowStatus_Call) Return() *ExecutableNod } func (_c *ExecutableNodeStatus_ClearWorkflowStatus_Call) RunAndReturn(run func()) *ExecutableNodeStatus_ClearWorkflowStatus_Call { - _c.Call.Return(run) + _c.Run(run) return _c } -// GetArrayNodeStatus provides a mock function with given fields: +// GetArrayNodeStatus provides a mock function with no fields func (_m *ExecutableNodeStatus) GetArrayNodeStatus() v1alpha1.MutableArrayNodeStatus { ret := _m.Called() @@ -299,7 +299,7 @@ func (_c *ExecutableNodeStatus_GetArrayNodeStatus_Call) RunAndReturn(run func() return _c } -// GetAttempts provides a mock function with given fields: +// GetAttempts provides a mock function with no fields func (_m *ExecutableNodeStatus) GetAttempts() uint32 { ret := _m.Called() @@ -344,7 +344,7 @@ func (_c *ExecutableNodeStatus_GetAttempts_Call) RunAndReturn(run func() uint32) return _c } -// GetBranchStatus provides a mock function with given fields: +// GetBranchStatus provides a mock function with no fields func (_m *ExecutableNodeStatus) GetBranchStatus() v1alpha1.MutableBranchNodeStatus { ret := _m.Called() @@ -391,7 +391,7 @@ func (_c *ExecutableNodeStatus_GetBranchStatus_Call) RunAndReturn(run func() v1a return _c } -// GetDataDir provides a mock function with given fields: +// GetDataDir provides a mock function with no fields func (_m *ExecutableNodeStatus) GetDataDir() storage.DataReference { ret := _m.Called() @@ -436,7 +436,7 @@ func (_c *ExecutableNodeStatus_GetDataDir_Call) RunAndReturn(run func() storage. return _c } -// GetDynamicNodeStatus provides a mock function with given fields: +// GetDynamicNodeStatus provides a mock function with no fields func (_m *ExecutableNodeStatus) GetDynamicNodeStatus() v1alpha1.MutableDynamicNodeStatus { ret := _m.Called() @@ -483,7 +483,7 @@ func (_c *ExecutableNodeStatus_GetDynamicNodeStatus_Call) RunAndReturn(run func( return _c } -// GetExecutionError provides a mock function with given fields: +// GetExecutionError provides a mock function with no fields func (_m *ExecutableNodeStatus) GetExecutionError() *core.ExecutionError { ret := _m.Called() @@ -530,7 +530,7 @@ func (_c *ExecutableNodeStatus_GetExecutionError_Call) RunAndReturn(run func() * return _c } -// GetGateNodeStatus provides a mock function with given fields: +// GetGateNodeStatus provides a mock function with no fields func (_m *ExecutableNodeStatus) GetGateNodeStatus() v1alpha1.MutableGateNodeStatus { ret := _m.Called() @@ -577,7 +577,7 @@ func (_c *ExecutableNodeStatus_GetGateNodeStatus_Call) RunAndReturn(run func() v return _c } -// GetLastAttemptStartedAt provides a mock function with given fields: +// GetLastAttemptStartedAt provides a mock function with no fields func (_m *ExecutableNodeStatus) GetLastAttemptStartedAt() *v1.Time { ret := _m.Called() @@ -624,7 +624,7 @@ func (_c *ExecutableNodeStatus_GetLastAttemptStartedAt_Call) RunAndReturn(run fu return _c } -// GetLastUpdatedAt provides a mock function with given fields: +// GetLastUpdatedAt provides a mock function with no fields func (_m *ExecutableNodeStatus) GetLastUpdatedAt() *v1.Time { ret := _m.Called() @@ -671,7 +671,7 @@ func (_c *ExecutableNodeStatus_GetLastUpdatedAt_Call) RunAndReturn(run func() *v return _c } -// GetMessage provides a mock function with given fields: +// GetMessage provides a mock function with no fields func (_m *ExecutableNodeStatus) GetMessage() string { ret := _m.Called() @@ -765,7 +765,7 @@ func (_c *ExecutableNodeStatus_GetNodeExecutionStatus_Call) RunAndReturn(run fun return _c } -// GetOrCreateArrayNodeStatus provides a mock function with given fields: +// GetOrCreateArrayNodeStatus provides a mock function with no fields func (_m *ExecutableNodeStatus) GetOrCreateArrayNodeStatus() v1alpha1.MutableArrayNodeStatus { ret := _m.Called() @@ -812,7 +812,7 @@ func (_c *ExecutableNodeStatus_GetOrCreateArrayNodeStatus_Call) RunAndReturn(run return _c } -// GetOrCreateBranchStatus provides a mock function with given fields: +// GetOrCreateBranchStatus provides a mock function with no fields func (_m *ExecutableNodeStatus) GetOrCreateBranchStatus() v1alpha1.MutableBranchNodeStatus { ret := _m.Called() @@ -859,7 +859,7 @@ func (_c *ExecutableNodeStatus_GetOrCreateBranchStatus_Call) RunAndReturn(run fu return _c } -// GetOrCreateDynamicNodeStatus provides a mock function with given fields: +// GetOrCreateDynamicNodeStatus provides a mock function with no fields func (_m *ExecutableNodeStatus) GetOrCreateDynamicNodeStatus() v1alpha1.MutableDynamicNodeStatus { ret := _m.Called() @@ -906,7 +906,7 @@ func (_c *ExecutableNodeStatus_GetOrCreateDynamicNodeStatus_Call) RunAndReturn(r return _c } -// GetOrCreateGateNodeStatus provides a mock function with given fields: +// GetOrCreateGateNodeStatus provides a mock function with no fields func (_m *ExecutableNodeStatus) GetOrCreateGateNodeStatus() v1alpha1.MutableGateNodeStatus { ret := _m.Called() @@ -953,7 +953,7 @@ func (_c *ExecutableNodeStatus_GetOrCreateGateNodeStatus_Call) RunAndReturn(run return _c } -// GetOrCreateTaskStatus provides a mock function with given fields: +// GetOrCreateTaskStatus provides a mock function with no fields func (_m *ExecutableNodeStatus) GetOrCreateTaskStatus() v1alpha1.MutableTaskNodeStatus { ret := _m.Called() @@ -1000,7 +1000,7 @@ func (_c *ExecutableNodeStatus_GetOrCreateTaskStatus_Call) RunAndReturn(run func return _c } -// GetOrCreateWorkflowStatus provides a mock function with given fields: +// GetOrCreateWorkflowStatus provides a mock function with no fields func (_m *ExecutableNodeStatus) GetOrCreateWorkflowStatus() v1alpha1.MutableWorkflowNodeStatus { ret := _m.Called() @@ -1047,7 +1047,7 @@ func (_c *ExecutableNodeStatus_GetOrCreateWorkflowStatus_Call) RunAndReturn(run return _c } -// GetOutputDir provides a mock function with given fields: +// GetOutputDir provides a mock function with no fields func (_m *ExecutableNodeStatus) GetOutputDir() storage.DataReference { ret := _m.Called() @@ -1092,7 +1092,7 @@ func (_c *ExecutableNodeStatus_GetOutputDir_Call) RunAndReturn(run func() storag return _c } -// GetParentNodeID provides a mock function with given fields: +// GetParentNodeID provides a mock function with no fields func (_m *ExecutableNodeStatus) GetParentNodeID() *string { ret := _m.Called() @@ -1139,7 +1139,7 @@ func (_c *ExecutableNodeStatus_GetParentNodeID_Call) RunAndReturn(run func() *st return _c } -// GetParentTaskID provides a mock function with given fields: +// GetParentTaskID provides a mock function with no fields func (_m *ExecutableNodeStatus) GetParentTaskID() *core.TaskExecutionIdentifier { ret := _m.Called() @@ -1186,7 +1186,7 @@ func (_c *ExecutableNodeStatus_GetParentTaskID_Call) RunAndReturn(run func() *co return _c } -// GetPhase provides a mock function with given fields: +// GetPhase provides a mock function with no fields func (_m *ExecutableNodeStatus) GetPhase() v1alpha1.NodePhase { ret := _m.Called() @@ -1231,7 +1231,7 @@ func (_c *ExecutableNodeStatus_GetPhase_Call) RunAndReturn(run func() v1alpha1.N return _c } -// GetQueuedAt provides a mock function with given fields: +// GetQueuedAt provides a mock function with no fields func (_m *ExecutableNodeStatus) GetQueuedAt() *v1.Time { ret := _m.Called() @@ -1278,7 +1278,7 @@ func (_c *ExecutableNodeStatus_GetQueuedAt_Call) RunAndReturn(run func() *v1.Tim return _c } -// GetStartedAt provides a mock function with given fields: +// GetStartedAt provides a mock function with no fields func (_m *ExecutableNodeStatus) GetStartedAt() *v1.Time { ret := _m.Called() @@ -1325,7 +1325,7 @@ func (_c *ExecutableNodeStatus_GetStartedAt_Call) RunAndReturn(run func() *v1.Ti return _c } -// GetStoppedAt provides a mock function with given fields: +// GetStoppedAt provides a mock function with no fields func (_m *ExecutableNodeStatus) GetStoppedAt() *v1.Time { ret := _m.Called() @@ -1372,7 +1372,7 @@ func (_c *ExecutableNodeStatus_GetStoppedAt_Call) RunAndReturn(run func() *v1.Ti return _c } -// GetSystemFailures provides a mock function with given fields: +// GetSystemFailures provides a mock function with no fields func (_m *ExecutableNodeStatus) GetSystemFailures() uint32 { ret := _m.Called() @@ -1417,7 +1417,7 @@ func (_c *ExecutableNodeStatus_GetSystemFailures_Call) RunAndReturn(run func() u return _c } -// GetTaskNodeStatus provides a mock function with given fields: +// GetTaskNodeStatus provides a mock function with no fields func (_m *ExecutableNodeStatus) GetTaskNodeStatus() v1alpha1.ExecutableTaskNodeStatus { ret := _m.Called() @@ -1464,7 +1464,7 @@ func (_c *ExecutableNodeStatus_GetTaskNodeStatus_Call) RunAndReturn(run func() v return _c } -// GetTaskStatus provides a mock function with given fields: +// GetTaskStatus provides a mock function with no fields func (_m *ExecutableNodeStatus) GetTaskStatus() v1alpha1.MutableTaskNodeStatus { ret := _m.Called() @@ -1511,7 +1511,7 @@ func (_c *ExecutableNodeStatus_GetTaskStatus_Call) RunAndReturn(run func() v1alp return _c } -// GetWorkflowNodeStatus provides a mock function with given fields: +// GetWorkflowNodeStatus provides a mock function with no fields func (_m *ExecutableNodeStatus) GetWorkflowNodeStatus() v1alpha1.ExecutableWorkflowNodeStatus { ret := _m.Called() @@ -1558,7 +1558,7 @@ func (_c *ExecutableNodeStatus_GetWorkflowNodeStatus_Call) RunAndReturn(run func return _c } -// GetWorkflowStatus provides a mock function with given fields: +// GetWorkflowStatus provides a mock function with no fields func (_m *ExecutableNodeStatus) GetWorkflowStatus() v1alpha1.MutableWorkflowNodeStatus { ret := _m.Called() @@ -1605,7 +1605,7 @@ func (_c *ExecutableNodeStatus_GetWorkflowStatus_Call) RunAndReturn(run func() v return _c } -// IncrementAttempts provides a mock function with given fields: +// IncrementAttempts provides a mock function with no fields func (_m *ExecutableNodeStatus) IncrementAttempts() uint32 { ret := _m.Called() @@ -1650,7 +1650,7 @@ func (_c *ExecutableNodeStatus_IncrementAttempts_Call) RunAndReturn(run func() u return _c } -// IncrementSystemFailures provides a mock function with given fields: +// IncrementSystemFailures provides a mock function with no fields func (_m *ExecutableNodeStatus) IncrementSystemFailures() uint32 { ret := _m.Called() @@ -1695,7 +1695,7 @@ func (_c *ExecutableNodeStatus_IncrementSystemFailures_Call) RunAndReturn(run fu return _c } -// IsCached provides a mock function with given fields: +// IsCached provides a mock function with no fields func (_m *ExecutableNodeStatus) IsCached() bool { ret := _m.Called() @@ -1740,7 +1740,7 @@ func (_c *ExecutableNodeStatus_IsCached_Call) RunAndReturn(run func() bool) *Exe return _c } -// IsDirty provides a mock function with given fields: +// IsDirty provides a mock function with no fields func (_m *ExecutableNodeStatus) IsDirty() bool { ret := _m.Called() @@ -1785,7 +1785,7 @@ func (_c *ExecutableNodeStatus_IsDirty_Call) RunAndReturn(run func() bool) *Exec return _c } -// ResetDirty provides a mock function with given fields: +// ResetDirty provides a mock function with no fields func (_m *ExecutableNodeStatus) ResetDirty() { _m.Called() } @@ -1813,11 +1813,11 @@ func (_c *ExecutableNodeStatus_ResetDirty_Call) Return() *ExecutableNodeStatus_R } func (_c *ExecutableNodeStatus_ResetDirty_Call) RunAndReturn(run func()) *ExecutableNodeStatus_ResetDirty_Call { - _c.Call.Return(run) + _c.Run(run) return _c } -// SetCached provides a mock function with given fields: +// SetCached provides a mock function with no fields func (_m *ExecutableNodeStatus) SetCached() { _m.Called() } @@ -1845,7 +1845,7 @@ func (_c *ExecutableNodeStatus_SetCached_Call) Return() *ExecutableNodeStatus_Se } func (_c *ExecutableNodeStatus_SetCached_Call) RunAndReturn(run func()) *ExecutableNodeStatus_SetCached_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -1878,7 +1878,7 @@ func (_c *ExecutableNodeStatus_SetDataDir_Call) Return() *ExecutableNodeStatus_S } func (_c *ExecutableNodeStatus_SetDataDir_Call) RunAndReturn(run func(storage.DataReference)) *ExecutableNodeStatus_SetDataDir_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -1911,7 +1911,7 @@ func (_c *ExecutableNodeStatus_SetOutputDir_Call) Return() *ExecutableNodeStatus } func (_c *ExecutableNodeStatus_SetOutputDir_Call) RunAndReturn(run func(storage.DataReference)) *ExecutableNodeStatus_SetOutputDir_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -1944,7 +1944,7 @@ func (_c *ExecutableNodeStatus_SetParentNodeID_Call) Return() *ExecutableNodeSta } func (_c *ExecutableNodeStatus_SetParentNodeID_Call) RunAndReturn(run func(*string)) *ExecutableNodeStatus_SetParentNodeID_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -1977,7 +1977,7 @@ func (_c *ExecutableNodeStatus_SetParentTaskID_Call) Return() *ExecutableNodeSta } func (_c *ExecutableNodeStatus_SetParentTaskID_Call) RunAndReturn(run func(*core.TaskExecutionIdentifier)) *ExecutableNodeStatus_SetParentTaskID_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -2014,7 +2014,7 @@ func (_c *ExecutableNodeStatus_UpdatePhase_Call) Return() *ExecutableNodeStatus_ } func (_c *ExecutableNodeStatus_UpdatePhase_Call) RunAndReturn(run func(v1alpha1.NodePhase, v1.Time, string, bool, *core.ExecutionError)) *ExecutableNodeStatus_UpdatePhase_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -2047,7 +2047,7 @@ func (_c *ExecutableNodeStatus_VisitNodeStatuses_Call) Return() *ExecutableNodeS } func (_c *ExecutableNodeStatus_VisitNodeStatuses_Call) RunAndReturn(run func(func(string, v1alpha1.ExecutableNodeStatus))) *ExecutableNodeStatus_VisitNodeStatuses_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableSubWorkflow.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableSubWorkflow.go index 41fc5f7518..264b709bd7 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableSubWorkflow.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableSubWorkflow.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -78,7 +78,7 @@ func (_c *ExecutableSubWorkflow_FromNode_Call) RunAndReturn(run func(string) ([] return _c } -// GetConnections provides a mock function with given fields: +// GetConnections provides a mock function with no fields func (_m *ExecutableSubWorkflow) GetConnections() *v1alpha1.Connections { ret := _m.Called() @@ -125,7 +125,7 @@ func (_c *ExecutableSubWorkflow_GetConnections_Call) RunAndReturn(run func() *v1 return _c } -// GetID provides a mock function with given fields: +// GetID provides a mock function with no fields func (_m *ExecutableSubWorkflow) GetID() string { ret := _m.Called() @@ -228,7 +228,7 @@ func (_c *ExecutableSubWorkflow_GetNode_Call) RunAndReturn(run func(string) (v1a return _c } -// GetNodes provides a mock function with given fields: +// GetNodes provides a mock function with no fields func (_m *ExecutableSubWorkflow) GetNodes() []string { ret := _m.Called() @@ -275,7 +275,7 @@ func (_c *ExecutableSubWorkflow_GetNodes_Call) RunAndReturn(run func() []string) return _c } -// GetOnFailureNode provides a mock function with given fields: +// GetOnFailureNode provides a mock function with no fields func (_m *ExecutableSubWorkflow) GetOnFailureNode() v1alpha1.ExecutableNode { ret := _m.Called() @@ -322,7 +322,7 @@ func (_c *ExecutableSubWorkflow_GetOnFailureNode_Call) RunAndReturn(run func() v return _c } -// GetOnFailurePolicy provides a mock function with given fields: +// GetOnFailurePolicy provides a mock function with no fields func (_m *ExecutableSubWorkflow) GetOnFailurePolicy() v1alpha1.WorkflowOnFailurePolicy { ret := _m.Called() @@ -367,7 +367,7 @@ func (_c *ExecutableSubWorkflow_GetOnFailurePolicy_Call) RunAndReturn(run func() return _c } -// GetOutputBindings provides a mock function with given fields: +// GetOutputBindings provides a mock function with no fields func (_m *ExecutableSubWorkflow) GetOutputBindings() []*v1alpha1.Binding { ret := _m.Called() @@ -414,7 +414,7 @@ func (_c *ExecutableSubWorkflow_GetOutputBindings_Call) RunAndReturn(run func() return _c } -// GetOutputs provides a mock function with given fields: +// GetOutputs provides a mock function with no fields func (_m *ExecutableSubWorkflow) GetOutputs() *v1alpha1.OutputVarMap { ret := _m.Called() @@ -461,7 +461,7 @@ func (_c *ExecutableSubWorkflow_GetOutputs_Call) RunAndReturn(run func() *v1alph return _c } -// StartNode provides a mock function with given fields: +// StartNode provides a mock function with no fields func (_m *ExecutableSubWorkflow) StartNode() v1alpha1.ExecutableNode { ret := _m.Called() diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableSubWorkflowNodeStatus.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableSubWorkflowNodeStatus.go index 8146d8afa2..59e5161893 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableSubWorkflowNodeStatus.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableSubWorkflowNodeStatus.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -20,7 +20,7 @@ func (_m *ExecutableSubWorkflowNodeStatus) EXPECT() *ExecutableSubWorkflowNodeSt return &ExecutableSubWorkflowNodeStatus_Expecter{mock: &_m.Mock} } -// GetPhase provides a mock function with given fields: +// GetPhase provides a mock function with no fields func (_m *ExecutableSubWorkflowNodeStatus) GetPhase() v1alpha1.WorkflowPhase { ret := _m.Called() diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableTask.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableTask.go index e8a1c31d1c..1b00b8df65 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableTask.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableTask.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -20,7 +20,7 @@ func (_m *ExecutableTask) EXPECT() *ExecutableTask_Expecter { return &ExecutableTask_Expecter{mock: &_m.Mock} } -// CoreTask provides a mock function with given fields: +// CoreTask provides a mock function with no fields func (_m *ExecutableTask) CoreTask() *core.TaskTemplate { ret := _m.Called() @@ -67,7 +67,7 @@ func (_c *ExecutableTask_CoreTask_Call) RunAndReturn(run func() *core.TaskTempla return _c } -// TaskType provides a mock function with given fields: +// TaskType provides a mock function with no fields func (_m *ExecutableTask) TaskType() string { ret := _m.Called() diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableTaskNodeStatus.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableTaskNodeStatus.go index 060acbce5f..f818631622 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableTaskNodeStatus.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableTaskNodeStatus.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -22,7 +22,7 @@ func (_m *ExecutableTaskNodeStatus) EXPECT() *ExecutableTaskNodeStatus_Expecter return &ExecutableTaskNodeStatus_Expecter{mock: &_m.Mock} } -// GetBarrierClockTick provides a mock function with given fields: +// GetBarrierClockTick provides a mock function with no fields func (_m *ExecutableTaskNodeStatus) GetBarrierClockTick() uint32 { ret := _m.Called() @@ -67,7 +67,7 @@ func (_c *ExecutableTaskNodeStatus_GetBarrierClockTick_Call) RunAndReturn(run fu return _c } -// GetCleanupOnFailure provides a mock function with given fields: +// GetCleanupOnFailure provides a mock function with no fields func (_m *ExecutableTaskNodeStatus) GetCleanupOnFailure() bool { ret := _m.Called() @@ -112,7 +112,7 @@ func (_c *ExecutableTaskNodeStatus_GetCleanupOnFailure_Call) RunAndReturn(run fu return _c } -// GetLastPhaseUpdatedAt provides a mock function with given fields: +// GetLastPhaseUpdatedAt provides a mock function with no fields func (_m *ExecutableTaskNodeStatus) GetLastPhaseUpdatedAt() time.Time { ret := _m.Called() @@ -157,7 +157,7 @@ func (_c *ExecutableTaskNodeStatus_GetLastPhaseUpdatedAt_Call) RunAndReturn(run return _c } -// GetPhase provides a mock function with given fields: +// GetPhase provides a mock function with no fields func (_m *ExecutableTaskNodeStatus) GetPhase() int { ret := _m.Called() @@ -202,7 +202,7 @@ func (_c *ExecutableTaskNodeStatus_GetPhase_Call) RunAndReturn(run func() int) * return _c } -// GetPhaseVersion provides a mock function with given fields: +// GetPhaseVersion provides a mock function with no fields func (_m *ExecutableTaskNodeStatus) GetPhaseVersion() uint32 { ret := _m.Called() @@ -247,7 +247,7 @@ func (_c *ExecutableTaskNodeStatus_GetPhaseVersion_Call) RunAndReturn(run func() return _c } -// GetPluginState provides a mock function with given fields: +// GetPluginState provides a mock function with no fields func (_m *ExecutableTaskNodeStatus) GetPluginState() []byte { ret := _m.Called() @@ -294,7 +294,7 @@ func (_c *ExecutableTaskNodeStatus_GetPluginState_Call) RunAndReturn(run func() return _c } -// GetPluginStateVersion provides a mock function with given fields: +// GetPluginStateVersion provides a mock function with no fields func (_m *ExecutableTaskNodeStatus) GetPluginStateVersion() uint32 { ret := _m.Called() @@ -339,7 +339,7 @@ func (_c *ExecutableTaskNodeStatus_GetPluginStateVersion_Call) RunAndReturn(run return _c } -// GetPreviousNodeExecutionCheckpointPath provides a mock function with given fields: +// GetPreviousNodeExecutionCheckpointPath provides a mock function with no fields func (_m *ExecutableTaskNodeStatus) GetPreviousNodeExecutionCheckpointPath() storage.DataReference { ret := _m.Called() diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableWorkflow.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableWorkflow.go index 13d712f503..8ec2f3a2f3 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableWorkflow.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableWorkflow.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -134,7 +134,7 @@ func (_c *ExecutableWorkflow_FromNode_Call) RunAndReturn(run func(string) ([]str return _c } -// GetAnnotations provides a mock function with given fields: +// GetAnnotations provides a mock function with no fields func (_m *ExecutableWorkflow) GetAnnotations() map[string]string { ret := _m.Called() @@ -181,7 +181,7 @@ func (_c *ExecutableWorkflow_GetAnnotations_Call) RunAndReturn(run func() map[st return _c } -// GetConnections provides a mock function with given fields: +// GetConnections provides a mock function with no fields func (_m *ExecutableWorkflow) GetConnections() *v1alpha1.Connections { ret := _m.Called() @@ -228,7 +228,7 @@ func (_c *ExecutableWorkflow_GetConnections_Call) RunAndReturn(run func() *v1alp return _c } -// GetConsoleURL provides a mock function with given fields: +// GetConsoleURL provides a mock function with no fields func (_m *ExecutableWorkflow) GetConsoleURL() string { ret := _m.Called() @@ -273,7 +273,7 @@ func (_c *ExecutableWorkflow_GetConsoleURL_Call) RunAndReturn(run func() string) return _c } -// GetCreationTimestamp provides a mock function with given fields: +// GetCreationTimestamp provides a mock function with no fields func (_m *ExecutableWorkflow) GetCreationTimestamp() v1.Time { ret := _m.Called() @@ -318,7 +318,7 @@ func (_c *ExecutableWorkflow_GetCreationTimestamp_Call) RunAndReturn(run func() return _c } -// GetDefinitionVersion provides a mock function with given fields: +// GetDefinitionVersion provides a mock function with no fields func (_m *ExecutableWorkflow) GetDefinitionVersion() v1alpha1.WorkflowDefinitionVersion { ret := _m.Called() @@ -363,7 +363,7 @@ func (_c *ExecutableWorkflow_GetDefinitionVersion_Call) RunAndReturn(run func() return _c } -// GetEventVersion provides a mock function with given fields: +// GetEventVersion provides a mock function with no fields func (_m *ExecutableWorkflow) GetEventVersion() v1alpha1.EventVersion { ret := _m.Called() @@ -408,7 +408,7 @@ func (_c *ExecutableWorkflow_GetEventVersion_Call) RunAndReturn(run func() v1alp return _c } -// GetExecutionConfig provides a mock function with given fields: +// GetExecutionConfig provides a mock function with no fields func (_m *ExecutableWorkflow) GetExecutionConfig() v1alpha1.ExecutionConfig { ret := _m.Called() @@ -453,7 +453,7 @@ func (_c *ExecutableWorkflow_GetExecutionConfig_Call) RunAndReturn(run func() v1 return _c } -// GetExecutionID provides a mock function with given fields: +// GetExecutionID provides a mock function with no fields func (_m *ExecutableWorkflow) GetExecutionID() v1alpha1.WorkflowExecutionIdentifier { ret := _m.Called() @@ -498,7 +498,7 @@ func (_c *ExecutableWorkflow_GetExecutionID_Call) RunAndReturn(run func() v1alph return _c } -// GetExecutionStatus provides a mock function with given fields: +// GetExecutionStatus provides a mock function with no fields func (_m *ExecutableWorkflow) GetExecutionStatus() v1alpha1.ExecutableWorkflowStatus { ret := _m.Called() @@ -545,7 +545,7 @@ func (_c *ExecutableWorkflow_GetExecutionStatus_Call) RunAndReturn(run func() v1 return _c } -// GetID provides a mock function with given fields: +// GetID provides a mock function with no fields func (_m *ExecutableWorkflow) GetID() string { ret := _m.Called() @@ -590,7 +590,7 @@ func (_c *ExecutableWorkflow_GetID_Call) RunAndReturn(run func() string) *Execut return _c } -// GetK8sWorkflowID provides a mock function with given fields: +// GetK8sWorkflowID provides a mock function with no fields func (_m *ExecutableWorkflow) GetK8sWorkflowID() types.NamespacedName { ret := _m.Called() @@ -635,7 +635,7 @@ func (_c *ExecutableWorkflow_GetK8sWorkflowID_Call) RunAndReturn(run func() type return _c } -// GetLabels provides a mock function with given fields: +// GetLabels provides a mock function with no fields func (_m *ExecutableWorkflow) GetLabels() map[string]string { ret := _m.Called() @@ -682,7 +682,7 @@ func (_c *ExecutableWorkflow_GetLabels_Call) RunAndReturn(run func() map[string] return _c } -// GetName provides a mock function with given fields: +// GetName provides a mock function with no fields func (_m *ExecutableWorkflow) GetName() string { ret := _m.Called() @@ -727,7 +727,7 @@ func (_c *ExecutableWorkflow_GetName_Call) RunAndReturn(run func() string) *Exec return _c } -// GetNamespace provides a mock function with given fields: +// GetNamespace provides a mock function with no fields func (_m *ExecutableWorkflow) GetNamespace() string { ret := _m.Called() @@ -879,7 +879,7 @@ func (_c *ExecutableWorkflow_GetNodeExecutionStatus_Call) RunAndReturn(run func( return _c } -// GetNodes provides a mock function with given fields: +// GetNodes provides a mock function with no fields func (_m *ExecutableWorkflow) GetNodes() []string { ret := _m.Called() @@ -926,7 +926,7 @@ func (_c *ExecutableWorkflow_GetNodes_Call) RunAndReturn(run func() []string) *E return _c } -// GetOnFailureNode provides a mock function with given fields: +// GetOnFailureNode provides a mock function with no fields func (_m *ExecutableWorkflow) GetOnFailureNode() v1alpha1.ExecutableNode { ret := _m.Called() @@ -973,7 +973,7 @@ func (_c *ExecutableWorkflow_GetOnFailureNode_Call) RunAndReturn(run func() v1al return _c } -// GetOnFailurePolicy provides a mock function with given fields: +// GetOnFailurePolicy provides a mock function with no fields func (_m *ExecutableWorkflow) GetOnFailurePolicy() v1alpha1.WorkflowOnFailurePolicy { ret := _m.Called() @@ -1018,7 +1018,7 @@ func (_c *ExecutableWorkflow_GetOnFailurePolicy_Call) RunAndReturn(run func() v1 return _c } -// GetOutputBindings provides a mock function with given fields: +// GetOutputBindings provides a mock function with no fields func (_m *ExecutableWorkflow) GetOutputBindings() []*v1alpha1.Binding { ret := _m.Called() @@ -1065,7 +1065,7 @@ func (_c *ExecutableWorkflow_GetOutputBindings_Call) RunAndReturn(run func() []* return _c } -// GetOutputs provides a mock function with given fields: +// GetOutputs provides a mock function with no fields func (_m *ExecutableWorkflow) GetOutputs() *v1alpha1.OutputVarMap { ret := _m.Called() @@ -1112,7 +1112,7 @@ func (_c *ExecutableWorkflow_GetOutputs_Call) RunAndReturn(run func() *v1alpha1. return _c } -// GetOwnerReference provides a mock function with given fields: +// GetOwnerReference provides a mock function with no fields func (_m *ExecutableWorkflow) GetOwnerReference() v1.OwnerReference { ret := _m.Called() @@ -1157,7 +1157,7 @@ func (_c *ExecutableWorkflow_GetOwnerReference_Call) RunAndReturn(run func() v1. return _c } -// GetRawOutputDataConfig provides a mock function with given fields: +// GetRawOutputDataConfig provides a mock function with no fields func (_m *ExecutableWorkflow) GetRawOutputDataConfig() v1alpha1.RawOutputDataConfig { ret := _m.Called() @@ -1202,7 +1202,7 @@ func (_c *ExecutableWorkflow_GetRawOutputDataConfig_Call) RunAndReturn(run func( return _c } -// GetSecurityContext provides a mock function with given fields: +// GetSecurityContext provides a mock function with no fields func (_m *ExecutableWorkflow) GetSecurityContext() core.SecurityContext { ret := _m.Called() @@ -1247,7 +1247,7 @@ func (_c *ExecutableWorkflow_GetSecurityContext_Call) RunAndReturn(run func() co return _c } -// GetServiceAccountName provides a mock function with given fields: +// GetServiceAccountName provides a mock function with no fields func (_m *ExecutableWorkflow) GetServiceAccountName() string { ret := _m.Called() @@ -1350,7 +1350,7 @@ func (_c *ExecutableWorkflow_GetTask_Call) RunAndReturn(run func(string) (v1alph return _c } -// IsInterruptible provides a mock function with given fields: +// IsInterruptible provides a mock function with no fields func (_m *ExecutableWorkflow) IsInterruptible() bool { ret := _m.Called() @@ -1395,7 +1395,7 @@ func (_c *ExecutableWorkflow_IsInterruptible_Call) RunAndReturn(run func() bool) return _c } -// StartNode provides a mock function with given fields: +// StartNode provides a mock function with no fields func (_m *ExecutableWorkflow) StartNode() v1alpha1.ExecutableNode { ret := _m.Called() diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableWorkflowNode.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableWorkflowNode.go index f1b995ec8f..7464b0be77 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableWorkflowNode.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableWorkflowNode.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -20,7 +20,7 @@ func (_m *ExecutableWorkflowNode) EXPECT() *ExecutableWorkflowNode_Expecter { return &ExecutableWorkflowNode_Expecter{mock: &_m.Mock} } -// GetLaunchPlanRefID provides a mock function with given fields: +// GetLaunchPlanRefID provides a mock function with no fields func (_m *ExecutableWorkflowNode) GetLaunchPlanRefID() *v1alpha1.Identifier { ret := _m.Called() @@ -67,7 +67,7 @@ func (_c *ExecutableWorkflowNode_GetLaunchPlanRefID_Call) RunAndReturn(run func( return _c } -// GetSubWorkflowRef provides a mock function with given fields: +// GetSubWorkflowRef provides a mock function with no fields func (_m *ExecutableWorkflowNode) GetSubWorkflowRef() *string { ret := _m.Called() diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableWorkflowNodeStatus.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableWorkflowNodeStatus.go index 453cfbcbcc..7b669fbe49 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableWorkflowNodeStatus.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableWorkflowNodeStatus.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -22,7 +22,7 @@ func (_m *ExecutableWorkflowNodeStatus) EXPECT() *ExecutableWorkflowNodeStatus_E return &ExecutableWorkflowNodeStatus_Expecter{mock: &_m.Mock} } -// GetExecutionError provides a mock function with given fields: +// GetExecutionError provides a mock function with no fields func (_m *ExecutableWorkflowNodeStatus) GetExecutionError() *core.ExecutionError { ret := _m.Called() @@ -69,7 +69,7 @@ func (_c *ExecutableWorkflowNodeStatus_GetExecutionError_Call) RunAndReturn(run return _c } -// GetWorkflowNodePhase provides a mock function with given fields: +// GetWorkflowNodePhase provides a mock function with no fields func (_m *ExecutableWorkflowNodeStatus) GetWorkflowNodePhase() v1alpha1.WorkflowNodePhase { ret := _m.Called() diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableWorkflowStatus.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableWorkflowStatus.go index 78144a19d0..6cd0136962 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableWorkflowStatus.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutableWorkflowStatus.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -85,7 +85,7 @@ func (_c *ExecutableWorkflowStatus_ConstructNodeDataDir_Call) RunAndReturn(run f return _c } -// GetDataDir provides a mock function with given fields: +// GetDataDir provides a mock function with no fields func (_m *ExecutableWorkflowStatus) GetDataDir() storage.DataReference { ret := _m.Called() @@ -130,7 +130,7 @@ func (_c *ExecutableWorkflowStatus_GetDataDir_Call) RunAndReturn(run func() stor return _c } -// GetExecutionError provides a mock function with given fields: +// GetExecutionError provides a mock function with no fields func (_m *ExecutableWorkflowStatus) GetExecutionError() *core.ExecutionError { ret := _m.Called() @@ -177,7 +177,7 @@ func (_c *ExecutableWorkflowStatus_GetExecutionError_Call) RunAndReturn(run func return _c } -// GetLastUpdatedAt provides a mock function with given fields: +// GetLastUpdatedAt provides a mock function with no fields func (_m *ExecutableWorkflowStatus) GetLastUpdatedAt() *v1.Time { ret := _m.Called() @@ -224,7 +224,7 @@ func (_c *ExecutableWorkflowStatus_GetLastUpdatedAt_Call) RunAndReturn(run func( return _c } -// GetMessage provides a mock function with given fields: +// GetMessage provides a mock function with no fields func (_m *ExecutableWorkflowStatus) GetMessage() string { ret := _m.Called() @@ -318,7 +318,7 @@ func (_c *ExecutableWorkflowStatus_GetNodeExecutionStatus_Call) RunAndReturn(run return _c } -// GetOutputReference provides a mock function with given fields: +// GetOutputReference provides a mock function with no fields func (_m *ExecutableWorkflowStatus) GetOutputReference() storage.DataReference { ret := _m.Called() @@ -363,7 +363,7 @@ func (_c *ExecutableWorkflowStatus_GetOutputReference_Call) RunAndReturn(run fun return _c } -// GetPhase provides a mock function with given fields: +// GetPhase provides a mock function with no fields func (_m *ExecutableWorkflowStatus) GetPhase() v1alpha1.WorkflowPhase { ret := _m.Called() @@ -408,7 +408,7 @@ func (_c *ExecutableWorkflowStatus_GetPhase_Call) RunAndReturn(run func() v1alph return _c } -// GetStartedAt provides a mock function with given fields: +// GetStartedAt provides a mock function with no fields func (_m *ExecutableWorkflowStatus) GetStartedAt() *v1.Time { ret := _m.Called() @@ -455,7 +455,7 @@ func (_c *ExecutableWorkflowStatus_GetStartedAt_Call) RunAndReturn(run func() *v return _c } -// GetStoppedAt provides a mock function with given fields: +// GetStoppedAt provides a mock function with no fields func (_m *ExecutableWorkflowStatus) GetStoppedAt() *v1.Time { ret := _m.Called() @@ -502,7 +502,7 @@ func (_c *ExecutableWorkflowStatus_GetStoppedAt_Call) RunAndReturn(run func() *v return _c } -// IncFailedAttempts provides a mock function with given fields: +// IncFailedAttempts provides a mock function with no fields func (_m *ExecutableWorkflowStatus) IncFailedAttempts() { _m.Called() } @@ -530,11 +530,11 @@ func (_c *ExecutableWorkflowStatus_IncFailedAttempts_Call) Return() *ExecutableW } func (_c *ExecutableWorkflowStatus_IncFailedAttempts_Call) RunAndReturn(run func()) *ExecutableWorkflowStatus_IncFailedAttempts_Call { - _c.Call.Return(run) + _c.Run(run) return _c } -// IsTerminated provides a mock function with given fields: +// IsTerminated provides a mock function with no fields func (_m *ExecutableWorkflowStatus) IsTerminated() bool { ret := _m.Called() @@ -608,7 +608,7 @@ func (_c *ExecutableWorkflowStatus_SetDataDir_Call) Return() *ExecutableWorkflow } func (_c *ExecutableWorkflowStatus_SetDataDir_Call) RunAndReturn(run func(storage.DataReference)) *ExecutableWorkflowStatus_SetDataDir_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -641,7 +641,7 @@ func (_c *ExecutableWorkflowStatus_SetMessage_Call) Return() *ExecutableWorkflow } func (_c *ExecutableWorkflowStatus_SetMessage_Call) RunAndReturn(run func(string)) *ExecutableWorkflowStatus_SetMessage_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -674,7 +674,7 @@ func (_c *ExecutableWorkflowStatus_SetOutputReference_Call) Return() *Executable } func (_c *ExecutableWorkflowStatus_SetOutputReference_Call) RunAndReturn(run func(storage.DataReference)) *ExecutableWorkflowStatus_SetOutputReference_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -709,7 +709,7 @@ func (_c *ExecutableWorkflowStatus_UpdatePhase_Call) Return() *ExecutableWorkflo } func (_c *ExecutableWorkflowStatus_UpdatePhase_Call) RunAndReturn(run func(v1alpha1.WorkflowPhase, string, *core.ExecutionError)) *ExecutableWorkflowStatus_UpdatePhase_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutionTimeInfo.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutionTimeInfo.go index 540e3cba71..7516e835db 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutionTimeInfo.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/ExecutionTimeInfo.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -20,7 +20,7 @@ func (_m *ExecutionTimeInfo) EXPECT() *ExecutionTimeInfo_Expecter { return &ExecutionTimeInfo_Expecter{mock: &_m.Mock} } -// GetLastUpdatedAt provides a mock function with given fields: +// GetLastUpdatedAt provides a mock function with no fields func (_m *ExecutionTimeInfo) GetLastUpdatedAt() *v1.Time { ret := _m.Called() @@ -67,7 +67,7 @@ func (_c *ExecutionTimeInfo_GetLastUpdatedAt_Call) RunAndReturn(run func() *v1.T return _c } -// GetStartedAt provides a mock function with given fields: +// GetStartedAt provides a mock function with no fields func (_m *ExecutionTimeInfo) GetStartedAt() *v1.Time { ret := _m.Called() @@ -114,7 +114,7 @@ func (_c *ExecutionTimeInfo_GetStartedAt_Call) RunAndReturn(run func() *v1.Time) return _c } -// GetStoppedAt provides a mock function with given fields: +// GetStoppedAt provides a mock function with no fields func (_m *ExecutionTimeInfo) GetStoppedAt() *v1.Time { ret := _m.Called() diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/Meta.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/Meta.go index 65b22ff0c2..85ba0a7e47 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/Meta.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/Meta.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -26,7 +26,7 @@ func (_m *Meta) EXPECT() *Meta_Expecter { return &Meta_Expecter{mock: &_m.Mock} } -// GetAnnotations provides a mock function with given fields: +// GetAnnotations provides a mock function with no fields func (_m *Meta) GetAnnotations() map[string]string { ret := _m.Called() @@ -73,7 +73,7 @@ func (_c *Meta_GetAnnotations_Call) RunAndReturn(run func() map[string]string) * return _c } -// GetConsoleURL provides a mock function with given fields: +// GetConsoleURL provides a mock function with no fields func (_m *Meta) GetConsoleURL() string { ret := _m.Called() @@ -118,7 +118,7 @@ func (_c *Meta_GetConsoleURL_Call) RunAndReturn(run func() string) *Meta_GetCons return _c } -// GetCreationTimestamp provides a mock function with given fields: +// GetCreationTimestamp provides a mock function with no fields func (_m *Meta) GetCreationTimestamp() v1.Time { ret := _m.Called() @@ -163,7 +163,7 @@ func (_c *Meta_GetCreationTimestamp_Call) RunAndReturn(run func() v1.Time) *Meta return _c } -// GetDefinitionVersion provides a mock function with given fields: +// GetDefinitionVersion provides a mock function with no fields func (_m *Meta) GetDefinitionVersion() v1alpha1.WorkflowDefinitionVersion { ret := _m.Called() @@ -208,7 +208,7 @@ func (_c *Meta_GetDefinitionVersion_Call) RunAndReturn(run func() v1alpha1.Workf return _c } -// GetEventVersion provides a mock function with given fields: +// GetEventVersion provides a mock function with no fields func (_m *Meta) GetEventVersion() v1alpha1.EventVersion { ret := _m.Called() @@ -253,7 +253,7 @@ func (_c *Meta_GetEventVersion_Call) RunAndReturn(run func() v1alpha1.EventVersi return _c } -// GetExecutionID provides a mock function with given fields: +// GetExecutionID provides a mock function with no fields func (_m *Meta) GetExecutionID() v1alpha1.WorkflowExecutionIdentifier { ret := _m.Called() @@ -298,7 +298,7 @@ func (_c *Meta_GetExecutionID_Call) RunAndReturn(run func() v1alpha1.WorkflowExe return _c } -// GetK8sWorkflowID provides a mock function with given fields: +// GetK8sWorkflowID provides a mock function with no fields func (_m *Meta) GetK8sWorkflowID() types.NamespacedName { ret := _m.Called() @@ -343,7 +343,7 @@ func (_c *Meta_GetK8sWorkflowID_Call) RunAndReturn(run func() types.NamespacedNa return _c } -// GetLabels provides a mock function with given fields: +// GetLabels provides a mock function with no fields func (_m *Meta) GetLabels() map[string]string { ret := _m.Called() @@ -390,7 +390,7 @@ func (_c *Meta_GetLabels_Call) RunAndReturn(run func() map[string]string) *Meta_ return _c } -// GetName provides a mock function with given fields: +// GetName provides a mock function with no fields func (_m *Meta) GetName() string { ret := _m.Called() @@ -435,7 +435,7 @@ func (_c *Meta_GetName_Call) RunAndReturn(run func() string) *Meta_GetName_Call return _c } -// GetNamespace provides a mock function with given fields: +// GetNamespace provides a mock function with no fields func (_m *Meta) GetNamespace() string { ret := _m.Called() @@ -480,7 +480,7 @@ func (_c *Meta_GetNamespace_Call) RunAndReturn(run func() string) *Meta_GetNames return _c } -// GetOwnerReference provides a mock function with given fields: +// GetOwnerReference provides a mock function with no fields func (_m *Meta) GetOwnerReference() v1.OwnerReference { ret := _m.Called() @@ -525,7 +525,7 @@ func (_c *Meta_GetOwnerReference_Call) RunAndReturn(run func() v1.OwnerReference return _c } -// GetRawOutputDataConfig provides a mock function with given fields: +// GetRawOutputDataConfig provides a mock function with no fields func (_m *Meta) GetRawOutputDataConfig() v1alpha1.RawOutputDataConfig { ret := _m.Called() @@ -570,7 +570,7 @@ func (_c *Meta_GetRawOutputDataConfig_Call) RunAndReturn(run func() v1alpha1.Raw return _c } -// GetSecurityContext provides a mock function with given fields: +// GetSecurityContext provides a mock function with no fields func (_m *Meta) GetSecurityContext() core.SecurityContext { ret := _m.Called() @@ -615,7 +615,7 @@ func (_c *Meta_GetSecurityContext_Call) RunAndReturn(run func() core.SecurityCon return _c } -// GetServiceAccountName provides a mock function with given fields: +// GetServiceAccountName provides a mock function with no fields func (_m *Meta) GetServiceAccountName() string { ret := _m.Called() @@ -660,7 +660,7 @@ func (_c *Meta_GetServiceAccountName_Call) RunAndReturn(run func() string) *Meta return _c } -// IsInterruptible provides a mock function with given fields: +// IsInterruptible provides a mock function with no fields func (_m *Meta) IsInterruptible() bool { ret := _m.Called() diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MetaExtended.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MetaExtended.go index 792b8a9e96..bff2b1b024 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MetaExtended.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MetaExtended.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -74,7 +74,7 @@ func (_c *MetaExtended_FindSubWorkflow_Call) RunAndReturn(run func(string) v1alp return _c } -// GetAnnotations provides a mock function with given fields: +// GetAnnotations provides a mock function with no fields func (_m *MetaExtended) GetAnnotations() map[string]string { ret := _m.Called() @@ -121,7 +121,7 @@ func (_c *MetaExtended_GetAnnotations_Call) RunAndReturn(run func() map[string]s return _c } -// GetConsoleURL provides a mock function with given fields: +// GetConsoleURL provides a mock function with no fields func (_m *MetaExtended) GetConsoleURL() string { ret := _m.Called() @@ -166,7 +166,7 @@ func (_c *MetaExtended_GetConsoleURL_Call) RunAndReturn(run func() string) *Meta return _c } -// GetCreationTimestamp provides a mock function with given fields: +// GetCreationTimestamp provides a mock function with no fields func (_m *MetaExtended) GetCreationTimestamp() v1.Time { ret := _m.Called() @@ -211,7 +211,7 @@ func (_c *MetaExtended_GetCreationTimestamp_Call) RunAndReturn(run func() v1.Tim return _c } -// GetDefinitionVersion provides a mock function with given fields: +// GetDefinitionVersion provides a mock function with no fields func (_m *MetaExtended) GetDefinitionVersion() v1alpha1.WorkflowDefinitionVersion { ret := _m.Called() @@ -256,7 +256,7 @@ func (_c *MetaExtended_GetDefinitionVersion_Call) RunAndReturn(run func() v1alph return _c } -// GetEventVersion provides a mock function with given fields: +// GetEventVersion provides a mock function with no fields func (_m *MetaExtended) GetEventVersion() v1alpha1.EventVersion { ret := _m.Called() @@ -301,7 +301,7 @@ func (_c *MetaExtended_GetEventVersion_Call) RunAndReturn(run func() v1alpha1.Ev return _c } -// GetExecutionID provides a mock function with given fields: +// GetExecutionID provides a mock function with no fields func (_m *MetaExtended) GetExecutionID() v1alpha1.WorkflowExecutionIdentifier { ret := _m.Called() @@ -346,7 +346,7 @@ func (_c *MetaExtended_GetExecutionID_Call) RunAndReturn(run func() v1alpha1.Wor return _c } -// GetExecutionStatus provides a mock function with given fields: +// GetExecutionStatus provides a mock function with no fields func (_m *MetaExtended) GetExecutionStatus() v1alpha1.ExecutableWorkflowStatus { ret := _m.Called() @@ -393,7 +393,7 @@ func (_c *MetaExtended_GetExecutionStatus_Call) RunAndReturn(run func() v1alpha1 return _c } -// GetK8sWorkflowID provides a mock function with given fields: +// GetK8sWorkflowID provides a mock function with no fields func (_m *MetaExtended) GetK8sWorkflowID() types.NamespacedName { ret := _m.Called() @@ -438,7 +438,7 @@ func (_c *MetaExtended_GetK8sWorkflowID_Call) RunAndReturn(run func() types.Name return _c } -// GetLabels provides a mock function with given fields: +// GetLabels provides a mock function with no fields func (_m *MetaExtended) GetLabels() map[string]string { ret := _m.Called() @@ -485,7 +485,7 @@ func (_c *MetaExtended_GetLabels_Call) RunAndReturn(run func() map[string]string return _c } -// GetName provides a mock function with given fields: +// GetName provides a mock function with no fields func (_m *MetaExtended) GetName() string { ret := _m.Called() @@ -530,7 +530,7 @@ func (_c *MetaExtended_GetName_Call) RunAndReturn(run func() string) *MetaExtend return _c } -// GetNamespace provides a mock function with given fields: +// GetNamespace provides a mock function with no fields func (_m *MetaExtended) GetNamespace() string { ret := _m.Called() @@ -575,7 +575,7 @@ func (_c *MetaExtended_GetNamespace_Call) RunAndReturn(run func() string) *MetaE return _c } -// GetOwnerReference provides a mock function with given fields: +// GetOwnerReference provides a mock function with no fields func (_m *MetaExtended) GetOwnerReference() v1.OwnerReference { ret := _m.Called() @@ -620,7 +620,7 @@ func (_c *MetaExtended_GetOwnerReference_Call) RunAndReturn(run func() v1.OwnerR return _c } -// GetRawOutputDataConfig provides a mock function with given fields: +// GetRawOutputDataConfig provides a mock function with no fields func (_m *MetaExtended) GetRawOutputDataConfig() v1alpha1.RawOutputDataConfig { ret := _m.Called() @@ -665,7 +665,7 @@ func (_c *MetaExtended_GetRawOutputDataConfig_Call) RunAndReturn(run func() v1al return _c } -// GetSecurityContext provides a mock function with given fields: +// GetSecurityContext provides a mock function with no fields func (_m *MetaExtended) GetSecurityContext() core.SecurityContext { ret := _m.Called() @@ -710,7 +710,7 @@ func (_c *MetaExtended_GetSecurityContext_Call) RunAndReturn(run func() core.Sec return _c } -// GetServiceAccountName provides a mock function with given fields: +// GetServiceAccountName provides a mock function with no fields func (_m *MetaExtended) GetServiceAccountName() string { ret := _m.Called() @@ -813,7 +813,7 @@ func (_c *MetaExtended_GetTask_Call) RunAndReturn(run func(string) (v1alpha1.Exe return _c } -// IsInterruptible provides a mock function with given fields: +// IsInterruptible provides a mock function with no fields func (_m *MetaExtended) IsInterruptible() bool { ret := _m.Called() diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/Mutable.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/Mutable.go index 93556ef992..de390586c4 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/Mutable.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/Mutable.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -17,7 +17,7 @@ func (_m *Mutable) EXPECT() *Mutable_Expecter { return &Mutable_Expecter{mock: &_m.Mock} } -// IsDirty provides a mock function with given fields: +// IsDirty provides a mock function with no fields func (_m *Mutable) IsDirty() bool { ret := _m.Called() diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MutableArrayNodeStatus.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MutableArrayNodeStatus.go index 1df5ec1175..5883a1bff3 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MutableArrayNodeStatus.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MutableArrayNodeStatus.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -24,7 +24,7 @@ func (_m *MutableArrayNodeStatus) EXPECT() *MutableArrayNodeStatus_Expecter { return &MutableArrayNodeStatus_Expecter{mock: &_m.Mock} } -// GetArrayNodePhase provides a mock function with given fields: +// GetArrayNodePhase provides a mock function with no fields func (_m *MutableArrayNodeStatus) GetArrayNodePhase() v1alpha1.ArrayNodePhase { ret := _m.Called() @@ -69,7 +69,7 @@ func (_c *MutableArrayNodeStatus_GetArrayNodePhase_Call) RunAndReturn(run func() return _c } -// GetExecutionError provides a mock function with given fields: +// GetExecutionError provides a mock function with no fields func (_m *MutableArrayNodeStatus) GetExecutionError() *core.ExecutionError { ret := _m.Called() @@ -116,7 +116,7 @@ func (_c *MutableArrayNodeStatus_GetExecutionError_Call) RunAndReturn(run func() return _c } -// GetSubNodeDeltaTimestamps provides a mock function with given fields: +// GetSubNodeDeltaTimestamps provides a mock function with no fields func (_m *MutableArrayNodeStatus) GetSubNodeDeltaTimestamps() bitarray.CompactArray { ret := _m.Called() @@ -161,7 +161,7 @@ func (_c *MutableArrayNodeStatus_GetSubNodeDeltaTimestamps_Call) RunAndReturn(ru return _c } -// GetSubNodePhases provides a mock function with given fields: +// GetSubNodePhases provides a mock function with no fields func (_m *MutableArrayNodeStatus) GetSubNodePhases() bitarray.CompactArray { ret := _m.Called() @@ -206,7 +206,7 @@ func (_c *MutableArrayNodeStatus_GetSubNodePhases_Call) RunAndReturn(run func() return _c } -// GetSubNodeRetryAttempts provides a mock function with given fields: +// GetSubNodeRetryAttempts provides a mock function with no fields func (_m *MutableArrayNodeStatus) GetSubNodeRetryAttempts() bitarray.CompactArray { ret := _m.Called() @@ -251,7 +251,7 @@ func (_c *MutableArrayNodeStatus_GetSubNodeRetryAttempts_Call) RunAndReturn(run return _c } -// GetSubNodeSystemFailures provides a mock function with given fields: +// GetSubNodeSystemFailures provides a mock function with no fields func (_m *MutableArrayNodeStatus) GetSubNodeSystemFailures() bitarray.CompactArray { ret := _m.Called() @@ -296,7 +296,7 @@ func (_c *MutableArrayNodeStatus_GetSubNodeSystemFailures_Call) RunAndReturn(run return _c } -// GetSubNodeTaskPhases provides a mock function with given fields: +// GetSubNodeTaskPhases provides a mock function with no fields func (_m *MutableArrayNodeStatus) GetSubNodeTaskPhases() bitarray.CompactArray { ret := _m.Called() @@ -341,7 +341,7 @@ func (_c *MutableArrayNodeStatus_GetSubNodeTaskPhases_Call) RunAndReturn(run fun return _c } -// GetTaskPhaseVersion provides a mock function with given fields: +// GetTaskPhaseVersion provides a mock function with no fields func (_m *MutableArrayNodeStatus) GetTaskPhaseVersion() uint32 { ret := _m.Called() @@ -386,7 +386,7 @@ func (_c *MutableArrayNodeStatus_GetTaskPhaseVersion_Call) RunAndReturn(run func return _c } -// IsDirty provides a mock function with given fields: +// IsDirty provides a mock function with no fields func (_m *MutableArrayNodeStatus) IsDirty() bool { ret := _m.Called() @@ -460,7 +460,7 @@ func (_c *MutableArrayNodeStatus_SetArrayNodePhase_Call) Return() *MutableArrayN } func (_c *MutableArrayNodeStatus_SetArrayNodePhase_Call) RunAndReturn(run func(v1alpha1.ArrayNodePhase)) *MutableArrayNodeStatus_SetArrayNodePhase_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -493,7 +493,7 @@ func (_c *MutableArrayNodeStatus_SetExecutionError_Call) Return() *MutableArrayN } func (_c *MutableArrayNodeStatus_SetExecutionError_Call) RunAndReturn(run func(*core.ExecutionError)) *MutableArrayNodeStatus_SetExecutionError_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -526,7 +526,7 @@ func (_c *MutableArrayNodeStatus_SetSubNodeDeltaTimestamps_Call) Return() *Mutab } func (_c *MutableArrayNodeStatus_SetSubNodeDeltaTimestamps_Call) RunAndReturn(run func(bitarray.CompactArray)) *MutableArrayNodeStatus_SetSubNodeDeltaTimestamps_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -559,7 +559,7 @@ func (_c *MutableArrayNodeStatus_SetSubNodePhases_Call) Return() *MutableArrayNo } func (_c *MutableArrayNodeStatus_SetSubNodePhases_Call) RunAndReturn(run func(bitarray.CompactArray)) *MutableArrayNodeStatus_SetSubNodePhases_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -592,7 +592,7 @@ func (_c *MutableArrayNodeStatus_SetSubNodeRetryAttempts_Call) Return() *Mutable } func (_c *MutableArrayNodeStatus_SetSubNodeRetryAttempts_Call) RunAndReturn(run func(bitarray.CompactArray)) *MutableArrayNodeStatus_SetSubNodeRetryAttempts_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -625,7 +625,7 @@ func (_c *MutableArrayNodeStatus_SetSubNodeSystemFailures_Call) Return() *Mutabl } func (_c *MutableArrayNodeStatus_SetSubNodeSystemFailures_Call) RunAndReturn(run func(bitarray.CompactArray)) *MutableArrayNodeStatus_SetSubNodeSystemFailures_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -658,7 +658,7 @@ func (_c *MutableArrayNodeStatus_SetSubNodeTaskPhases_Call) Return() *MutableArr } func (_c *MutableArrayNodeStatus_SetSubNodeTaskPhases_Call) RunAndReturn(run func(bitarray.CompactArray)) *MutableArrayNodeStatus_SetSubNodeTaskPhases_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -691,7 +691,7 @@ func (_c *MutableArrayNodeStatus_SetTaskPhaseVersion_Call) Return() *MutableArra } func (_c *MutableArrayNodeStatus_SetTaskPhaseVersion_Call) RunAndReturn(run func(uint32)) *MutableArrayNodeStatus_SetTaskPhaseVersion_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MutableBranchNodeStatus.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MutableBranchNodeStatus.go index a09987707c..5304091082 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MutableBranchNodeStatus.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MutableBranchNodeStatus.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -20,7 +20,7 @@ func (_m *MutableBranchNodeStatus) EXPECT() *MutableBranchNodeStatus_Expecter { return &MutableBranchNodeStatus_Expecter{mock: &_m.Mock} } -// GetFinalizedNode provides a mock function with given fields: +// GetFinalizedNode provides a mock function with no fields func (_m *MutableBranchNodeStatus) GetFinalizedNode() *string { ret := _m.Called() @@ -67,7 +67,7 @@ func (_c *MutableBranchNodeStatus_GetFinalizedNode_Call) RunAndReturn(run func() return _c } -// GetPhase provides a mock function with given fields: +// GetPhase provides a mock function with no fields func (_m *MutableBranchNodeStatus) GetPhase() v1alpha1.BranchNodePhase { ret := _m.Called() @@ -112,7 +112,7 @@ func (_c *MutableBranchNodeStatus_GetPhase_Call) RunAndReturn(run func() v1alpha return _c } -// IsDirty provides a mock function with given fields: +// IsDirty provides a mock function with no fields func (_m *MutableBranchNodeStatus) IsDirty() bool { ret := _m.Called() @@ -157,7 +157,7 @@ func (_c *MutableBranchNodeStatus_IsDirty_Call) RunAndReturn(run func() bool) *M return _c } -// SetBranchNodeError provides a mock function with given fields: +// SetBranchNodeError provides a mock function with no fields func (_m *MutableBranchNodeStatus) SetBranchNodeError() { _m.Called() } @@ -185,7 +185,7 @@ func (_c *MutableBranchNodeStatus_SetBranchNodeError_Call) Return() *MutableBran } func (_c *MutableBranchNodeStatus_SetBranchNodeError_Call) RunAndReturn(run func()) *MutableBranchNodeStatus_SetBranchNodeError_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -218,7 +218,7 @@ func (_c *MutableBranchNodeStatus_SetBranchNodeSuccess_Call) Return() *MutableBr } func (_c *MutableBranchNodeStatus_SetBranchNodeSuccess_Call) RunAndReturn(run func(string)) *MutableBranchNodeStatus_SetBranchNodeSuccess_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MutableDynamicNodeStatus.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MutableDynamicNodeStatus.go index 468680448f..fce46d0eb9 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MutableDynamicNodeStatus.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MutableDynamicNodeStatus.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -22,7 +22,7 @@ func (_m *MutableDynamicNodeStatus) EXPECT() *MutableDynamicNodeStatus_Expecter return &MutableDynamicNodeStatus_Expecter{mock: &_m.Mock} } -// GetDynamicNodePhase provides a mock function with given fields: +// GetDynamicNodePhase provides a mock function with no fields func (_m *MutableDynamicNodeStatus) GetDynamicNodePhase() v1alpha1.DynamicNodePhase { ret := _m.Called() @@ -67,7 +67,7 @@ func (_c *MutableDynamicNodeStatus_GetDynamicNodePhase_Call) RunAndReturn(run fu return _c } -// GetDynamicNodeReason provides a mock function with given fields: +// GetDynamicNodeReason provides a mock function with no fields func (_m *MutableDynamicNodeStatus) GetDynamicNodeReason() string { ret := _m.Called() @@ -112,7 +112,7 @@ func (_c *MutableDynamicNodeStatus_GetDynamicNodeReason_Call) RunAndReturn(run f return _c } -// GetExecutionError provides a mock function with given fields: +// GetExecutionError provides a mock function with no fields func (_m *MutableDynamicNodeStatus) GetExecutionError() *core.ExecutionError { ret := _m.Called() @@ -159,7 +159,7 @@ func (_c *MutableDynamicNodeStatus_GetExecutionError_Call) RunAndReturn(run func return _c } -// GetIsFailurePermanent provides a mock function with given fields: +// GetIsFailurePermanent provides a mock function with no fields func (_m *MutableDynamicNodeStatus) GetIsFailurePermanent() bool { ret := _m.Called() @@ -204,7 +204,7 @@ func (_c *MutableDynamicNodeStatus_GetIsFailurePermanent_Call) RunAndReturn(run return _c } -// IsDirty provides a mock function with given fields: +// IsDirty provides a mock function with no fields func (_m *MutableDynamicNodeStatus) IsDirty() bool { ret := _m.Called() @@ -278,7 +278,7 @@ func (_c *MutableDynamicNodeStatus_SetDynamicNodePhase_Call) Return() *MutableDy } func (_c *MutableDynamicNodeStatus_SetDynamicNodePhase_Call) RunAndReturn(run func(v1alpha1.DynamicNodePhase)) *MutableDynamicNodeStatus_SetDynamicNodePhase_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -311,7 +311,7 @@ func (_c *MutableDynamicNodeStatus_SetDynamicNodeReason_Call) Return() *MutableD } func (_c *MutableDynamicNodeStatus_SetDynamicNodeReason_Call) RunAndReturn(run func(string)) *MutableDynamicNodeStatus_SetDynamicNodeReason_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -344,7 +344,7 @@ func (_c *MutableDynamicNodeStatus_SetExecutionError_Call) Return() *MutableDyna } func (_c *MutableDynamicNodeStatus_SetExecutionError_Call) RunAndReturn(run func(*core.ExecutionError)) *MutableDynamicNodeStatus_SetExecutionError_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -377,7 +377,7 @@ func (_c *MutableDynamicNodeStatus_SetIsFailurePermanent_Call) Return() *Mutable } func (_c *MutableDynamicNodeStatus_SetIsFailurePermanent_Call) RunAndReturn(run func(bool)) *MutableDynamicNodeStatus_SetIsFailurePermanent_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MutableGateNodeStatus.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MutableGateNodeStatus.go index 03bc8e1acf..290f194d00 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MutableGateNodeStatus.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MutableGateNodeStatus.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -20,7 +20,7 @@ func (_m *MutableGateNodeStatus) EXPECT() *MutableGateNodeStatus_Expecter { return &MutableGateNodeStatus_Expecter{mock: &_m.Mock} } -// GetGateNodePhase provides a mock function with given fields: +// GetGateNodePhase provides a mock function with no fields func (_m *MutableGateNodeStatus) GetGateNodePhase() v1alpha1.GateNodePhase { ret := _m.Called() @@ -65,7 +65,7 @@ func (_c *MutableGateNodeStatus_GetGateNodePhase_Call) RunAndReturn(run func() v return _c } -// IsDirty provides a mock function with given fields: +// IsDirty provides a mock function with no fields func (_m *MutableGateNodeStatus) IsDirty() bool { ret := _m.Called() @@ -139,7 +139,7 @@ func (_c *MutableGateNodeStatus_SetGateNodePhase_Call) Return() *MutableGateNode } func (_c *MutableGateNodeStatus_SetGateNodePhase_Call) RunAndReturn(run func(v1alpha1.GateNodePhase)) *MutableGateNodeStatus_SetGateNodePhase_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MutableNodeStatus.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MutableNodeStatus.go index 76491e6a15..655f6fb748 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MutableNodeStatus.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MutableNodeStatus.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -26,7 +26,7 @@ func (_m *MutableNodeStatus) EXPECT() *MutableNodeStatus_Expecter { return &MutableNodeStatus_Expecter{mock: &_m.Mock} } -// ClearArrayNodeStatus provides a mock function with given fields: +// ClearArrayNodeStatus provides a mock function with no fields func (_m *MutableNodeStatus) ClearArrayNodeStatus() { _m.Called() } @@ -54,11 +54,11 @@ func (_c *MutableNodeStatus_ClearArrayNodeStatus_Call) Return() *MutableNodeStat } func (_c *MutableNodeStatus_ClearArrayNodeStatus_Call) RunAndReturn(run func()) *MutableNodeStatus_ClearArrayNodeStatus_Call { - _c.Call.Return(run) + _c.Run(run) return _c } -// ClearDynamicNodeStatus provides a mock function with given fields: +// ClearDynamicNodeStatus provides a mock function with no fields func (_m *MutableNodeStatus) ClearDynamicNodeStatus() { _m.Called() } @@ -86,11 +86,11 @@ func (_c *MutableNodeStatus_ClearDynamicNodeStatus_Call) Return() *MutableNodeSt } func (_c *MutableNodeStatus_ClearDynamicNodeStatus_Call) RunAndReturn(run func()) *MutableNodeStatus_ClearDynamicNodeStatus_Call { - _c.Call.Return(run) + _c.Run(run) return _c } -// ClearGateNodeStatus provides a mock function with given fields: +// ClearGateNodeStatus provides a mock function with no fields func (_m *MutableNodeStatus) ClearGateNodeStatus() { _m.Called() } @@ -118,11 +118,11 @@ func (_c *MutableNodeStatus_ClearGateNodeStatus_Call) Return() *MutableNodeStatu } func (_c *MutableNodeStatus_ClearGateNodeStatus_Call) RunAndReturn(run func()) *MutableNodeStatus_ClearGateNodeStatus_Call { - _c.Call.Return(run) + _c.Run(run) return _c } -// ClearLastAttemptStartedAt provides a mock function with given fields: +// ClearLastAttemptStartedAt provides a mock function with no fields func (_m *MutableNodeStatus) ClearLastAttemptStartedAt() { _m.Called() } @@ -150,11 +150,11 @@ func (_c *MutableNodeStatus_ClearLastAttemptStartedAt_Call) Return() *MutableNod } func (_c *MutableNodeStatus_ClearLastAttemptStartedAt_Call) RunAndReturn(run func()) *MutableNodeStatus_ClearLastAttemptStartedAt_Call { - _c.Call.Return(run) + _c.Run(run) return _c } -// ClearSubNodeStatus provides a mock function with given fields: +// ClearSubNodeStatus provides a mock function with no fields func (_m *MutableNodeStatus) ClearSubNodeStatus() { _m.Called() } @@ -182,11 +182,11 @@ func (_c *MutableNodeStatus_ClearSubNodeStatus_Call) Return() *MutableNodeStatus } func (_c *MutableNodeStatus_ClearSubNodeStatus_Call) RunAndReturn(run func()) *MutableNodeStatus_ClearSubNodeStatus_Call { - _c.Call.Return(run) + _c.Run(run) return _c } -// ClearTaskStatus provides a mock function with given fields: +// ClearTaskStatus provides a mock function with no fields func (_m *MutableNodeStatus) ClearTaskStatus() { _m.Called() } @@ -214,11 +214,11 @@ func (_c *MutableNodeStatus_ClearTaskStatus_Call) Return() *MutableNodeStatus_Cl } func (_c *MutableNodeStatus_ClearTaskStatus_Call) RunAndReturn(run func()) *MutableNodeStatus_ClearTaskStatus_Call { - _c.Call.Return(run) + _c.Run(run) return _c } -// ClearWorkflowStatus provides a mock function with given fields: +// ClearWorkflowStatus provides a mock function with no fields func (_m *MutableNodeStatus) ClearWorkflowStatus() { _m.Called() } @@ -246,11 +246,11 @@ func (_c *MutableNodeStatus_ClearWorkflowStatus_Call) Return() *MutableNodeStatu } func (_c *MutableNodeStatus_ClearWorkflowStatus_Call) RunAndReturn(run func()) *MutableNodeStatus_ClearWorkflowStatus_Call { - _c.Call.Return(run) + _c.Run(run) return _c } -// GetArrayNodeStatus provides a mock function with given fields: +// GetArrayNodeStatus provides a mock function with no fields func (_m *MutableNodeStatus) GetArrayNodeStatus() v1alpha1.MutableArrayNodeStatus { ret := _m.Called() @@ -297,7 +297,7 @@ func (_c *MutableNodeStatus_GetArrayNodeStatus_Call) RunAndReturn(run func() v1a return _c } -// GetBranchStatus provides a mock function with given fields: +// GetBranchStatus provides a mock function with no fields func (_m *MutableNodeStatus) GetBranchStatus() v1alpha1.MutableBranchNodeStatus { ret := _m.Called() @@ -344,7 +344,7 @@ func (_c *MutableNodeStatus_GetBranchStatus_Call) RunAndReturn(run func() v1alph return _c } -// GetDynamicNodeStatus provides a mock function with given fields: +// GetDynamicNodeStatus provides a mock function with no fields func (_m *MutableNodeStatus) GetDynamicNodeStatus() v1alpha1.MutableDynamicNodeStatus { ret := _m.Called() @@ -391,7 +391,7 @@ func (_c *MutableNodeStatus_GetDynamicNodeStatus_Call) RunAndReturn(run func() v return _c } -// GetGateNodeStatus provides a mock function with given fields: +// GetGateNodeStatus provides a mock function with no fields func (_m *MutableNodeStatus) GetGateNodeStatus() v1alpha1.MutableGateNodeStatus { ret := _m.Called() @@ -438,7 +438,7 @@ func (_c *MutableNodeStatus_GetGateNodeStatus_Call) RunAndReturn(run func() v1al return _c } -// GetOrCreateArrayNodeStatus provides a mock function with given fields: +// GetOrCreateArrayNodeStatus provides a mock function with no fields func (_m *MutableNodeStatus) GetOrCreateArrayNodeStatus() v1alpha1.MutableArrayNodeStatus { ret := _m.Called() @@ -485,7 +485,7 @@ func (_c *MutableNodeStatus_GetOrCreateArrayNodeStatus_Call) RunAndReturn(run fu return _c } -// GetOrCreateBranchStatus provides a mock function with given fields: +// GetOrCreateBranchStatus provides a mock function with no fields func (_m *MutableNodeStatus) GetOrCreateBranchStatus() v1alpha1.MutableBranchNodeStatus { ret := _m.Called() @@ -532,7 +532,7 @@ func (_c *MutableNodeStatus_GetOrCreateBranchStatus_Call) RunAndReturn(run func( return _c } -// GetOrCreateDynamicNodeStatus provides a mock function with given fields: +// GetOrCreateDynamicNodeStatus provides a mock function with no fields func (_m *MutableNodeStatus) GetOrCreateDynamicNodeStatus() v1alpha1.MutableDynamicNodeStatus { ret := _m.Called() @@ -579,7 +579,7 @@ func (_c *MutableNodeStatus_GetOrCreateDynamicNodeStatus_Call) RunAndReturn(run return _c } -// GetOrCreateGateNodeStatus provides a mock function with given fields: +// GetOrCreateGateNodeStatus provides a mock function with no fields func (_m *MutableNodeStatus) GetOrCreateGateNodeStatus() v1alpha1.MutableGateNodeStatus { ret := _m.Called() @@ -626,7 +626,7 @@ func (_c *MutableNodeStatus_GetOrCreateGateNodeStatus_Call) RunAndReturn(run fun return _c } -// GetOrCreateTaskStatus provides a mock function with given fields: +// GetOrCreateTaskStatus provides a mock function with no fields func (_m *MutableNodeStatus) GetOrCreateTaskStatus() v1alpha1.MutableTaskNodeStatus { ret := _m.Called() @@ -673,7 +673,7 @@ func (_c *MutableNodeStatus_GetOrCreateTaskStatus_Call) RunAndReturn(run func() return _c } -// GetOrCreateWorkflowStatus provides a mock function with given fields: +// GetOrCreateWorkflowStatus provides a mock function with no fields func (_m *MutableNodeStatus) GetOrCreateWorkflowStatus() v1alpha1.MutableWorkflowNodeStatus { ret := _m.Called() @@ -720,7 +720,7 @@ func (_c *MutableNodeStatus_GetOrCreateWorkflowStatus_Call) RunAndReturn(run fun return _c } -// GetTaskStatus provides a mock function with given fields: +// GetTaskStatus provides a mock function with no fields func (_m *MutableNodeStatus) GetTaskStatus() v1alpha1.MutableTaskNodeStatus { ret := _m.Called() @@ -767,7 +767,7 @@ func (_c *MutableNodeStatus_GetTaskStatus_Call) RunAndReturn(run func() v1alpha1 return _c } -// GetWorkflowStatus provides a mock function with given fields: +// GetWorkflowStatus provides a mock function with no fields func (_m *MutableNodeStatus) GetWorkflowStatus() v1alpha1.MutableWorkflowNodeStatus { ret := _m.Called() @@ -814,7 +814,7 @@ func (_c *MutableNodeStatus_GetWorkflowStatus_Call) RunAndReturn(run func() v1al return _c } -// IncrementAttempts provides a mock function with given fields: +// IncrementAttempts provides a mock function with no fields func (_m *MutableNodeStatus) IncrementAttempts() uint32 { ret := _m.Called() @@ -859,7 +859,7 @@ func (_c *MutableNodeStatus_IncrementAttempts_Call) RunAndReturn(run func() uint return _c } -// IncrementSystemFailures provides a mock function with given fields: +// IncrementSystemFailures provides a mock function with no fields func (_m *MutableNodeStatus) IncrementSystemFailures() uint32 { ret := _m.Called() @@ -904,7 +904,7 @@ func (_c *MutableNodeStatus_IncrementSystemFailures_Call) RunAndReturn(run func( return _c } -// IsDirty provides a mock function with given fields: +// IsDirty provides a mock function with no fields func (_m *MutableNodeStatus) IsDirty() bool { ret := _m.Called() @@ -949,7 +949,7 @@ func (_c *MutableNodeStatus_IsDirty_Call) RunAndReturn(run func() bool) *Mutable return _c } -// ResetDirty provides a mock function with given fields: +// ResetDirty provides a mock function with no fields func (_m *MutableNodeStatus) ResetDirty() { _m.Called() } @@ -977,11 +977,11 @@ func (_c *MutableNodeStatus_ResetDirty_Call) Return() *MutableNodeStatus_ResetDi } func (_c *MutableNodeStatus_ResetDirty_Call) RunAndReturn(run func()) *MutableNodeStatus_ResetDirty_Call { - _c.Call.Return(run) + _c.Run(run) return _c } -// SetCached provides a mock function with given fields: +// SetCached provides a mock function with no fields func (_m *MutableNodeStatus) SetCached() { _m.Called() } @@ -1009,7 +1009,7 @@ func (_c *MutableNodeStatus_SetCached_Call) Return() *MutableNodeStatus_SetCache } func (_c *MutableNodeStatus_SetCached_Call) RunAndReturn(run func()) *MutableNodeStatus_SetCached_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -1042,7 +1042,7 @@ func (_c *MutableNodeStatus_SetDataDir_Call) Return() *MutableNodeStatus_SetData } func (_c *MutableNodeStatus_SetDataDir_Call) RunAndReturn(run func(storage.DataReference)) *MutableNodeStatus_SetDataDir_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -1075,7 +1075,7 @@ func (_c *MutableNodeStatus_SetOutputDir_Call) Return() *MutableNodeStatus_SetOu } func (_c *MutableNodeStatus_SetOutputDir_Call) RunAndReturn(run func(storage.DataReference)) *MutableNodeStatus_SetOutputDir_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -1108,7 +1108,7 @@ func (_c *MutableNodeStatus_SetParentNodeID_Call) Return() *MutableNodeStatus_Se } func (_c *MutableNodeStatus_SetParentNodeID_Call) RunAndReturn(run func(*string)) *MutableNodeStatus_SetParentNodeID_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -1141,7 +1141,7 @@ func (_c *MutableNodeStatus_SetParentTaskID_Call) Return() *MutableNodeStatus_Se } func (_c *MutableNodeStatus_SetParentTaskID_Call) RunAndReturn(run func(*core.TaskExecutionIdentifier)) *MutableNodeStatus_SetParentTaskID_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -1178,7 +1178,7 @@ func (_c *MutableNodeStatus_UpdatePhase_Call) Return() *MutableNodeStatus_Update } func (_c *MutableNodeStatus_UpdatePhase_Call) RunAndReturn(run func(v1alpha1.NodePhase, v1.Time, string, bool, *core.ExecutionError)) *MutableNodeStatus_UpdatePhase_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MutableSubWorkflowNodeStatus.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MutableSubWorkflowNodeStatus.go index 1faeb9e820..020236dc5f 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MutableSubWorkflowNodeStatus.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MutableSubWorkflowNodeStatus.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -20,7 +20,7 @@ func (_m *MutableSubWorkflowNodeStatus) EXPECT() *MutableSubWorkflowNodeStatus_E return &MutableSubWorkflowNodeStatus_Expecter{mock: &_m.Mock} } -// GetPhase provides a mock function with given fields: +// GetPhase provides a mock function with no fields func (_m *MutableSubWorkflowNodeStatus) GetPhase() v1alpha1.WorkflowPhase { ret := _m.Called() @@ -65,7 +65,7 @@ func (_c *MutableSubWorkflowNodeStatus_GetPhase_Call) RunAndReturn(run func() v1 return _c } -// IsDirty provides a mock function with given fields: +// IsDirty provides a mock function with no fields func (_m *MutableSubWorkflowNodeStatus) IsDirty() bool { ret := _m.Called() @@ -139,7 +139,7 @@ func (_c *MutableSubWorkflowNodeStatus_SetPhase_Call) Return() *MutableSubWorkfl } func (_c *MutableSubWorkflowNodeStatus_SetPhase_Call) RunAndReturn(run func(v1alpha1.WorkflowPhase)) *MutableSubWorkflowNodeStatus_SetPhase_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MutableTaskNodeStatus.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MutableTaskNodeStatus.go index f2d8b44ab5..cf805bacae 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MutableTaskNodeStatus.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MutableTaskNodeStatus.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -22,7 +22,7 @@ func (_m *MutableTaskNodeStatus) EXPECT() *MutableTaskNodeStatus_Expecter { return &MutableTaskNodeStatus_Expecter{mock: &_m.Mock} } -// GetBarrierClockTick provides a mock function with given fields: +// GetBarrierClockTick provides a mock function with no fields func (_m *MutableTaskNodeStatus) GetBarrierClockTick() uint32 { ret := _m.Called() @@ -67,7 +67,7 @@ func (_c *MutableTaskNodeStatus_GetBarrierClockTick_Call) RunAndReturn(run func( return _c } -// GetCleanupOnFailure provides a mock function with given fields: +// GetCleanupOnFailure provides a mock function with no fields func (_m *MutableTaskNodeStatus) GetCleanupOnFailure() bool { ret := _m.Called() @@ -112,7 +112,7 @@ func (_c *MutableTaskNodeStatus_GetCleanupOnFailure_Call) RunAndReturn(run func( return _c } -// GetLastPhaseUpdatedAt provides a mock function with given fields: +// GetLastPhaseUpdatedAt provides a mock function with no fields func (_m *MutableTaskNodeStatus) GetLastPhaseUpdatedAt() time.Time { ret := _m.Called() @@ -157,7 +157,7 @@ func (_c *MutableTaskNodeStatus_GetLastPhaseUpdatedAt_Call) RunAndReturn(run fun return _c } -// GetPhase provides a mock function with given fields: +// GetPhase provides a mock function with no fields func (_m *MutableTaskNodeStatus) GetPhase() int { ret := _m.Called() @@ -202,7 +202,7 @@ func (_c *MutableTaskNodeStatus_GetPhase_Call) RunAndReturn(run func() int) *Mut return _c } -// GetPhaseVersion provides a mock function with given fields: +// GetPhaseVersion provides a mock function with no fields func (_m *MutableTaskNodeStatus) GetPhaseVersion() uint32 { ret := _m.Called() @@ -247,7 +247,7 @@ func (_c *MutableTaskNodeStatus_GetPhaseVersion_Call) RunAndReturn(run func() ui return _c } -// GetPluginState provides a mock function with given fields: +// GetPluginState provides a mock function with no fields func (_m *MutableTaskNodeStatus) GetPluginState() []byte { ret := _m.Called() @@ -294,7 +294,7 @@ func (_c *MutableTaskNodeStatus_GetPluginState_Call) RunAndReturn(run func() []b return _c } -// GetPluginStateVersion provides a mock function with given fields: +// GetPluginStateVersion provides a mock function with no fields func (_m *MutableTaskNodeStatus) GetPluginStateVersion() uint32 { ret := _m.Called() @@ -339,7 +339,7 @@ func (_c *MutableTaskNodeStatus_GetPluginStateVersion_Call) RunAndReturn(run fun return _c } -// GetPreviousNodeExecutionCheckpointPath provides a mock function with given fields: +// GetPreviousNodeExecutionCheckpointPath provides a mock function with no fields func (_m *MutableTaskNodeStatus) GetPreviousNodeExecutionCheckpointPath() storage.DataReference { ret := _m.Called() @@ -384,7 +384,7 @@ func (_c *MutableTaskNodeStatus_GetPreviousNodeExecutionCheckpointPath_Call) Run return _c } -// IsDirty provides a mock function with given fields: +// IsDirty provides a mock function with no fields func (_m *MutableTaskNodeStatus) IsDirty() bool { ret := _m.Called() @@ -458,7 +458,7 @@ func (_c *MutableTaskNodeStatus_SetBarrierClockTick_Call) Return() *MutableTaskN } func (_c *MutableTaskNodeStatus_SetBarrierClockTick_Call) RunAndReturn(run func(uint32)) *MutableTaskNodeStatus_SetBarrierClockTick_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -491,7 +491,7 @@ func (_c *MutableTaskNodeStatus_SetCleanupOnFailure_Call) Return() *MutableTaskN } func (_c *MutableTaskNodeStatus_SetCleanupOnFailure_Call) RunAndReturn(run func(bool)) *MutableTaskNodeStatus_SetCleanupOnFailure_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -524,7 +524,7 @@ func (_c *MutableTaskNodeStatus_SetLastPhaseUpdatedAt_Call) Return() *MutableTas } func (_c *MutableTaskNodeStatus_SetLastPhaseUpdatedAt_Call) RunAndReturn(run func(time.Time)) *MutableTaskNodeStatus_SetLastPhaseUpdatedAt_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -557,7 +557,7 @@ func (_c *MutableTaskNodeStatus_SetPhase_Call) Return() *MutableTaskNodeStatus_S } func (_c *MutableTaskNodeStatus_SetPhase_Call) RunAndReturn(run func(int)) *MutableTaskNodeStatus_SetPhase_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -590,7 +590,7 @@ func (_c *MutableTaskNodeStatus_SetPhaseVersion_Call) Return() *MutableTaskNodeS } func (_c *MutableTaskNodeStatus_SetPhaseVersion_Call) RunAndReturn(run func(uint32)) *MutableTaskNodeStatus_SetPhaseVersion_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -623,7 +623,7 @@ func (_c *MutableTaskNodeStatus_SetPluginState_Call) Return() *MutableTaskNodeSt } func (_c *MutableTaskNodeStatus_SetPluginState_Call) RunAndReturn(run func([]byte)) *MutableTaskNodeStatus_SetPluginState_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -656,7 +656,7 @@ func (_c *MutableTaskNodeStatus_SetPluginStateVersion_Call) Return() *MutableTas } func (_c *MutableTaskNodeStatus_SetPluginStateVersion_Call) RunAndReturn(run func(uint32)) *MutableTaskNodeStatus_SetPluginStateVersion_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -689,7 +689,7 @@ func (_c *MutableTaskNodeStatus_SetPreviousNodeExecutionCheckpointPath_Call) Ret } func (_c *MutableTaskNodeStatus_SetPreviousNodeExecutionCheckpointPath_Call) RunAndReturn(run func(storage.DataReference)) *MutableTaskNodeStatus_SetPreviousNodeExecutionCheckpointPath_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MutableWorkflowNodeStatus.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MutableWorkflowNodeStatus.go index 6a4d93ee7d..1e19eb61cf 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MutableWorkflowNodeStatus.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/MutableWorkflowNodeStatus.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -22,7 +22,7 @@ func (_m *MutableWorkflowNodeStatus) EXPECT() *MutableWorkflowNodeStatus_Expecte return &MutableWorkflowNodeStatus_Expecter{mock: &_m.Mock} } -// GetExecutionError provides a mock function with given fields: +// GetExecutionError provides a mock function with no fields func (_m *MutableWorkflowNodeStatus) GetExecutionError() *core.ExecutionError { ret := _m.Called() @@ -69,7 +69,7 @@ func (_c *MutableWorkflowNodeStatus_GetExecutionError_Call) RunAndReturn(run fun return _c } -// GetWorkflowNodePhase provides a mock function with given fields: +// GetWorkflowNodePhase provides a mock function with no fields func (_m *MutableWorkflowNodeStatus) GetWorkflowNodePhase() v1alpha1.WorkflowNodePhase { ret := _m.Called() @@ -114,7 +114,7 @@ func (_c *MutableWorkflowNodeStatus_GetWorkflowNodePhase_Call) RunAndReturn(run return _c } -// IsDirty provides a mock function with given fields: +// IsDirty provides a mock function with no fields func (_m *MutableWorkflowNodeStatus) IsDirty() bool { ret := _m.Called() @@ -188,7 +188,7 @@ func (_c *MutableWorkflowNodeStatus_SetExecutionError_Call) Return() *MutableWor } func (_c *MutableWorkflowNodeStatus_SetExecutionError_Call) RunAndReturn(run func(*core.ExecutionError)) *MutableWorkflowNodeStatus_SetExecutionError_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -221,7 +221,7 @@ func (_c *MutableWorkflowNodeStatus_SetWorkflowNodePhase_Call) Return() *Mutable } func (_c *MutableWorkflowNodeStatus_SetWorkflowNodePhase_Call) RunAndReturn(run func(v1alpha1.WorkflowNodePhase)) *MutableWorkflowNodeStatus_SetWorkflowNodePhase_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/NodeGetter.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/NodeGetter.go index 40270cf4df..a176f4dc23 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/NodeGetter.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/NodeGetter.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/NodeStatusGetter.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/NodeStatusGetter.go index b4e7c0acd3..547643c5a1 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/NodeStatusGetter.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/NodeStatusGetter.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/NodeStatusVisitor.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/NodeStatusVisitor.go index 53961d9be1..6b1555fa08 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/NodeStatusVisitor.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/NodeStatusVisitor.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -49,7 +49,7 @@ func (_c *NodeStatusVisitor_VisitNodeStatuses_Call) Return() *NodeStatusVisitor_ } func (_c *NodeStatusVisitor_VisitNodeStatuses_Call) RunAndReturn(run func(func(string, v1alpha1.ExecutableNodeStatus))) *NodeStatusVisitor_VisitNodeStatuses_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/SubWorkflowGetter.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/SubWorkflowGetter.go index f925ea2418..df3db8fea6 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/SubWorkflowGetter.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/SubWorkflowGetter.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/TaskDetailsGetter.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/TaskDetailsGetter.go index 467254c8f2..eda6fea94e 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/TaskDetailsGetter.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks/TaskDetailsGetter.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytepropeller/pkg/compiler/common/mocks/interface_provider.go b/flytepropeller/pkg/compiler/common/mocks/interface_provider.go index be2c40a4c4..acb9393855 100644 --- a/flytepropeller/pkg/compiler/common/mocks/interface_provider.go +++ b/flytepropeller/pkg/compiler/common/mocks/interface_provider.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -20,7 +20,7 @@ func (_m *InterfaceProvider) EXPECT() *InterfaceProvider_Expecter { return &InterfaceProvider_Expecter{mock: &_m.Mock} } -// GetExpectedInputs provides a mock function with given fields: +// GetExpectedInputs provides a mock function with no fields func (_m *InterfaceProvider) GetExpectedInputs() *core.ParameterMap { ret := _m.Called() @@ -67,7 +67,7 @@ func (_c *InterfaceProvider_GetExpectedInputs_Call) RunAndReturn(run func() *cor return _c } -// GetExpectedOutputs provides a mock function with given fields: +// GetExpectedOutputs provides a mock function with no fields func (_m *InterfaceProvider) GetExpectedOutputs() *core.VariableMap { ret := _m.Called() @@ -114,7 +114,7 @@ func (_c *InterfaceProvider_GetExpectedOutputs_Call) RunAndReturn(run func() *co return _c } -// GetID provides a mock function with given fields: +// GetID provides a mock function with no fields func (_m *InterfaceProvider) GetID() *core.Identifier { ret := _m.Called() diff --git a/flytepropeller/pkg/compiler/common/mocks/node.go b/flytepropeller/pkg/compiler/common/mocks/node.go index 51761839ec..676244b419 100644 --- a/flytepropeller/pkg/compiler/common/mocks/node.go +++ b/flytepropeller/pkg/compiler/common/mocks/node.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -22,7 +22,7 @@ func (_m *Node) EXPECT() *Node_Expecter { return &Node_Expecter{mock: &_m.Mock} } -// GetArrayNode provides a mock function with given fields: +// GetArrayNode provides a mock function with no fields func (_m *Node) GetArrayNode() *core.ArrayNode { ret := _m.Called() @@ -69,7 +69,7 @@ func (_c *Node_GetArrayNode_Call) RunAndReturn(run func() *core.ArrayNode) *Node return _c } -// GetBranchNode provides a mock function with given fields: +// GetBranchNode provides a mock function with no fields func (_m *Node) GetBranchNode() *core.BranchNode { ret := _m.Called() @@ -116,7 +116,7 @@ func (_c *Node_GetBranchNode_Call) RunAndReturn(run func() *core.BranchNode) *No return _c } -// GetCoreNode provides a mock function with given fields: +// GetCoreNode provides a mock function with no fields func (_m *Node) GetCoreNode() *core.Node { ret := _m.Called() @@ -163,7 +163,7 @@ func (_c *Node_GetCoreNode_Call) RunAndReturn(run func() *core.Node) *Node_GetCo return _c } -// GetGateNode provides a mock function with given fields: +// GetGateNode provides a mock function with no fields func (_m *Node) GetGateNode() *core.GateNode { ret := _m.Called() @@ -210,7 +210,7 @@ func (_c *Node_GetGateNode_Call) RunAndReturn(run func() *core.GateNode) *Node_G return _c } -// GetId provides a mock function with given fields: +// GetId provides a mock function with no fields func (_m *Node) GetId() string { ret := _m.Called() @@ -255,7 +255,7 @@ func (_c *Node_GetId_Call) RunAndReturn(run func() string) *Node_GetId_Call { return _c } -// GetInputs provides a mock function with given fields: +// GetInputs provides a mock function with no fields func (_m *Node) GetInputs() []*core.Binding { ret := _m.Called() @@ -302,7 +302,7 @@ func (_c *Node_GetInputs_Call) RunAndReturn(run func() []*core.Binding) *Node_Ge return _c } -// GetInterface provides a mock function with given fields: +// GetInterface provides a mock function with no fields func (_m *Node) GetInterface() *core.TypedInterface { ret := _m.Called() @@ -349,7 +349,7 @@ func (_c *Node_GetInterface_Call) RunAndReturn(run func() *core.TypedInterface) return _c } -// GetMetadata provides a mock function with given fields: +// GetMetadata provides a mock function with no fields func (_m *Node) GetMetadata() *core.NodeMetadata { ret := _m.Called() @@ -396,7 +396,7 @@ func (_c *Node_GetMetadata_Call) RunAndReturn(run func() *core.NodeMetadata) *No return _c } -// GetOutputAliases provides a mock function with given fields: +// GetOutputAliases provides a mock function with no fields func (_m *Node) GetOutputAliases() []*core.Alias { ret := _m.Called() @@ -443,7 +443,7 @@ func (_c *Node_GetOutputAliases_Call) RunAndReturn(run func() []*core.Alias) *No return _c } -// GetSubWorkflow provides a mock function with given fields: +// GetSubWorkflow provides a mock function with no fields func (_m *Node) GetSubWorkflow() common.Workflow { ret := _m.Called() @@ -490,7 +490,7 @@ func (_c *Node_GetSubWorkflow_Call) RunAndReturn(run func() common.Workflow) *No return _c } -// GetTask provides a mock function with given fields: +// GetTask provides a mock function with no fields func (_m *Node) GetTask() common.Task { ret := _m.Called() @@ -537,7 +537,7 @@ func (_c *Node_GetTask_Call) RunAndReturn(run func() common.Task) *Node_GetTask_ return _c } -// GetTaskNode provides a mock function with given fields: +// GetTaskNode provides a mock function with no fields func (_m *Node) GetTaskNode() *core.TaskNode { ret := _m.Called() @@ -584,7 +584,7 @@ func (_c *Node_GetTaskNode_Call) RunAndReturn(run func() *core.TaskNode) *Node_G return _c } -// GetUpstreamNodeIds provides a mock function with given fields: +// GetUpstreamNodeIds provides a mock function with no fields func (_m *Node) GetUpstreamNodeIds() []string { ret := _m.Called() @@ -631,7 +631,7 @@ func (_c *Node_GetUpstreamNodeIds_Call) RunAndReturn(run func() []string) *Node_ return _c } -// GetWorkflowNode provides a mock function with given fields: +// GetWorkflowNode provides a mock function with no fields func (_m *Node) GetWorkflowNode() *core.WorkflowNode { ret := _m.Called() diff --git a/flytepropeller/pkg/compiler/common/mocks/node_builder.go b/flytepropeller/pkg/compiler/common/mocks/node_builder.go index 8e0790b8cb..cafb91cd47 100644 --- a/flytepropeller/pkg/compiler/common/mocks/node_builder.go +++ b/flytepropeller/pkg/compiler/common/mocks/node_builder.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -22,7 +22,7 @@ func (_m *NodeBuilder) EXPECT() *NodeBuilder_Expecter { return &NodeBuilder_Expecter{mock: &_m.Mock} } -// GetArrayNode provides a mock function with given fields: +// GetArrayNode provides a mock function with no fields func (_m *NodeBuilder) GetArrayNode() *core.ArrayNode { ret := _m.Called() @@ -69,7 +69,7 @@ func (_c *NodeBuilder_GetArrayNode_Call) RunAndReturn(run func() *core.ArrayNode return _c } -// GetBranchNode provides a mock function with given fields: +// GetBranchNode provides a mock function with no fields func (_m *NodeBuilder) GetBranchNode() *core.BranchNode { ret := _m.Called() @@ -116,7 +116,7 @@ func (_c *NodeBuilder_GetBranchNode_Call) RunAndReturn(run func() *core.BranchNo return _c } -// GetCoreNode provides a mock function with given fields: +// GetCoreNode provides a mock function with no fields func (_m *NodeBuilder) GetCoreNode() *core.Node { ret := _m.Called() @@ -163,7 +163,7 @@ func (_c *NodeBuilder_GetCoreNode_Call) RunAndReturn(run func() *core.Node) *Nod return _c } -// GetGateNode provides a mock function with given fields: +// GetGateNode provides a mock function with no fields func (_m *NodeBuilder) GetGateNode() *core.GateNode { ret := _m.Called() @@ -210,7 +210,7 @@ func (_c *NodeBuilder_GetGateNode_Call) RunAndReturn(run func() *core.GateNode) return _c } -// GetId provides a mock function with given fields: +// GetId provides a mock function with no fields func (_m *NodeBuilder) GetId() string { ret := _m.Called() @@ -255,7 +255,7 @@ func (_c *NodeBuilder_GetId_Call) RunAndReturn(run func() string) *NodeBuilder_G return _c } -// GetInputs provides a mock function with given fields: +// GetInputs provides a mock function with no fields func (_m *NodeBuilder) GetInputs() []*core.Binding { ret := _m.Called() @@ -302,7 +302,7 @@ func (_c *NodeBuilder_GetInputs_Call) RunAndReturn(run func() []*core.Binding) * return _c } -// GetInterface provides a mock function with given fields: +// GetInterface provides a mock function with no fields func (_m *NodeBuilder) GetInterface() *core.TypedInterface { ret := _m.Called() @@ -349,7 +349,7 @@ func (_c *NodeBuilder_GetInterface_Call) RunAndReturn(run func() *core.TypedInte return _c } -// GetMetadata provides a mock function with given fields: +// GetMetadata provides a mock function with no fields func (_m *NodeBuilder) GetMetadata() *core.NodeMetadata { ret := _m.Called() @@ -396,7 +396,7 @@ func (_c *NodeBuilder_GetMetadata_Call) RunAndReturn(run func() *core.NodeMetada return _c } -// GetOutputAliases provides a mock function with given fields: +// GetOutputAliases provides a mock function with no fields func (_m *NodeBuilder) GetOutputAliases() []*core.Alias { ret := _m.Called() @@ -443,7 +443,7 @@ func (_c *NodeBuilder_GetOutputAliases_Call) RunAndReturn(run func() []*core.Ali return _c } -// GetSubWorkflow provides a mock function with given fields: +// GetSubWorkflow provides a mock function with no fields func (_m *NodeBuilder) GetSubWorkflow() common.Workflow { ret := _m.Called() @@ -490,7 +490,7 @@ func (_c *NodeBuilder_GetSubWorkflow_Call) RunAndReturn(run func() common.Workfl return _c } -// GetTask provides a mock function with given fields: +// GetTask provides a mock function with no fields func (_m *NodeBuilder) GetTask() common.Task { ret := _m.Called() @@ -537,7 +537,7 @@ func (_c *NodeBuilder_GetTask_Call) RunAndReturn(run func() common.Task) *NodeBu return _c } -// GetTaskNode provides a mock function with given fields: +// GetTaskNode provides a mock function with no fields func (_m *NodeBuilder) GetTaskNode() *core.TaskNode { ret := _m.Called() @@ -584,7 +584,7 @@ func (_c *NodeBuilder_GetTaskNode_Call) RunAndReturn(run func() *core.TaskNode) return _c } -// GetUpstreamNodeIds provides a mock function with given fields: +// GetUpstreamNodeIds provides a mock function with no fields func (_m *NodeBuilder) GetUpstreamNodeIds() []string { ret := _m.Called() @@ -631,7 +631,7 @@ func (_c *NodeBuilder_GetUpstreamNodeIds_Call) RunAndReturn(run func() []string) return _c } -// GetWorkflowNode provides a mock function with given fields: +// GetWorkflowNode provides a mock function with no fields func (_m *NodeBuilder) GetWorkflowNode() *core.WorkflowNode { ret := _m.Called() @@ -707,7 +707,7 @@ func (_c *NodeBuilder_SetID_Call) Return() *NodeBuilder_SetID_Call { } func (_c *NodeBuilder_SetID_Call) RunAndReturn(run func(string)) *NodeBuilder_SetID_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -740,7 +740,7 @@ func (_c *NodeBuilder_SetInputs_Call) Return() *NodeBuilder_SetInputs_Call { } func (_c *NodeBuilder_SetInputs_Call) RunAndReturn(run func([]*core.Binding)) *NodeBuilder_SetInputs_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -773,7 +773,7 @@ func (_c *NodeBuilder_SetInterface_Call) Return() *NodeBuilder_SetInterface_Call } func (_c *NodeBuilder_SetInterface_Call) RunAndReturn(run func(*core.TypedInterface)) *NodeBuilder_SetInterface_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -806,7 +806,7 @@ func (_c *NodeBuilder_SetSubWorkflow_Call) Return() *NodeBuilder_SetSubWorkflow_ } func (_c *NodeBuilder_SetSubWorkflow_Call) RunAndReturn(run func(common.Workflow)) *NodeBuilder_SetSubWorkflow_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -839,7 +839,7 @@ func (_c *NodeBuilder_SetTask_Call) Return() *NodeBuilder_SetTask_Call { } func (_c *NodeBuilder_SetTask_Call) RunAndReturn(run func(common.Task)) *NodeBuilder_SetTask_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flytepropeller/pkg/compiler/common/mocks/task.go b/flytepropeller/pkg/compiler/common/mocks/task.go index ed08890b52..3b5f7eccd2 100644 --- a/flytepropeller/pkg/compiler/common/mocks/task.go +++ b/flytepropeller/pkg/compiler/common/mocks/task.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -20,7 +20,7 @@ func (_m *Task) EXPECT() *Task_Expecter { return &Task_Expecter{mock: &_m.Mock} } -// GetCoreTask provides a mock function with given fields: +// GetCoreTask provides a mock function with no fields func (_m *Task) GetCoreTask() *core.TaskTemplate { ret := _m.Called() @@ -67,7 +67,7 @@ func (_c *Task_GetCoreTask_Call) RunAndReturn(run func() *core.TaskTemplate) *Ta return _c } -// GetID provides a mock function with given fields: +// GetID provides a mock function with no fields func (_m *Task) GetID() *core.Identifier { ret := _m.Called() @@ -114,7 +114,7 @@ func (_c *Task_GetID_Call) RunAndReturn(run func() *core.Identifier) *Task_GetID return _c } -// GetInterface provides a mock function with given fields: +// GetInterface provides a mock function with no fields func (_m *Task) GetInterface() *core.TypedInterface { ret := _m.Called() diff --git a/flytepropeller/pkg/compiler/common/mocks/workflow.go b/flytepropeller/pkg/compiler/common/mocks/workflow.go index 77af668a47..6819e2e4b2 100644 --- a/flytepropeller/pkg/compiler/common/mocks/workflow.go +++ b/flytepropeller/pkg/compiler/common/mocks/workflow.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -80,7 +80,7 @@ func (_c *Workflow_GetCompiledSubWorkflow_Call) RunAndReturn(run func(*core.Iden return _c } -// GetCoreWorkflow provides a mock function with given fields: +// GetCoreWorkflow provides a mock function with no fields func (_m *Workflow) GetCoreWorkflow() *core.CompiledWorkflow { ret := _m.Called() @@ -127,7 +127,7 @@ func (_c *Workflow_GetCoreWorkflow_Call) RunAndReturn(run func() *core.CompiledW return _c } -// GetDownstreamNodes provides a mock function with given fields: +// GetDownstreamNodes provides a mock function with no fields func (_m *Workflow) GetDownstreamNodes() common.StringAdjacencyList { ret := _m.Called() @@ -174,7 +174,7 @@ func (_c *Workflow_GetDownstreamNodes_Call) RunAndReturn(run func() common.Strin return _c } -// GetFailureNode provides a mock function with given fields: +// GetFailureNode provides a mock function with no fields func (_m *Workflow) GetFailureNode() common.Node { ret := _m.Called() @@ -337,7 +337,7 @@ func (_c *Workflow_GetNode_Call) RunAndReturn(run func(string) (common.NodeBuild return _c } -// GetNodes provides a mock function with given fields: +// GetNodes provides a mock function with no fields func (_m *Workflow) GetNodes() common.NodeIndex { ret := _m.Called() @@ -500,7 +500,7 @@ func (_c *Workflow_GetTask_Call) RunAndReturn(run func(*core.Identifier) (common return _c } -// GetTasks provides a mock function with given fields: +// GetTasks provides a mock function with no fields func (_m *Workflow) GetTasks() common.TaskIndex { ret := _m.Called() @@ -547,7 +547,7 @@ func (_c *Workflow_GetTasks_Call) RunAndReturn(run func() common.TaskIndex) *Wor return _c } -// GetUpstreamNodes provides a mock function with given fields: +// GetUpstreamNodes provides a mock function with no fields func (_m *Workflow) GetUpstreamNodes() common.StringAdjacencyList { ret := _m.Called() diff --git a/flytepropeller/pkg/compiler/common/mocks/workflow_builder.go b/flytepropeller/pkg/compiler/common/mocks/workflow_builder.go index 48d29fa0cf..b87420d46a 100644 --- a/flytepropeller/pkg/compiler/common/mocks/workflow_builder.go +++ b/flytepropeller/pkg/compiler/common/mocks/workflow_builder.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -54,7 +54,7 @@ func (_c *WorkflowBuilder_AddDownstreamEdge_Call) Return() *WorkflowBuilder_AddD } func (_c *WorkflowBuilder_AddDownstreamEdge_Call) RunAndReturn(run func(string, string)) *WorkflowBuilder_AddDownstreamEdge_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -136,7 +136,7 @@ func (_c *WorkflowBuilder_AddExecutionEdge_Call) Return() *WorkflowBuilder_AddEx } func (_c *WorkflowBuilder_AddExecutionEdge_Call) RunAndReturn(run func(string, string)) *WorkflowBuilder_AddExecutionEdge_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -229,7 +229,7 @@ func (_c *WorkflowBuilder_AddUpstreamEdge_Call) Return() *WorkflowBuilder_AddUps } func (_c *WorkflowBuilder_AddUpstreamEdge_Call) RunAndReturn(run func(string, string)) *WorkflowBuilder_AddUpstreamEdge_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -291,7 +291,7 @@ func (_c *WorkflowBuilder_GetCompiledSubWorkflow_Call) RunAndReturn(run func(*co return _c } -// GetCoreWorkflow provides a mock function with given fields: +// GetCoreWorkflow provides a mock function with no fields func (_m *WorkflowBuilder) GetCoreWorkflow() *core.CompiledWorkflow { ret := _m.Called() @@ -338,7 +338,7 @@ func (_c *WorkflowBuilder_GetCoreWorkflow_Call) RunAndReturn(run func() *core.Co return _c } -// GetDownstreamNodes provides a mock function with given fields: +// GetDownstreamNodes provides a mock function with no fields func (_m *WorkflowBuilder) GetDownstreamNodes() common.StringAdjacencyList { ret := _m.Called() @@ -385,7 +385,7 @@ func (_c *WorkflowBuilder_GetDownstreamNodes_Call) RunAndReturn(run func() commo return _c } -// GetFailureNode provides a mock function with given fields: +// GetFailureNode provides a mock function with no fields func (_m *WorkflowBuilder) GetFailureNode() common.Node { ret := _m.Called() @@ -548,7 +548,7 @@ func (_c *WorkflowBuilder_GetNode_Call) RunAndReturn(run func(string) (common.No return _c } -// GetNodes provides a mock function with given fields: +// GetNodes provides a mock function with no fields func (_m *WorkflowBuilder) GetNodes() common.NodeIndex { ret := _m.Called() @@ -759,7 +759,7 @@ func (_c *WorkflowBuilder_GetTask_Call) RunAndReturn(run func(*core.Identifier) return _c } -// GetTasks provides a mock function with given fields: +// GetTasks provides a mock function with no fields func (_m *WorkflowBuilder) GetTasks() common.TaskIndex { ret := _m.Called() @@ -806,7 +806,7 @@ func (_c *WorkflowBuilder_GetTasks_Call) RunAndReturn(run func() common.TaskInde return _c } -// GetUpstreamNodes provides a mock function with given fields: +// GetUpstreamNodes provides a mock function with no fields func (_m *WorkflowBuilder) GetUpstreamNodes() common.StringAdjacencyList { ret := _m.Called() @@ -883,7 +883,7 @@ func (_c *WorkflowBuilder_StoreCompiledSubWorkflow_Call) Return() *WorkflowBuild } func (_c *WorkflowBuilder_StoreCompiledSubWorkflow_Call) RunAndReturn(run func(*core.Identifier, *core.CompiledWorkflow)) *WorkflowBuilder_StoreCompiledSubWorkflow_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flytepropeller/pkg/controller/executors/mocks/client.go b/flytepropeller/pkg/controller/executors/mocks/client.go index 2308456563..768f6d7c3d 100644 --- a/flytepropeller/pkg/controller/executors/mocks/client.go +++ b/flytepropeller/pkg/controller/executors/mocks/client.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -22,7 +22,7 @@ func (_m *Client) EXPECT() *Client_Expecter { return &Client_Expecter{mock: &_m.Mock} } -// GetCache provides a mock function with given fields: +// GetCache provides a mock function with no fields func (_m *Client) GetCache() cache.Cache { ret := _m.Called() @@ -69,7 +69,7 @@ func (_c *Client_GetCache_Call) RunAndReturn(run func() cache.Cache) *Client_Get return _c } -// GetClient provides a mock function with given fields: +// GetClient provides a mock function with no fields func (_m *Client) GetClient() client.Client { ret := _m.Called() diff --git a/flytepropeller/pkg/controller/executors/mocks/control_flow.go b/flytepropeller/pkg/controller/executors/mocks/control_flow.go index d1ea4d3bbc..e657205fbb 100644 --- a/flytepropeller/pkg/controller/executors/mocks/control_flow.go +++ b/flytepropeller/pkg/controller/executors/mocks/control_flow.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -17,7 +17,7 @@ func (_m *ControlFlow) EXPECT() *ControlFlow_Expecter { return &ControlFlow_Expecter{mock: &_m.Mock} } -// CurrentNodeExecutionCount provides a mock function with given fields: +// CurrentNodeExecutionCount provides a mock function with no fields func (_m *ControlFlow) CurrentNodeExecutionCount() uint32 { ret := _m.Called() @@ -62,7 +62,7 @@ func (_c *ControlFlow_CurrentNodeExecutionCount_Call) RunAndReturn(run func() ui return _c } -// CurrentParallelism provides a mock function with given fields: +// CurrentParallelism provides a mock function with no fields func (_m *ControlFlow) CurrentParallelism() uint32 { ret := _m.Called() @@ -107,7 +107,7 @@ func (_c *ControlFlow_CurrentParallelism_Call) RunAndReturn(run func() uint32) * return _c } -// CurrentTaskExecutionCount provides a mock function with given fields: +// CurrentTaskExecutionCount provides a mock function with no fields func (_m *ControlFlow) CurrentTaskExecutionCount() uint32 { ret := _m.Called() @@ -152,7 +152,7 @@ func (_c *ControlFlow_CurrentTaskExecutionCount_Call) RunAndReturn(run func() ui return _c } -// IncrementNodeExecutionCount provides a mock function with given fields: +// IncrementNodeExecutionCount provides a mock function with no fields func (_m *ControlFlow) IncrementNodeExecutionCount() uint32 { ret := _m.Called() @@ -197,7 +197,7 @@ func (_c *ControlFlow_IncrementNodeExecutionCount_Call) RunAndReturn(run func() return _c } -// IncrementParallelism provides a mock function with given fields: +// IncrementParallelism provides a mock function with no fields func (_m *ControlFlow) IncrementParallelism() uint32 { ret := _m.Called() @@ -242,7 +242,7 @@ func (_c *ControlFlow_IncrementParallelism_Call) RunAndReturn(run func() uint32) return _c } -// IncrementTaskExecutionCount provides a mock function with given fields: +// IncrementTaskExecutionCount provides a mock function with no fields func (_m *ControlFlow) IncrementTaskExecutionCount() uint32 { ret := _m.Called() diff --git a/flytepropeller/pkg/controller/executors/mocks/dag_structure.go b/flytepropeller/pkg/controller/executors/mocks/dag_structure.go index ee2866b397..1029b58c51 100644 --- a/flytepropeller/pkg/controller/executors/mocks/dag_structure.go +++ b/flytepropeller/pkg/controller/executors/mocks/dag_structure.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytepropeller/pkg/controller/executors/mocks/dag_structure_with_start_node.go b/flytepropeller/pkg/controller/executors/mocks/dag_structure_with_start_node.go index 130b3404a1..bc947607b7 100644 --- a/flytepropeller/pkg/controller/executors/mocks/dag_structure_with_start_node.go +++ b/flytepropeller/pkg/controller/executors/mocks/dag_structure_with_start_node.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -78,7 +78,7 @@ func (_c *DAGStructureWithStartNode_FromNode_Call) RunAndReturn(run func(string) return _c } -// StartNode provides a mock function with given fields: +// StartNode provides a mock function with no fields func (_m *DAGStructureWithStartNode) StartNode() v1alpha1.ExecutableNode { ret := _m.Called() diff --git a/flytepropeller/pkg/controller/executors/mocks/execution_context.go b/flytepropeller/pkg/controller/executors/mocks/execution_context.go index cbcd501525..fa250fd28c 100644 --- a/flytepropeller/pkg/controller/executors/mocks/execution_context.go +++ b/flytepropeller/pkg/controller/executors/mocks/execution_context.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -28,7 +28,7 @@ func (_m *ExecutionContext) EXPECT() *ExecutionContext_Expecter { return &ExecutionContext_Expecter{mock: &_m.Mock} } -// CurrentNodeExecutionCount provides a mock function with given fields: +// CurrentNodeExecutionCount provides a mock function with no fields func (_m *ExecutionContext) CurrentNodeExecutionCount() uint32 { ret := _m.Called() @@ -73,7 +73,7 @@ func (_c *ExecutionContext_CurrentNodeExecutionCount_Call) RunAndReturn(run func return _c } -// CurrentParallelism provides a mock function with given fields: +// CurrentParallelism provides a mock function with no fields func (_m *ExecutionContext) CurrentParallelism() uint32 { ret := _m.Called() @@ -118,7 +118,7 @@ func (_c *ExecutionContext_CurrentParallelism_Call) RunAndReturn(run func() uint return _c } -// CurrentTaskExecutionCount provides a mock function with given fields: +// CurrentTaskExecutionCount provides a mock function with no fields func (_m *ExecutionContext) CurrentTaskExecutionCount() uint32 { ret := _m.Called() @@ -211,7 +211,7 @@ func (_c *ExecutionContext_FindSubWorkflow_Call) RunAndReturn(run func(string) v return _c } -// GetAnnotations provides a mock function with given fields: +// GetAnnotations provides a mock function with no fields func (_m *ExecutionContext) GetAnnotations() map[string]string { ret := _m.Called() @@ -258,7 +258,7 @@ func (_c *ExecutionContext_GetAnnotations_Call) RunAndReturn(run func() map[stri return _c } -// GetConsoleURL provides a mock function with given fields: +// GetConsoleURL provides a mock function with no fields func (_m *ExecutionContext) GetConsoleURL() string { ret := _m.Called() @@ -303,7 +303,7 @@ func (_c *ExecutionContext_GetConsoleURL_Call) RunAndReturn(run func() string) * return _c } -// GetCreationTimestamp provides a mock function with given fields: +// GetCreationTimestamp provides a mock function with no fields func (_m *ExecutionContext) GetCreationTimestamp() v1.Time { ret := _m.Called() @@ -348,7 +348,7 @@ func (_c *ExecutionContext_GetCreationTimestamp_Call) RunAndReturn(run func() v1 return _c } -// GetDefinitionVersion provides a mock function with given fields: +// GetDefinitionVersion provides a mock function with no fields func (_m *ExecutionContext) GetDefinitionVersion() v1alpha1.WorkflowDefinitionVersion { ret := _m.Called() @@ -393,7 +393,7 @@ func (_c *ExecutionContext_GetDefinitionVersion_Call) RunAndReturn(run func() v1 return _c } -// GetEventVersion provides a mock function with given fields: +// GetEventVersion provides a mock function with no fields func (_m *ExecutionContext) GetEventVersion() v1alpha1.EventVersion { ret := _m.Called() @@ -438,7 +438,7 @@ func (_c *ExecutionContext_GetEventVersion_Call) RunAndReturn(run func() v1alpha return _c } -// GetExecutionConfig provides a mock function with given fields: +// GetExecutionConfig provides a mock function with no fields func (_m *ExecutionContext) GetExecutionConfig() v1alpha1.ExecutionConfig { ret := _m.Called() @@ -483,7 +483,7 @@ func (_c *ExecutionContext_GetExecutionConfig_Call) RunAndReturn(run func() v1al return _c } -// GetExecutionID provides a mock function with given fields: +// GetExecutionID provides a mock function with no fields func (_m *ExecutionContext) GetExecutionID() v1alpha1.WorkflowExecutionIdentifier { ret := _m.Called() @@ -528,7 +528,7 @@ func (_c *ExecutionContext_GetExecutionID_Call) RunAndReturn(run func() v1alpha1 return _c } -// GetID provides a mock function with given fields: +// GetID provides a mock function with no fields func (_m *ExecutionContext) GetID() string { ret := _m.Called() @@ -573,7 +573,7 @@ func (_c *ExecutionContext_GetID_Call) RunAndReturn(run func() string) *Executio return _c } -// GetK8sWorkflowID provides a mock function with given fields: +// GetK8sWorkflowID provides a mock function with no fields func (_m *ExecutionContext) GetK8sWorkflowID() types.NamespacedName { ret := _m.Called() @@ -618,7 +618,7 @@ func (_c *ExecutionContext_GetK8sWorkflowID_Call) RunAndReturn(run func() types. return _c } -// GetLabels provides a mock function with given fields: +// GetLabels provides a mock function with no fields func (_m *ExecutionContext) GetLabels() map[string]string { ret := _m.Called() @@ -665,7 +665,7 @@ func (_c *ExecutionContext_GetLabels_Call) RunAndReturn(run func() map[string]st return _c } -// GetName provides a mock function with given fields: +// GetName provides a mock function with no fields func (_m *ExecutionContext) GetName() string { ret := _m.Called() @@ -710,7 +710,7 @@ func (_c *ExecutionContext_GetName_Call) RunAndReturn(run func() string) *Execut return _c } -// GetNamespace provides a mock function with given fields: +// GetNamespace provides a mock function with no fields func (_m *ExecutionContext) GetNamespace() string { ret := _m.Called() @@ -755,7 +755,7 @@ func (_c *ExecutionContext_GetNamespace_Call) RunAndReturn(run func() string) *E return _c } -// GetOnFailurePolicy provides a mock function with given fields: +// GetOnFailurePolicy provides a mock function with no fields func (_m *ExecutionContext) GetOnFailurePolicy() v1alpha1.WorkflowOnFailurePolicy { ret := _m.Called() @@ -800,7 +800,7 @@ func (_c *ExecutionContext_GetOnFailurePolicy_Call) RunAndReturn(run func() v1al return _c } -// GetOwnerReference provides a mock function with given fields: +// GetOwnerReference provides a mock function with no fields func (_m *ExecutionContext) GetOwnerReference() v1.OwnerReference { ret := _m.Called() @@ -845,7 +845,7 @@ func (_c *ExecutionContext_GetOwnerReference_Call) RunAndReturn(run func() v1.Ow return _c } -// GetParentInfo provides a mock function with given fields: +// GetParentInfo provides a mock function with no fields func (_m *ExecutionContext) GetParentInfo() executors.ImmutableParentInfo { ret := _m.Called() @@ -892,7 +892,7 @@ func (_c *ExecutionContext_GetParentInfo_Call) RunAndReturn(run func() executors return _c } -// GetRawOutputDataConfig provides a mock function with given fields: +// GetRawOutputDataConfig provides a mock function with no fields func (_m *ExecutionContext) GetRawOutputDataConfig() v1alpha1.RawOutputDataConfig { ret := _m.Called() @@ -937,7 +937,7 @@ func (_c *ExecutionContext_GetRawOutputDataConfig_Call) RunAndReturn(run func() return _c } -// GetSecurityContext provides a mock function with given fields: +// GetSecurityContext provides a mock function with no fields func (_m *ExecutionContext) GetSecurityContext() core.SecurityContext { ret := _m.Called() @@ -982,7 +982,7 @@ func (_c *ExecutionContext_GetSecurityContext_Call) RunAndReturn(run func() core return _c } -// GetServiceAccountName provides a mock function with given fields: +// GetServiceAccountName provides a mock function with no fields func (_m *ExecutionContext) GetServiceAccountName() string { ret := _m.Called() @@ -1085,7 +1085,7 @@ func (_c *ExecutionContext_GetTask_Call) RunAndReturn(run func(string) (v1alpha1 return _c } -// IncrementNodeExecutionCount provides a mock function with given fields: +// IncrementNodeExecutionCount provides a mock function with no fields func (_m *ExecutionContext) IncrementNodeExecutionCount() uint32 { ret := _m.Called() @@ -1130,7 +1130,7 @@ func (_c *ExecutionContext_IncrementNodeExecutionCount_Call) RunAndReturn(run fu return _c } -// IncrementParallelism provides a mock function with given fields: +// IncrementParallelism provides a mock function with no fields func (_m *ExecutionContext) IncrementParallelism() uint32 { ret := _m.Called() @@ -1175,7 +1175,7 @@ func (_c *ExecutionContext_IncrementParallelism_Call) RunAndReturn(run func() ui return _c } -// IncrementTaskExecutionCount provides a mock function with given fields: +// IncrementTaskExecutionCount provides a mock function with no fields func (_m *ExecutionContext) IncrementTaskExecutionCount() uint32 { ret := _m.Called() @@ -1220,7 +1220,7 @@ func (_c *ExecutionContext_IncrementTaskExecutionCount_Call) RunAndReturn(run fu return _c } -// IsInterruptible provides a mock function with given fields: +// IsInterruptible provides a mock function with no fields func (_m *ExecutionContext) IsInterruptible() bool { ret := _m.Called() diff --git a/flytepropeller/pkg/controller/executors/mocks/immutable_execution_context.go b/flytepropeller/pkg/controller/executors/mocks/immutable_execution_context.go index c042b008fc..b98cf573c4 100644 --- a/flytepropeller/pkg/controller/executors/mocks/immutable_execution_context.go +++ b/flytepropeller/pkg/controller/executors/mocks/immutable_execution_context.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -27,7 +27,7 @@ func (_m *ImmutableExecutionContext) EXPECT() *ImmutableExecutionContext_Expecte return &ImmutableExecutionContext_Expecter{mock: &_m.Mock} } -// GetAnnotations provides a mock function with given fields: +// GetAnnotations provides a mock function with no fields func (_m *ImmutableExecutionContext) GetAnnotations() map[string]string { ret := _m.Called() @@ -74,7 +74,7 @@ func (_c *ImmutableExecutionContext_GetAnnotations_Call) RunAndReturn(run func() return _c } -// GetConsoleURL provides a mock function with given fields: +// GetConsoleURL provides a mock function with no fields func (_m *ImmutableExecutionContext) GetConsoleURL() string { ret := _m.Called() @@ -119,7 +119,7 @@ func (_c *ImmutableExecutionContext_GetConsoleURL_Call) RunAndReturn(run func() return _c } -// GetCreationTimestamp provides a mock function with given fields: +// GetCreationTimestamp provides a mock function with no fields func (_m *ImmutableExecutionContext) GetCreationTimestamp() v1.Time { ret := _m.Called() @@ -164,7 +164,7 @@ func (_c *ImmutableExecutionContext_GetCreationTimestamp_Call) RunAndReturn(run return _c } -// GetDefinitionVersion provides a mock function with given fields: +// GetDefinitionVersion provides a mock function with no fields func (_m *ImmutableExecutionContext) GetDefinitionVersion() v1alpha1.WorkflowDefinitionVersion { ret := _m.Called() @@ -209,7 +209,7 @@ func (_c *ImmutableExecutionContext_GetDefinitionVersion_Call) RunAndReturn(run return _c } -// GetEventVersion provides a mock function with given fields: +// GetEventVersion provides a mock function with no fields func (_m *ImmutableExecutionContext) GetEventVersion() v1alpha1.EventVersion { ret := _m.Called() @@ -254,7 +254,7 @@ func (_c *ImmutableExecutionContext_GetEventVersion_Call) RunAndReturn(run func( return _c } -// GetExecutionConfig provides a mock function with given fields: +// GetExecutionConfig provides a mock function with no fields func (_m *ImmutableExecutionContext) GetExecutionConfig() v1alpha1.ExecutionConfig { ret := _m.Called() @@ -299,7 +299,7 @@ func (_c *ImmutableExecutionContext_GetExecutionConfig_Call) RunAndReturn(run fu return _c } -// GetExecutionID provides a mock function with given fields: +// GetExecutionID provides a mock function with no fields func (_m *ImmutableExecutionContext) GetExecutionID() v1alpha1.WorkflowExecutionIdentifier { ret := _m.Called() @@ -344,7 +344,7 @@ func (_c *ImmutableExecutionContext_GetExecutionID_Call) RunAndReturn(run func() return _c } -// GetID provides a mock function with given fields: +// GetID provides a mock function with no fields func (_m *ImmutableExecutionContext) GetID() string { ret := _m.Called() @@ -389,7 +389,7 @@ func (_c *ImmutableExecutionContext_GetID_Call) RunAndReturn(run func() string) return _c } -// GetK8sWorkflowID provides a mock function with given fields: +// GetK8sWorkflowID provides a mock function with no fields func (_m *ImmutableExecutionContext) GetK8sWorkflowID() types.NamespacedName { ret := _m.Called() @@ -434,7 +434,7 @@ func (_c *ImmutableExecutionContext_GetK8sWorkflowID_Call) RunAndReturn(run func return _c } -// GetLabels provides a mock function with given fields: +// GetLabels provides a mock function with no fields func (_m *ImmutableExecutionContext) GetLabels() map[string]string { ret := _m.Called() @@ -481,7 +481,7 @@ func (_c *ImmutableExecutionContext_GetLabels_Call) RunAndReturn(run func() map[ return _c } -// GetName provides a mock function with given fields: +// GetName provides a mock function with no fields func (_m *ImmutableExecutionContext) GetName() string { ret := _m.Called() @@ -526,7 +526,7 @@ func (_c *ImmutableExecutionContext_GetName_Call) RunAndReturn(run func() string return _c } -// GetNamespace provides a mock function with given fields: +// GetNamespace provides a mock function with no fields func (_m *ImmutableExecutionContext) GetNamespace() string { ret := _m.Called() @@ -571,7 +571,7 @@ func (_c *ImmutableExecutionContext_GetNamespace_Call) RunAndReturn(run func() s return _c } -// GetOnFailurePolicy provides a mock function with given fields: +// GetOnFailurePolicy provides a mock function with no fields func (_m *ImmutableExecutionContext) GetOnFailurePolicy() v1alpha1.WorkflowOnFailurePolicy { ret := _m.Called() @@ -616,7 +616,7 @@ func (_c *ImmutableExecutionContext_GetOnFailurePolicy_Call) RunAndReturn(run fu return _c } -// GetOwnerReference provides a mock function with given fields: +// GetOwnerReference provides a mock function with no fields func (_m *ImmutableExecutionContext) GetOwnerReference() v1.OwnerReference { ret := _m.Called() @@ -661,7 +661,7 @@ func (_c *ImmutableExecutionContext_GetOwnerReference_Call) RunAndReturn(run fun return _c } -// GetRawOutputDataConfig provides a mock function with given fields: +// GetRawOutputDataConfig provides a mock function with no fields func (_m *ImmutableExecutionContext) GetRawOutputDataConfig() v1alpha1.RawOutputDataConfig { ret := _m.Called() @@ -706,7 +706,7 @@ func (_c *ImmutableExecutionContext_GetRawOutputDataConfig_Call) RunAndReturn(ru return _c } -// GetSecurityContext provides a mock function with given fields: +// GetSecurityContext provides a mock function with no fields func (_m *ImmutableExecutionContext) GetSecurityContext() core.SecurityContext { ret := _m.Called() @@ -751,7 +751,7 @@ func (_c *ImmutableExecutionContext_GetSecurityContext_Call) RunAndReturn(run fu return _c } -// GetServiceAccountName provides a mock function with given fields: +// GetServiceAccountName provides a mock function with no fields func (_m *ImmutableExecutionContext) GetServiceAccountName() string { ret := _m.Called() @@ -796,7 +796,7 @@ func (_c *ImmutableExecutionContext_GetServiceAccountName_Call) RunAndReturn(run return _c } -// IsInterruptible provides a mock function with given fields: +// IsInterruptible provides a mock function with no fields func (_m *ImmutableExecutionContext) IsInterruptible() bool { ret := _m.Called() diff --git a/flytepropeller/pkg/controller/executors/mocks/immutable_parent_info.go b/flytepropeller/pkg/controller/executors/mocks/immutable_parent_info.go index 02cf1f4116..c426c39dc5 100644 --- a/flytepropeller/pkg/controller/executors/mocks/immutable_parent_info.go +++ b/flytepropeller/pkg/controller/executors/mocks/immutable_parent_info.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -17,7 +17,7 @@ func (_m *ImmutableParentInfo) EXPECT() *ImmutableParentInfo_Expecter { return &ImmutableParentInfo_Expecter{mock: &_m.Mock} } -// CurrentAttempt provides a mock function with given fields: +// CurrentAttempt provides a mock function with no fields func (_m *ImmutableParentInfo) CurrentAttempt() uint32 { ret := _m.Called() @@ -62,7 +62,7 @@ func (_c *ImmutableParentInfo_CurrentAttempt_Call) RunAndReturn(run func() uint3 return _c } -// GetUniqueID provides a mock function with given fields: +// GetUniqueID provides a mock function with no fields func (_m *ImmutableParentInfo) GetUniqueID() string { ret := _m.Called() @@ -107,7 +107,7 @@ func (_c *ImmutableParentInfo_GetUniqueID_Call) RunAndReturn(run func() string) return _c } -// IsInDynamicChain provides a mock function with given fields: +// IsInDynamicChain provides a mock function with no fields func (_m *ImmutableParentInfo) IsInDynamicChain() bool { ret := _m.Called() diff --git a/flytepropeller/pkg/controller/executors/mocks/node_lookup.go b/flytepropeller/pkg/controller/executors/mocks/node_lookup.go index 25e3c763d5..8783e8bb8a 100644 --- a/flytepropeller/pkg/controller/executors/mocks/node_lookup.go +++ b/flytepropeller/pkg/controller/executors/mocks/node_lookup.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytepropeller/pkg/controller/executors/mocks/parent_info_getter.go b/flytepropeller/pkg/controller/executors/mocks/parent_info_getter.go index e4b2c76819..2f312eeb2f 100644 --- a/flytepropeller/pkg/controller/executors/mocks/parent_info_getter.go +++ b/flytepropeller/pkg/controller/executors/mocks/parent_info_getter.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -20,7 +20,7 @@ func (_m *ParentInfoGetter) EXPECT() *ParentInfoGetter_Expecter { return &ParentInfoGetter_Expecter{mock: &_m.Mock} } -// GetParentInfo provides a mock function with given fields: +// GetParentInfo provides a mock function with no fields func (_m *ParentInfoGetter) GetParentInfo() executors.ImmutableParentInfo { ret := _m.Called() diff --git a/flytepropeller/pkg/controller/executors/mocks/sub_workflow_getter.go b/flytepropeller/pkg/controller/executors/mocks/sub_workflow_getter.go index f925ea2418..df3db8fea6 100644 --- a/flytepropeller/pkg/controller/executors/mocks/sub_workflow_getter.go +++ b/flytepropeller/pkg/controller/executors/mocks/sub_workflow_getter.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytepropeller/pkg/controller/executors/mocks/task_details_getter.go b/flytepropeller/pkg/controller/executors/mocks/task_details_getter.go index 467254c8f2..eda6fea94e 100644 --- a/flytepropeller/pkg/controller/executors/mocks/task_details_getter.go +++ b/flytepropeller/pkg/controller/executors/mocks/task_details_getter.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytepropeller/pkg/controller/executors/mocks/workflow.go b/flytepropeller/pkg/controller/executors/mocks/workflow.go index 8891e630c8..24cc854846 100644 --- a/flytepropeller/pkg/controller/executors/mocks/workflow.go +++ b/flytepropeller/pkg/controller/executors/mocks/workflow.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytepropeller/pkg/controller/mocks/limiter.go b/flytepropeller/pkg/controller/mocks/limiter.go index 709cdd4d65..ad43fcaf11 100644 --- a/flytepropeller/pkg/controller/mocks/limiter.go +++ b/flytepropeller/pkg/controller/mocks/limiter.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -26,7 +26,7 @@ func (_m *Limiter) EXPECT() *Limiter_Expecter { return &Limiter_Expecter{mock: &_m.Mock} } -// Allow provides a mock function with given fields: +// Allow provides a mock function with no fields func (_m *Limiter) Allow() bool { ret := _m.Called() @@ -118,7 +118,7 @@ func (_c *Limiter_AllowN_Call) RunAndReturn(run func(time.Time, int) bool) *Limi return _c } -// Burst provides a mock function with given fields: +// Burst provides a mock function with no fields func (_m *Limiter) Burst() int { ret := _m.Called() @@ -163,7 +163,7 @@ func (_c *Limiter_Burst_Call) RunAndReturn(run func() int) *Limiter_Burst_Call { return _c } -// Limit provides a mock function with given fields: +// Limit provides a mock function with no fields func (_m *Limiter) Limit() rate.Limit { ret := _m.Called() @@ -208,7 +208,7 @@ func (_c *Limiter_Limit_Call) RunAndReturn(run func() rate.Limit) *Limiter_Limit return _c } -// Reserve provides a mock function with given fields: +// Reserve provides a mock function with no fields func (_m *Limiter) Reserve() interfaces.Reservation { ret := _m.Called() @@ -333,7 +333,7 @@ func (_c *Limiter_SetBurst_Call) Return() *Limiter_SetBurst_Call { } func (_c *Limiter_SetBurst_Call) RunAndReturn(run func(int)) *Limiter_SetBurst_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -367,7 +367,7 @@ func (_c *Limiter_SetBurstAt_Call) Return() *Limiter_SetBurstAt_Call { } func (_c *Limiter_SetBurstAt_Call) RunAndReturn(run func(time.Time, int)) *Limiter_SetBurstAt_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -400,7 +400,7 @@ func (_c *Limiter_SetLimit_Call) Return() *Limiter_SetLimit_Call { } func (_c *Limiter_SetLimit_Call) RunAndReturn(run func(rate.Limit)) *Limiter_SetLimit_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -434,11 +434,11 @@ func (_c *Limiter_SetLimitAt_Call) Return() *Limiter_SetLimitAt_Call { } func (_c *Limiter_SetLimitAt_Call) RunAndReturn(run func(time.Time, rate.Limit)) *Limiter_SetLimitAt_Call { - _c.Call.Return(run) + _c.Run(run) return _c } -// Tokens provides a mock function with given fields: +// Tokens provides a mock function with no fields func (_m *Limiter) Tokens() float64 { ret := _m.Called() diff --git a/flytepropeller/pkg/controller/mocks/reservation.go b/flytepropeller/pkg/controller/mocks/reservation.go index d609c0b034..11f56c02ff 100644 --- a/flytepropeller/pkg/controller/mocks/reservation.go +++ b/flytepropeller/pkg/controller/mocks/reservation.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -21,7 +21,7 @@ func (_m *Reservation) EXPECT() *Reservation_Expecter { return &Reservation_Expecter{mock: &_m.Mock} } -// Cancel provides a mock function with given fields: +// Cancel provides a mock function with no fields func (_m *Reservation) Cancel() { _m.Called() } @@ -49,7 +49,7 @@ func (_c *Reservation_Cancel_Call) Return() *Reservation_Cancel_Call { } func (_c *Reservation_Cancel_Call) RunAndReturn(run func()) *Reservation_Cancel_Call { - _c.Call.Return(run) + _c.Run(run) return _c } @@ -82,11 +82,11 @@ func (_c *Reservation_CancelAt_Call) Return() *Reservation_CancelAt_Call { } func (_c *Reservation_CancelAt_Call) RunAndReturn(run func(time.Time)) *Reservation_CancelAt_Call { - _c.Call.Return(run) + _c.Run(run) return _c } -// Delay provides a mock function with given fields: +// Delay provides a mock function with no fields func (_m *Reservation) Delay() time.Duration { ret := _m.Called() @@ -177,7 +177,7 @@ func (_c *Reservation_DelayFrom_Call) RunAndReturn(run func(time.Time) time.Dura return _c } -// OK provides a mock function with given fields: +// OK provides a mock function with no fields func (_m *Reservation) OK() bool { ret := _m.Called() diff --git a/flytepropeller/pkg/controller/nodes/array/mocks/array_event_recorder.go b/flytepropeller/pkg/controller/nodes/array/mocks/array_event_recorder.go index 8f585a87d1..380df58a63 100644 --- a/flytepropeller/pkg/controller/nodes/array/mocks/array_event_recorder.go +++ b/flytepropeller/pkg/controller/nodes/array/mocks/array_event_recorder.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytepropeller/pkg/controller/nodes/dynamic/mocks/task_node_handler.go b/flytepropeller/pkg/controller/nodes/dynamic/mocks/task_node_handler.go index a1ac3e43a4..14d673b65d 100644 --- a/flytepropeller/pkg/controller/nodes/dynamic/mocks/task_node_handler.go +++ b/flytepropeller/pkg/controller/nodes/dynamic/mocks/task_node_handler.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -128,7 +128,7 @@ func (_c *TaskNodeHandler_Finalize_Call) RunAndReturn(run func(context.Context, return _c } -// FinalizeRequired provides a mock function with given fields: +// FinalizeRequired provides a mock function with no fields func (_m *TaskNodeHandler) FinalizeRequired() bool { ret := _m.Called() diff --git a/flytepropeller/pkg/controller/nodes/gate/mocks/signal_service_client.go b/flytepropeller/pkg/controller/nodes/gate/mocks/signal_service_client.go index db21197e3a..ee4d37e522 100644 --- a/flytepropeller/pkg/controller/nodes/gate/mocks/signal_service_client.go +++ b/flytepropeller/pkg/controller/nodes/gate/mocks/signal_service_client.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytepropeller/pkg/controller/nodes/interfaces/mocks/cacheable_node_handler.go b/flytepropeller/pkg/controller/nodes/interfaces/mocks/cacheable_node_handler.go index d62482df7f..d2e55748fd 100644 --- a/flytepropeller/pkg/controller/nodes/interfaces/mocks/cacheable_node_handler.go +++ b/flytepropeller/pkg/controller/nodes/interfaces/mocks/cacheable_node_handler.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -122,7 +122,7 @@ func (_c *CacheableNodeHandler_Finalize_Call) RunAndReturn(run func(context.Cont return _c } -// FinalizeRequired provides a mock function with given fields: +// FinalizeRequired provides a mock function with no fields func (_m *CacheableNodeHandler) FinalizeRequired() bool { ret := _m.Called() diff --git a/flytepropeller/pkg/controller/nodes/interfaces/mocks/event_recorder.go b/flytepropeller/pkg/controller/nodes/interfaces/mocks/event_recorder.go index 52cbd1d361..754ad591fb 100644 --- a/flytepropeller/pkg/controller/nodes/interfaces/mocks/event_recorder.go +++ b/flytepropeller/pkg/controller/nodes/interfaces/mocks/event_recorder.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytepropeller/pkg/controller/nodes/interfaces/mocks/handler_factory.go b/flytepropeller/pkg/controller/nodes/interfaces/mocks/handler_factory.go index 087ceb10c9..25e588d12b 100644 --- a/flytepropeller/pkg/controller/nodes/interfaces/mocks/handler_factory.go +++ b/flytepropeller/pkg/controller/nodes/interfaces/mocks/handler_factory.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytepropeller/pkg/controller/nodes/interfaces/mocks/node.go b/flytepropeller/pkg/controller/nodes/interfaces/mocks/node.go index 5717013a61..bd484cdf1b 100644 --- a/flytepropeller/pkg/controller/nodes/interfaces/mocks/node.go +++ b/flytepropeller/pkg/controller/nodes/interfaces/mocks/node.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -129,7 +129,7 @@ func (_c *Node_FinalizeHandler_Call) RunAndReturn(run func(context.Context, exec return _c } -// GetNodeExecutionContextBuilder provides a mock function with given fields: +// GetNodeExecutionContextBuilder provides a mock function with no fields func (_m *Node) GetNodeExecutionContextBuilder() interfaces.NodeExecutionContextBuilder { ret := _m.Called() diff --git a/flytepropeller/pkg/controller/nodes/interfaces/mocks/node_execution_context.go b/flytepropeller/pkg/controller/nodes/interfaces/mocks/node_execution_context.go index ca7f039083..46f7c84901 100644 --- a/flytepropeller/pkg/controller/nodes/interfaces/mocks/node_execution_context.go +++ b/flytepropeller/pkg/controller/nodes/interfaces/mocks/node_execution_context.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -30,7 +30,7 @@ func (_m *NodeExecutionContext) EXPECT() *NodeExecutionContext_Expecter { return &NodeExecutionContext_Expecter{mock: &_m.Mock} } -// ContextualNodeLookup provides a mock function with given fields: +// ContextualNodeLookup provides a mock function with no fields func (_m *NodeExecutionContext) ContextualNodeLookup() executors.NodeLookup { ret := _m.Called() @@ -77,7 +77,7 @@ func (_c *NodeExecutionContext_ContextualNodeLookup_Call) RunAndReturn(run func( return _c } -// CurrentAttempt provides a mock function with given fields: +// CurrentAttempt provides a mock function with no fields func (_m *NodeExecutionContext) CurrentAttempt() uint32 { ret := _m.Called() @@ -122,7 +122,7 @@ func (_c *NodeExecutionContext_CurrentAttempt_Call) RunAndReturn(run func() uint return _c } -// DataStore provides a mock function with given fields: +// DataStore provides a mock function with no fields func (_m *NodeExecutionContext) DataStore() *storage.DataStore { ret := _m.Called() @@ -169,7 +169,7 @@ func (_c *NodeExecutionContext_DataStore_Call) RunAndReturn(run func() *storage. return _c } -// EnqueueOwnerFunc provides a mock function with given fields: +// EnqueueOwnerFunc provides a mock function with no fields func (_m *NodeExecutionContext) EnqueueOwnerFunc() func() error { ret := _m.Called() @@ -216,7 +216,7 @@ func (_c *NodeExecutionContext_EnqueueOwnerFunc_Call) RunAndReturn(run func() fu return _c } -// EventsRecorder provides a mock function with given fields: +// EventsRecorder provides a mock function with no fields func (_m *NodeExecutionContext) EventsRecorder() interfaces.EventRecorder { ret := _m.Called() @@ -263,7 +263,7 @@ func (_c *NodeExecutionContext_EventsRecorder_Call) RunAndReturn(run func() inte return _c } -// ExecutionContext provides a mock function with given fields: +// ExecutionContext provides a mock function with no fields func (_m *NodeExecutionContext) ExecutionContext() executors.ExecutionContext { ret := _m.Called() @@ -310,7 +310,7 @@ func (_c *NodeExecutionContext_ExecutionContext_Call) RunAndReturn(run func() ex return _c } -// InputReader provides a mock function with given fields: +// InputReader provides a mock function with no fields func (_m *NodeExecutionContext) InputReader() io.InputReader { ret := _m.Called() @@ -357,7 +357,7 @@ func (_c *NodeExecutionContext_InputReader_Call) RunAndReturn(run func() io.Inpu return _c } -// Node provides a mock function with given fields: +// Node provides a mock function with no fields func (_m *NodeExecutionContext) Node() v1alpha1.ExecutableNode { ret := _m.Called() @@ -404,7 +404,7 @@ func (_c *NodeExecutionContext_Node_Call) RunAndReturn(run func() v1alpha1.Execu return _c } -// NodeExecutionMetadata provides a mock function with given fields: +// NodeExecutionMetadata provides a mock function with no fields func (_m *NodeExecutionContext) NodeExecutionMetadata() interfaces.NodeExecutionMetadata { ret := _m.Called() @@ -451,7 +451,7 @@ func (_c *NodeExecutionContext_NodeExecutionMetadata_Call) RunAndReturn(run func return _c } -// NodeID provides a mock function with given fields: +// NodeID provides a mock function with no fields func (_m *NodeExecutionContext) NodeID() string { ret := _m.Called() @@ -496,7 +496,7 @@ func (_c *NodeExecutionContext_NodeID_Call) RunAndReturn(run func() string) *Nod return _c } -// NodeStateReader provides a mock function with given fields: +// NodeStateReader provides a mock function with no fields func (_m *NodeExecutionContext) NodeStateReader() interfaces.NodeStateReader { ret := _m.Called() @@ -543,7 +543,7 @@ func (_c *NodeExecutionContext_NodeStateReader_Call) RunAndReturn(run func() int return _c } -// NodeStateWriter provides a mock function with given fields: +// NodeStateWriter provides a mock function with no fields func (_m *NodeExecutionContext) NodeStateWriter() interfaces.NodeStateWriter { ret := _m.Called() @@ -590,7 +590,7 @@ func (_c *NodeExecutionContext_NodeStateWriter_Call) RunAndReturn(run func() int return _c } -// NodeStatus provides a mock function with given fields: +// NodeStatus provides a mock function with no fields func (_m *NodeExecutionContext) NodeStatus() v1alpha1.ExecutableNodeStatus { ret := _m.Called() @@ -637,7 +637,7 @@ func (_c *NodeExecutionContext_NodeStatus_Call) RunAndReturn(run func() v1alpha1 return _c } -// OutputShardSelector provides a mock function with given fields: +// OutputShardSelector provides a mock function with no fields func (_m *NodeExecutionContext) OutputShardSelector() ioutils.ShardSelector { ret := _m.Called() @@ -684,7 +684,7 @@ func (_c *NodeExecutionContext_OutputShardSelector_Call) RunAndReturn(run func() return _c } -// RawOutputPrefix provides a mock function with given fields: +// RawOutputPrefix provides a mock function with no fields func (_m *NodeExecutionContext) RawOutputPrefix() storage.DataReference { ret := _m.Called() @@ -729,7 +729,7 @@ func (_c *NodeExecutionContext_RawOutputPrefix_Call) RunAndReturn(run func() sto return _c } -// TaskReader provides a mock function with given fields: +// TaskReader provides a mock function with no fields func (_m *NodeExecutionContext) TaskReader() interfaces.TaskReader { ret := _m.Called() diff --git a/flytepropeller/pkg/controller/nodes/interfaces/mocks/node_execution_context_builder.go b/flytepropeller/pkg/controller/nodes/interfaces/mocks/node_execution_context_builder.go index 62062ca5f7..0be53583d4 100644 --- a/flytepropeller/pkg/controller/nodes/interfaces/mocks/node_execution_context_builder.go +++ b/flytepropeller/pkg/controller/nodes/interfaces/mocks/node_execution_context_builder.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytepropeller/pkg/controller/nodes/interfaces/mocks/node_execution_metadata.go b/flytepropeller/pkg/controller/nodes/interfaces/mocks/node_execution_metadata.go index 1e67365716..3b5efc1d05 100644 --- a/flytepropeller/pkg/controller/nodes/interfaces/mocks/node_execution_metadata.go +++ b/flytepropeller/pkg/controller/nodes/interfaces/mocks/node_execution_metadata.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -25,7 +25,7 @@ func (_m *NodeExecutionMetadata) EXPECT() *NodeExecutionMetadata_Expecter { return &NodeExecutionMetadata_Expecter{mock: &_m.Mock} } -// GetAnnotations provides a mock function with given fields: +// GetAnnotations provides a mock function with no fields func (_m *NodeExecutionMetadata) GetAnnotations() map[string]string { ret := _m.Called() @@ -72,7 +72,7 @@ func (_c *NodeExecutionMetadata_GetAnnotations_Call) RunAndReturn(run func() map return _c } -// GetConsoleURL provides a mock function with given fields: +// GetConsoleURL provides a mock function with no fields func (_m *NodeExecutionMetadata) GetConsoleURL() string { ret := _m.Called() @@ -117,7 +117,7 @@ func (_c *NodeExecutionMetadata_GetConsoleURL_Call) RunAndReturn(run func() stri return _c } -// GetInterruptibleFailureThreshold provides a mock function with given fields: +// GetInterruptibleFailureThreshold provides a mock function with no fields func (_m *NodeExecutionMetadata) GetInterruptibleFailureThreshold() int32 { ret := _m.Called() @@ -162,7 +162,7 @@ func (_c *NodeExecutionMetadata_GetInterruptibleFailureThreshold_Call) RunAndRet return _c } -// GetK8sServiceAccount provides a mock function with given fields: +// GetK8sServiceAccount provides a mock function with no fields func (_m *NodeExecutionMetadata) GetK8sServiceAccount() string { ret := _m.Called() @@ -207,7 +207,7 @@ func (_c *NodeExecutionMetadata_GetK8sServiceAccount_Call) RunAndReturn(run func return _c } -// GetLabels provides a mock function with given fields: +// GetLabels provides a mock function with no fields func (_m *NodeExecutionMetadata) GetLabels() map[string]string { ret := _m.Called() @@ -254,7 +254,7 @@ func (_c *NodeExecutionMetadata_GetLabels_Call) RunAndReturn(run func() map[stri return _c } -// GetNamespace provides a mock function with given fields: +// GetNamespace provides a mock function with no fields func (_m *NodeExecutionMetadata) GetNamespace() string { ret := _m.Called() @@ -299,7 +299,7 @@ func (_c *NodeExecutionMetadata_GetNamespace_Call) RunAndReturn(run func() strin return _c } -// GetNodeExecutionID provides a mock function with given fields: +// GetNodeExecutionID provides a mock function with no fields func (_m *NodeExecutionMetadata) GetNodeExecutionID() *core.NodeExecutionIdentifier { ret := _m.Called() @@ -346,7 +346,7 @@ func (_c *NodeExecutionMetadata_GetNodeExecutionID_Call) RunAndReturn(run func() return _c } -// GetOwnerID provides a mock function with given fields: +// GetOwnerID provides a mock function with no fields func (_m *NodeExecutionMetadata) GetOwnerID() types.NamespacedName { ret := _m.Called() @@ -391,7 +391,7 @@ func (_c *NodeExecutionMetadata_GetOwnerID_Call) RunAndReturn(run func() types.N return _c } -// GetOwnerReference provides a mock function with given fields: +// GetOwnerReference provides a mock function with no fields func (_m *NodeExecutionMetadata) GetOwnerReference() v1.OwnerReference { ret := _m.Called() @@ -436,7 +436,7 @@ func (_c *NodeExecutionMetadata_GetOwnerReference_Call) RunAndReturn(run func() return _c } -// GetSecurityContext provides a mock function with given fields: +// GetSecurityContext provides a mock function with no fields func (_m *NodeExecutionMetadata) GetSecurityContext() core.SecurityContext { ret := _m.Called() @@ -481,7 +481,7 @@ func (_c *NodeExecutionMetadata_GetSecurityContext_Call) RunAndReturn(run func() return _c } -// IsInterruptible provides a mock function with given fields: +// IsInterruptible provides a mock function with no fields func (_m *NodeExecutionMetadata) IsInterruptible() bool { ret := _m.Called() diff --git a/flytepropeller/pkg/controller/nodes/interfaces/mocks/node_executor.go b/flytepropeller/pkg/controller/nodes/interfaces/mocks/node_executor.go index 55c81327d1..1b74b75b12 100644 --- a/flytepropeller/pkg/controller/nodes/interfaces/mocks/node_executor.go +++ b/flytepropeller/pkg/controller/nodes/interfaces/mocks/node_executor.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytepropeller/pkg/controller/nodes/interfaces/mocks/node_handler.go b/flytepropeller/pkg/controller/nodes/interfaces/mocks/node_handler.go index dfc69050b4..3e9dc806d1 100644 --- a/flytepropeller/pkg/controller/nodes/interfaces/mocks/node_handler.go +++ b/flytepropeller/pkg/controller/nodes/interfaces/mocks/node_handler.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -119,7 +119,7 @@ func (_c *NodeHandler_Finalize_Call) RunAndReturn(run func(context.Context, inte return _c } -// FinalizeRequired provides a mock function with given fields: +// FinalizeRequired provides a mock function with no fields func (_m *NodeHandler) FinalizeRequired() bool { ret := _m.Called() diff --git a/flytepropeller/pkg/controller/nodes/interfaces/mocks/node_state_reader.go b/flytepropeller/pkg/controller/nodes/interfaces/mocks/node_state_reader.go index a26cdf4329..90aaca911a 100644 --- a/flytepropeller/pkg/controller/nodes/interfaces/mocks/node_state_reader.go +++ b/flytepropeller/pkg/controller/nodes/interfaces/mocks/node_state_reader.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -21,7 +21,7 @@ func (_m *NodeStateReader) EXPECT() *NodeStateReader_Expecter { return &NodeStateReader_Expecter{mock: &_m.Mock} } -// GetArrayNodeState provides a mock function with given fields: +// GetArrayNodeState provides a mock function with no fields func (_m *NodeStateReader) GetArrayNodeState() handler.ArrayNodeState { ret := _m.Called() @@ -66,7 +66,7 @@ func (_c *NodeStateReader_GetArrayNodeState_Call) RunAndReturn(run func() handle return _c } -// GetBranchNodeState provides a mock function with given fields: +// GetBranchNodeState provides a mock function with no fields func (_m *NodeStateReader) GetBranchNodeState() handler.BranchNodeState { ret := _m.Called() @@ -111,7 +111,7 @@ func (_c *NodeStateReader_GetBranchNodeState_Call) RunAndReturn(run func() handl return _c } -// GetDynamicNodeState provides a mock function with given fields: +// GetDynamicNodeState provides a mock function with no fields func (_m *NodeStateReader) GetDynamicNodeState() handler.DynamicNodeState { ret := _m.Called() @@ -156,7 +156,7 @@ func (_c *NodeStateReader_GetDynamicNodeState_Call) RunAndReturn(run func() hand return _c } -// GetGateNodeState provides a mock function with given fields: +// GetGateNodeState provides a mock function with no fields func (_m *NodeStateReader) GetGateNodeState() handler.GateNodeState { ret := _m.Called() @@ -201,7 +201,7 @@ func (_c *NodeStateReader_GetGateNodeState_Call) RunAndReturn(run func() handler return _c } -// GetTaskNodeState provides a mock function with given fields: +// GetTaskNodeState provides a mock function with no fields func (_m *NodeStateReader) GetTaskNodeState() handler.TaskNodeState { ret := _m.Called() @@ -246,7 +246,7 @@ func (_c *NodeStateReader_GetTaskNodeState_Call) RunAndReturn(run func() handler return _c } -// GetWorkflowNodeState provides a mock function with given fields: +// GetWorkflowNodeState provides a mock function with no fields func (_m *NodeStateReader) GetWorkflowNodeState() handler.WorkflowNodeState { ret := _m.Called() @@ -291,7 +291,7 @@ func (_c *NodeStateReader_GetWorkflowNodeState_Call) RunAndReturn(run func() han return _c } -// HasArrayNodeState provides a mock function with given fields: +// HasArrayNodeState provides a mock function with no fields func (_m *NodeStateReader) HasArrayNodeState() bool { ret := _m.Called() @@ -336,7 +336,7 @@ func (_c *NodeStateReader_HasArrayNodeState_Call) RunAndReturn(run func() bool) return _c } -// HasBranchNodeState provides a mock function with given fields: +// HasBranchNodeState provides a mock function with no fields func (_m *NodeStateReader) HasBranchNodeState() bool { ret := _m.Called() @@ -381,7 +381,7 @@ func (_c *NodeStateReader_HasBranchNodeState_Call) RunAndReturn(run func() bool) return _c } -// HasDynamicNodeState provides a mock function with given fields: +// HasDynamicNodeState provides a mock function with no fields func (_m *NodeStateReader) HasDynamicNodeState() bool { ret := _m.Called() @@ -426,7 +426,7 @@ func (_c *NodeStateReader_HasDynamicNodeState_Call) RunAndReturn(run func() bool return _c } -// HasGateNodeState provides a mock function with given fields: +// HasGateNodeState provides a mock function with no fields func (_m *NodeStateReader) HasGateNodeState() bool { ret := _m.Called() @@ -471,7 +471,7 @@ func (_c *NodeStateReader_HasGateNodeState_Call) RunAndReturn(run func() bool) * return _c } -// HasTaskNodeState provides a mock function with given fields: +// HasTaskNodeState provides a mock function with no fields func (_m *NodeStateReader) HasTaskNodeState() bool { ret := _m.Called() @@ -516,7 +516,7 @@ func (_c *NodeStateReader_HasTaskNodeState_Call) RunAndReturn(run func() bool) * return _c } -// HasWorkflowNodeState provides a mock function with given fields: +// HasWorkflowNodeState provides a mock function with no fields func (_m *NodeStateReader) HasWorkflowNodeState() bool { ret := _m.Called() diff --git a/flytepropeller/pkg/controller/nodes/interfaces/mocks/node_state_writer.go b/flytepropeller/pkg/controller/nodes/interfaces/mocks/node_state_writer.go index 1fdd329ba4..d1ab672cff 100644 --- a/flytepropeller/pkg/controller/nodes/interfaces/mocks/node_state_writer.go +++ b/flytepropeller/pkg/controller/nodes/interfaces/mocks/node_state_writer.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -21,7 +21,7 @@ func (_m *NodeStateWriter) EXPECT() *NodeStateWriter_Expecter { return &NodeStateWriter_Expecter{mock: &_m.Mock} } -// ClearNodeStatus provides a mock function with given fields: +// ClearNodeStatus provides a mock function with no fields func (_m *NodeStateWriter) ClearNodeStatus() { _m.Called() } @@ -49,7 +49,7 @@ func (_c *NodeStateWriter_ClearNodeStatus_Call) Return() *NodeStateWriter_ClearN } func (_c *NodeStateWriter_ClearNodeStatus_Call) RunAndReturn(run func()) *NodeStateWriter_ClearNodeStatus_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flytepropeller/pkg/controller/nodes/interfaces/mocks/setup_context.go b/flytepropeller/pkg/controller/nodes/interfaces/mocks/setup_context.go index 92e154e2f5..b894770334 100644 --- a/flytepropeller/pkg/controller/nodes/interfaces/mocks/setup_context.go +++ b/flytepropeller/pkg/controller/nodes/interfaces/mocks/setup_context.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -20,7 +20,7 @@ func (_m *SetupContext) EXPECT() *SetupContext_Expecter { return &SetupContext_Expecter{mock: &_m.Mock} } -// EnqueueOwner provides a mock function with given fields: +// EnqueueOwner provides a mock function with no fields func (_m *SetupContext) EnqueueOwner() func(string) { ret := _m.Called() @@ -67,7 +67,7 @@ func (_c *SetupContext_EnqueueOwner_Call) RunAndReturn(run func() func(string)) return _c } -// MetricsScope provides a mock function with given fields: +// MetricsScope provides a mock function with no fields func (_m *SetupContext) MetricsScope() promutils.Scope { ret := _m.Called() @@ -114,7 +114,7 @@ func (_c *SetupContext_MetricsScope_Call) RunAndReturn(run func() promutils.Scop return _c } -// OwnerKind provides a mock function with given fields: +// OwnerKind provides a mock function with no fields func (_m *SetupContext) OwnerKind() string { ret := _m.Called() diff --git a/flytepropeller/pkg/controller/nodes/interfaces/mocks/task_reader.go b/flytepropeller/pkg/controller/nodes/interfaces/mocks/task_reader.go index 9b8db1de9f..d79278e98f 100644 --- a/flytepropeller/pkg/controller/nodes/interfaces/mocks/task_reader.go +++ b/flytepropeller/pkg/controller/nodes/interfaces/mocks/task_reader.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -23,7 +23,7 @@ func (_m *TaskReader) EXPECT() *TaskReader_Expecter { return &TaskReader_Expecter{mock: &_m.Mock} } -// GetTaskID provides a mock function with given fields: +// GetTaskID provides a mock function with no fields func (_m *TaskReader) GetTaskID() *core.Identifier { ret := _m.Called() @@ -70,7 +70,7 @@ func (_c *TaskReader_GetTaskID_Call) RunAndReturn(run func() *core.Identifier) * return _c } -// GetTaskType provides a mock function with given fields: +// GetTaskType provides a mock function with no fields func (_m *TaskReader) GetTaskType() string { ret := _m.Called() diff --git a/flytepropeller/pkg/controller/nodes/mocks/output_resolver.go b/flytepropeller/pkg/controller/nodes/mocks/output_resolver.go index c3f15544f9..59aad89c21 100644 --- a/flytepropeller/pkg/controller/nodes/mocks/output_resolver.go +++ b/flytepropeller/pkg/controller/nodes/mocks/output_resolver.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytepropeller/pkg/controller/nodes/recovery/mocks/client.go b/flytepropeller/pkg/controller/nodes/recovery/mocks/client.go index 8080f73d33..bb9244ac59 100644 --- a/flytepropeller/pkg/controller/nodes/recovery/mocks/client.go +++ b/flytepropeller/pkg/controller/nodes/recovery/mocks/client.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytepropeller/pkg/controller/nodes/subworkflow/launchplan/mocks/executor.go b/flytepropeller/pkg/controller/nodes/subworkflow/launchplan/mocks/executor.go index 3911556f4c..f75922a528 100644 --- a/flytepropeller/pkg/controller/nodes/subworkflow/launchplan/mocks/executor.go +++ b/flytepropeller/pkg/controller/nodes/subworkflow/launchplan/mocks/executor.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytepropeller/pkg/controller/nodes/subworkflow/launchplan/mocks/flyte_admin.go b/flytepropeller/pkg/controller/nodes/subworkflow/launchplan/mocks/flyte_admin.go index 807d09a338..390e4aeb10 100644 --- a/flytepropeller/pkg/controller/nodes/subworkflow/launchplan/mocks/flyte_admin.go +++ b/flytepropeller/pkg/controller/nodes/subworkflow/launchplan/mocks/flyte_admin.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytepropeller/pkg/controller/nodes/subworkflow/launchplan/mocks/reader.go b/flytepropeller/pkg/controller/nodes/subworkflow/launchplan/mocks/reader.go index d773e6d697..0c5bfb4be1 100644 --- a/flytepropeller/pkg/controller/nodes/subworkflow/launchplan/mocks/reader.go +++ b/flytepropeller/pkg/controller/nodes/subworkflow/launchplan/mocks/reader.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytepropeller/pkg/controller/nodes/task/resourcemanager/mocks/redis_client.go b/flytepropeller/pkg/controller/nodes/task/resourcemanager/mocks/redis_client.go index 6d2ecb2910..ca9b557609 100644 --- a/flytepropeller/pkg/controller/nodes/task/resourcemanager/mocks/redis_client.go +++ b/flytepropeller/pkg/controller/nodes/task/resourcemanager/mocks/redis_client.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -17,7 +17,7 @@ func (_m *RedisClient) EXPECT() *RedisClient_Expecter { return &RedisClient_Expecter{mock: &_m.Mock} } -// Ping provides a mock function with given fields: +// Ping provides a mock function with no fields func (_m *RedisClient) Ping() (string, error) { ret := _m.Called() diff --git a/flytepropeller/pkg/controller/workflowstore/mocks/FlyteWorkflow.go b/flytepropeller/pkg/controller/workflowstore/mocks/FlyteWorkflow.go index 296cf6c33f..08f0bab74a 100644 --- a/flytepropeller/pkg/controller/workflowstore/mocks/FlyteWorkflow.go +++ b/flytepropeller/pkg/controller/workflowstore/mocks/FlyteWorkflow.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytepropeller/pkg/webhook/mocks/global_secret_provider.go b/flytepropeller/pkg/webhook/mocks/global_secret_provider.go index 79488740ed..d07a72a3d0 100644 --- a/flytepropeller/pkg/webhook/mocks/global_secret_provider.go +++ b/flytepropeller/pkg/webhook/mocks/global_secret_provider.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytepropeller/pkg/webhook/mocks/mutator.go b/flytepropeller/pkg/webhook/mocks/mutator.go index b7f57a8d76..ac444fa35c 100644 --- a/flytepropeller/pkg/webhook/mocks/mutator.go +++ b/flytepropeller/pkg/webhook/mocks/mutator.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -22,7 +22,7 @@ func (_m *Mutator) EXPECT() *Mutator_Expecter { return &Mutator_Expecter{mock: &_m.Mock} } -// ID provides a mock function with given fields: +// ID provides a mock function with no fields func (_m *Mutator) ID() string { ret := _m.Called() diff --git a/flytepropeller/pkg/webhook/mocks/secrets_injector.go b/flytepropeller/pkg/webhook/mocks/secrets_injector.go index 4e38917a08..19de8f84ba 100644 --- a/flytepropeller/pkg/webhook/mocks/secrets_injector.go +++ b/flytepropeller/pkg/webhook/mocks/secrets_injector.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -94,7 +94,7 @@ func (_c *SecretsInjector_Inject_Call) RunAndReturn(run func(context.Context, *c return _c } -// Type provides a mock function with given fields: +// Type provides a mock function with no fields func (_m *SecretsInjector) Type() config.SecretManagerType { ret := _m.Called() diff --git a/flytestdlib/cache/mocks/AutoRefresh.go b/flytestdlib/cache/mocks/AutoRefresh.go index 3bdc8b17fc..3a1799f785 100644 --- a/flytestdlib/cache/mocks/AutoRefresh.go +++ b/flytestdlib/cache/mocks/AutoRefresh.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytestdlib/cache/mocks/CreateBatchesFunc.go b/flytestdlib/cache/mocks/CreateBatchesFunc.go index 3c3685df91..08531f0312 100644 --- a/flytestdlib/cache/mocks/CreateBatchesFunc.go +++ b/flytestdlib/cache/mocks/CreateBatchesFunc.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytestdlib/cache/mocks/Item.go b/flytestdlib/cache/mocks/Item.go index 58360f0e07..a7568df267 100644 --- a/flytestdlib/cache/mocks/Item.go +++ b/flytestdlib/cache/mocks/Item.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -17,7 +17,7 @@ func (_m *Item) EXPECT() *Item_Expecter { return &Item_Expecter{mock: &_m.Mock} } -// IsTerminal provides a mock function with given fields: +// IsTerminal provides a mock function with no fields func (_m *Item) IsTerminal() bool { ret := _m.Called() diff --git a/flytestdlib/cache/mocks/ItemWrapper.go b/flytestdlib/cache/mocks/ItemWrapper.go index bb0b49923f..229d1ffb9a 100644 --- a/flytestdlib/cache/mocks/ItemWrapper.go +++ b/flytestdlib/cache/mocks/ItemWrapper.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -20,7 +20,7 @@ func (_m *ItemWrapper) EXPECT() *ItemWrapper_Expecter { return &ItemWrapper_Expecter{mock: &_m.Mock} } -// GetID provides a mock function with given fields: +// GetID provides a mock function with no fields func (_m *ItemWrapper) GetID() string { ret := _m.Called() @@ -65,7 +65,7 @@ func (_c *ItemWrapper_GetID_Call) RunAndReturn(run func() string) *ItemWrapper_G return _c } -// GetItem provides a mock function with given fields: +// GetItem provides a mock function with no fields func (_m *ItemWrapper) GetItem() cache.Item { ret := _m.Called() diff --git a/flytestdlib/cache/mocks/Option.go b/flytestdlib/cache/mocks/Option.go index 88e52b5bf9..1c33ef6b36 100644 --- a/flytestdlib/cache/mocks/Option.go +++ b/flytestdlib/cache/mocks/Option.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -49,7 +49,7 @@ func (_c *Option_Execute_Call) Return() *Option_Execute_Call { } func (_c *Option_Execute_Call) RunAndReturn(run func(*cache.Options)) *Option_Execute_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flytestdlib/cache/mocks/SyncFunc.go b/flytestdlib/cache/mocks/SyncFunc.go index 945e9cbdb8..232ba1b91b 100644 --- a/flytestdlib/cache/mocks/SyncFunc.go +++ b/flytestdlib/cache/mocks/SyncFunc.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytestdlib/fastcheck/mocks/filter.go b/flytestdlib/fastcheck/mocks/filter.go index 4a61c89a71..2d773c8d9d 100644 --- a/flytestdlib/fastcheck/mocks/filter.go +++ b/flytestdlib/fastcheck/mocks/filter.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytestdlib/go.mod b/flytestdlib/go.mod index cfb319bb96..9f024b4db0 100644 --- a/flytestdlib/go.mod +++ b/flytestdlib/go.mod @@ -1,6 +1,8 @@ module github.com/flyteorg/flyte/flytestdlib -go 1.22 +go 1.22.0 + +toolchain go1.24.0 require ( github.com/aws/aws-sdk-go v1.47.11 @@ -36,7 +38,7 @@ require ( go.opentelemetry.io/otel/sdk v1.24.0 go.opentelemetry.io/otel/trace v1.24.0 golang.org/x/time v0.5.0 - golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d + golang.org/x/tools v0.30.0 google.golang.org/grpc v1.62.1 google.golang.org/protobuf v1.34.1 gorm.io/driver/postgres v1.5.3 @@ -126,15 +128,15 @@ require ( go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.24.0 // indirect go.opentelemetry.io/otel/metric v1.24.0 // indirect go.opentelemetry.io/proto/otlp v1.1.0 // indirect - golang.org/x/crypto v0.31.0 // indirect + golang.org/x/crypto v0.33.0 // indirect golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect - golang.org/x/mod v0.17.0 // indirect - golang.org/x/net v0.33.0 // indirect + golang.org/x/mod v0.23.0 // indirect + golang.org/x/net v0.35.0 // indirect golang.org/x/oauth2 v0.18.0 // indirect - golang.org/x/sync v0.10.0 // indirect - golang.org/x/sys v0.28.0 // indirect - golang.org/x/term v0.27.0 // indirect - golang.org/x/text v0.21.0 // indirect + golang.org/x/sync v0.11.0 // indirect + golang.org/x/sys v0.30.0 // indirect + golang.org/x/term v0.29.0 // indirect + golang.org/x/text v0.22.0 // indirect google.golang.org/api v0.155.0 // indirect google.golang.org/appengine v1.6.8 // indirect google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 // indirect diff --git a/flytestdlib/go.sum b/flytestdlib/go.sum index 456aac1d33..6c4b6ea772 100644 --- a/flytestdlib/go.sum +++ b/flytestdlib/go.sum @@ -429,8 +429,8 @@ golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPh golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= -golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U= -golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk= +golang.org/x/crypto v0.33.0 h1:IOBPskki6Lysi0lo9qQvbxiQ+FvsCC/YWOecCHAixus= +golang.org/x/crypto v0.33.0/go.mod h1:bVdXmD7IV/4GdElGPozy6U7lWdRXA4qyRVGJV57uQ5M= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= @@ -467,8 +467,8 @@ golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.1/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= -golang.org/x/mod v0.17.0 h1:zY54UmvipHiNd+pm+m0x9KhZ9hl1/7QNMyxXbc6ICqA= -golang.org/x/mod v0.17.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= +golang.org/x/mod v0.23.0 h1:Zb7khfcRGKk+kqfxFaP5tZqCnDZMjC5VtUBs87Hr6QM= +golang.org/x/mod v0.23.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY= golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= @@ -502,8 +502,8 @@ golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= -golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I= -golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4= +golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8= +golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -526,8 +526,8 @@ golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ= -golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w= +golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -570,12 +570,12 @@ golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA= -golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc= +golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= -golang.org/x/term v0.27.0 h1:WP60Sv1nlK1T6SupCHbXzSaN0b9wUmsPoRS9b61A23Q= -golang.org/x/term v0.27.0/go.mod h1:iMsnZpn0cago0GOrHO2+Y7u7JPn5AylBrcoWkElMTSM= +golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU= +golang.org/x/term v0.29.0/go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -584,8 +584,8 @@ golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ= -golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo= -golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ= +golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM= +golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= @@ -641,8 +641,8 @@ golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4f golang.org/x/tools v0.0.0-20210108195828-e2f9c7f1fc8e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.1.0/go.mod h1:xkSsbof2nBLbhDlRMhhhyNLN/zl3eTqcnHD5viDpcZ0= golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= -golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d h1:vU5i/LfpvrRCpgM/VPfJLg5KjxD3E+hfT1SH+d9zLwg= -golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d/go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk= +golang.org/x/tools v0.30.0 h1:BgcpHewrV5AUp2G9MebG4XPFI1E2W41zU1SaqVA9vJY= +golang.org/x/tools v0.30.0/go.mod h1:c347cR/OJfw5TI+GfX7RUPNMdDRRbjvYTS0jPyvsVtY= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= diff --git a/flytestdlib/random/mocks/comparable.go b/flytestdlib/random/mocks/comparable.go index 68d328609d..5f23ebdf37 100644 --- a/flytestdlib/random/mocks/comparable.go +++ b/flytestdlib/random/mocks/comparable.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytestdlib/random/mocks/weighted_random_list.go b/flytestdlib/random/mocks/weighted_random_list.go index 26c2135178..3dfea8cc4b 100644 --- a/flytestdlib/random/mocks/weighted_random_list.go +++ b/flytestdlib/random/mocks/weighted_random_list.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -23,7 +23,7 @@ func (_m *WeightedRandomList) EXPECT() *WeightedRandomList_Expecter { return &WeightedRandomList_Expecter{mock: &_m.Mock} } -// Get provides a mock function with given fields: +// Get provides a mock function with no fields func (_m *WeightedRandomList) Get() random.Comparable { ret := _m.Called() @@ -128,7 +128,7 @@ func (_c *WeightedRandomList_GetWithSeed_Call) RunAndReturn(run func(rand.Source return _c } -// Len provides a mock function with given fields: +// Len provides a mock function with no fields func (_m *WeightedRandomList) Len() int { ret := _m.Called() @@ -173,7 +173,7 @@ func (_c *WeightedRandomList_Len_Call) RunAndReturn(run func() int) *WeightedRan return _c } -// List provides a mock function with given fields: +// List provides a mock function with no fields func (_m *WeightedRandomList) List() []random.Comparable { ret := _m.Called() diff --git a/flytestdlib/storage/mocks/composed_protobuf_store.go b/flytestdlib/storage/mocks/composed_protobuf_store.go index e86735fcaf..b4d90ec3c0 100644 --- a/flytestdlib/storage/mocks/composed_protobuf_store.go +++ b/flytestdlib/storage/mocks/composed_protobuf_store.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytestdlib/storage/mocks/raw_store.go b/flytestdlib/storage/mocks/raw_store.go index c0f1c8a77a..7ead4d068a 100644 --- a/flytestdlib/storage/mocks/raw_store.go +++ b/flytestdlib/storage/mocks/raw_store.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytestdlib/storage/mocks/reference_constructor.go b/flytestdlib/storage/mocks/reference_constructor.go index a9c039b7fd..b00c71a4ab 100644 --- a/flytestdlib/storage/mocks/reference_constructor.go +++ b/flytestdlib/storage/mocks/reference_constructor.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytestdlib/utils/mocks/auto_refresh_cache.go b/flytestdlib/utils/mocks/auto_refresh_cache.go index 3b1d2ed926..de98a8752c 100644 --- a/flytestdlib/utils/mocks/auto_refresh_cache.go +++ b/flytestdlib/utils/mocks/auto_refresh_cache.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -157,7 +157,7 @@ func (_c *AutoRefreshCache_Start_Call) Return() *AutoRefreshCache_Start_Call { } func (_c *AutoRefreshCache_Start_Call) RunAndReturn(run func(context.Context)) *AutoRefreshCache_Start_Call { - _c.Call.Return(run) + _c.Run(run) return _c } diff --git a/flytestdlib/utils/mocks/cache_item.go b/flytestdlib/utils/mocks/cache_item.go index 2e2b65c50d..8ce2204996 100644 --- a/flytestdlib/utils/mocks/cache_item.go +++ b/flytestdlib/utils/mocks/cache_item.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -17,7 +17,7 @@ func (_m *CacheItem) EXPECT() *CacheItem_Expecter { return &CacheItem_Expecter{mock: &_m.Mock} } -// ID provides a mock function with given fields: +// ID provides a mock function with no fields func (_m *CacheItem) ID() string { ret := _m.Called() diff --git a/flytestdlib/utils/mocks/cache_sync_item.go b/flytestdlib/utils/mocks/cache_sync_item.go index 14b147154a..8fd2e702fe 100644 --- a/flytestdlib/utils/mocks/cache_sync_item.go +++ b/flytestdlib/utils/mocks/cache_sync_item.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytestdlib/utils/mocks/rate_limiter.go b/flytestdlib/utils/mocks/rate_limiter.go index ea8e0b1144..c96c70ad48 100644 --- a/flytestdlib/utils/mocks/rate_limiter.go +++ b/flytestdlib/utils/mocks/rate_limiter.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks diff --git a/flytestdlib/utils/mocks/sequencer.go b/flytestdlib/utils/mocks/sequencer.go index 76eaa791f4..5d04da59d9 100644 --- a/flytestdlib/utils/mocks/sequencer.go +++ b/flytestdlib/utils/mocks/sequencer.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.40.3. DO NOT EDIT. +// Code generated by mockery v2.53.0. DO NOT EDIT. package mocks @@ -17,7 +17,7 @@ func (_m *Sequencer) EXPECT() *Sequencer_Expecter { return &Sequencer_Expecter{mock: &_m.Mock} } -// GetCur provides a mock function with given fields: +// GetCur provides a mock function with no fields func (_m *Sequencer) GetCur() uint64 { ret := _m.Called() @@ -62,7 +62,7 @@ func (_c *Sequencer_GetCur_Call) RunAndReturn(run func() uint64) *Sequencer_GetC return _c } -// GetNext provides a mock function with given fields: +// GetNext provides a mock function with no fields func (_m *Sequencer) GetNext() uint64 { ret := _m.Called() diff --git a/go.mod b/go.mod index 9d35e05531..fbeba1befb 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,8 @@ module github.com/flyteorg/flyte -go 1.22 +go 1.22.0 + +toolchain go1.24.0 require ( github.com/flyteorg/flyte/datacatalog v0.0.0-00010101000000-000000000000 @@ -11,7 +13,7 @@ require ( github.com/prometheus/client_golang v1.19.1 github.com/spf13/cobra v1.7.0 github.com/spf13/pflag v1.0.5 - golang.org/x/sync v0.10.0 + golang.org/x/sync v0.11.0 gorm.io/driver/postgres v1.5.3 sigs.k8s.io/controller-runtime v0.16.3 ) @@ -196,15 +198,15 @@ require ( go.opentelemetry.io/proto/otlp v1.1.0 // indirect go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.27.0 // indirect - golang.org/x/crypto v0.31.0 // indirect + golang.org/x/crypto v0.33.0 // indirect golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect - golang.org/x/net v0.33.0 // indirect + golang.org/x/net v0.35.0 // indirect golang.org/x/oauth2 v0.18.0 // indirect - golang.org/x/sys v0.28.0 // indirect - golang.org/x/term v0.27.0 // indirect - golang.org/x/text v0.21.0 // indirect + golang.org/x/sys v0.30.0 // indirect + golang.org/x/term v0.29.0 // indirect + golang.org/x/text v0.22.0 // indirect golang.org/x/time v0.5.0 // indirect - golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect + golang.org/x/tools v0.30.0 // indirect gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect google.golang.org/api v0.155.0 // indirect google.golang.org/appengine v1.6.8 // indirect diff --git a/go.sum b/go.sum index 67ecc65cb8..e1690c9765 100644 --- a/go.sum +++ b/go.sum @@ -1472,6 +1472,7 @@ golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDf golang.org/x/crypto v0.21.0/go.mod h1:0BP7YvVV9gBbVKyeTG0Gyn+gZm94bibOW5BjDEYAOMs= golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U= golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk= +golang.org/x/crypto v0.33.0/go.mod h1:bVdXmD7IV/4GdElGPozy6U7lWdRXA4qyRVGJV57uQ5M= golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= @@ -1579,6 +1580,7 @@ golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44= golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I= golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4= +golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20181003184128-c57b0facaced/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -1607,6 +1609,7 @@ golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ= golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20180816055513-1c9583448a9c/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180831094639-fa5fdf94c789/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= @@ -1698,6 +1701,7 @@ golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/sys v0.18.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA= golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= @@ -1707,6 +1711,7 @@ golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk= golang.org/x/term v0.18.0/go.mod h1:ILwASektA3OnRv7amZ1xhE/KTR+u50pbXfZ03+6Nx58= golang.org/x/term v0.27.0 h1:WP60Sv1nlK1T6SupCHbXzSaN0b9wUmsPoRS9b61A23Q= golang.org/x/term v0.27.0/go.mod h1:iMsnZpn0cago0GOrHO2+Y7u7JPn5AylBrcoWkElMTSM= +golang.org/x/term v0.29.0/go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -1720,6 +1725,7 @@ golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo= golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ= +golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= @@ -1829,6 +1835,7 @@ golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d h1:vU5i/LfpvrRCpgM/VPfJLg5KjxD3E+hfT1SH+d9zLwg= golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d/go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk= +golang.org/x/tools v0.30.0/go.mod h1:c347cR/OJfw5TI+GfX7RUPNMdDRRbjvYTS0jPyvsVtY= golang.org/x/xerrors v0.0.0-20190410155217-1f06c39b4373/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20190513163551-3ee3066db522/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=