From 894068ed06492445b4a7cdf12b4357218c1a6889 Mon Sep 17 00:00:00 2001 From: Rached Ben Ayed Date: Thu, 10 Aug 2023 14:33:25 +0200 Subject: [PATCH] [auth] fix: module name --- gcloud/helpers/auth/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcloud/helpers/auth/go.mod b/gcloud/helpers/auth/go.mod index 6c7bb21..3eeb688 100644 --- a/gcloud/helpers/auth/go.mod +++ b/gcloud/helpers/auth/go.mod @@ -1,4 +1,4 @@ -module github/mwm.io/gapi-addons/gcloud/helpers/auth +module github/mwm-io/gapi-addons/gcloud/helpers/auth go 1.20