From 3a3fad7b694213a4687f04583dd0aed036f868d1 Mon Sep 17 00:00:00 2001 From: Andrey Odintsov Date: Mon, 26 Nov 2018 12:25:03 +0300 Subject: [PATCH] Update go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3f4e1c2..44480fe 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/spf13/viper +module github.com/pupizoid/viper require ( github.com/fsnotify/fsnotify v1.4.7