From 42cd5b1170d02ed638ab1b9ebb24fd0b665d8e27 Mon Sep 17 00:00:00 2001 From: Austin Hill Date: Tue, 18 May 2021 11:10:19 -0700 Subject: [PATCH] fix: tweaking module path --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4da30d1cf4..2bfb209d25 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/aghman/distribution/v3 +module github.com/aghman/distribution/v0 go 1.15