From e9d1979707191993f1c879ae93f8dd810697fd6e Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Sun, 10 May 2020 20:29:21 -0400 Subject: [PATCH] Use correct module path --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f4d412f..83bad28 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/mpl/gphotos-cdp +module github.com/perkeep/gphotos-cdp go 1.12