From 933b611336c40794f52ae854b40317ac8ae6b448 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 27 Oct 2021 15:15:13 +0700 Subject: [PATCH] Change go.mod module name --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b252bd9..5a48775 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/minoplhy/DuckDuckGo-image-api +module github.com/minoplhy/duckduckgo-image-api go 1.17