From c4302e0250c2cc0184b36eb87fffeea15421e248 Mon Sep 17 00:00:00 2001 From: Mihail Stoykov Date: Mon, 10 Jun 2024 12:32:45 +0300 Subject: [PATCH] Change to using sobek instead of goja We are moving to a fork of goja under grafana org called sobek. More info in: - https://github.com/grafana/k6/issues/3772 - https://github.com/grafana/k6/issues/3773 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 25cd33e..1144ab8 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/szkiba/xk6-dotenv -go 1.19 +go 1.20 require ( github.com/joho/godotenv v1.5.1