From b698769d91582067763908af477d008783eadd30 Mon Sep 17 00:00:00 2001 From: mao3267 Date: Fri, 15 Nov 2024 10:37:30 +0800 Subject: [PATCH] fix: missing go mod entry Signed-off-by: mao3267 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 66a31e19b4..60cf669aae 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.22 require ( github.com/flyteorg/flyte/datacatalog v0.0.0-00010101000000-000000000000 github.com/flyteorg/flyte/flyteadmin v1.13.3 - github.com/flyteorg/flyte/flytepropeller v0.0.0-00010101000000-000000000000 + github.com/flyteorg/flyte/flytepropeller v1.13.3 github.com/flyteorg/flyte/flytestdlib v0.0.0-00010101000000-000000000000 github.com/golang/glog v1.2.0 github.com/prometheus/client_golang v1.19.1