From 120fee426639a030b3f9e21f1e44f172ed40e024 Mon Sep 17 00:00:00 2001 From: Alexandre Oliveira Date: Tue, 24 Nov 2020 00:37:24 +0100 Subject: [PATCH] Update module path --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d469912..4e4515b 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module example.org/libdns/vultr +module github.com/libdns/vultr go 1.15