From 6fe534a3f7ff088bdfc6e1508b42a27c1310a4af Mon Sep 17 00:00:00 2001 From: AnieeG Date: Thu, 5 Sep 2024 16:35:33 -0700 Subject: [PATCH] fix module name --- lib/docker/test_env/job-distributor/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/docker/test_env/job-distributor/go.mod b/lib/docker/test_env/job-distributor/go.mod index 7aa3c7204..53d37e098 100644 --- a/lib/docker/test_env/job-distributor/go.mod +++ b/lib/docker/test_env/job-distributor/go.mod @@ -1,4 +1,4 @@ -module job-github.com/smartcontractkit/chainlink-testing-framework/job-distributor +module github.com/smartcontractkit/chainlink-testing-framework/job-distributor go 1.22.5