From 8d7a93e47de46a5ed0f15edad1fcf2823beba32b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Miri=C4=87?= Date: Mon, 10 May 2021 16:22:21 +0200 Subject: [PATCH] Rename k6 Go module to go.k6.io --- builder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder.go b/builder.go index cea1abb..4db5760 100644 --- a/builder.go +++ b/builder.go @@ -257,5 +257,5 @@ const ( // used for temporary folder paths. yearMonthDayHourMin = "2006-01-02-1504" - defaultK6ModulePath = "github.com/loadimpact/k6" + defaultK6ModulePath = "go.k6.io/k6" )