From f022a1368820c1d861c4d54f64ae62a505887853 Mon Sep 17 00:00:00 2001 From: louis Date: Fri, 4 Nov 2022 21:12:49 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20module=20name=20in=20go.mo?= =?UTF-8?q?d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 68b6e75..a368409 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/systemli/mastodon-exporter +module github.com/systemli/prometheus-mastodon-exporter go 1.19