From 58e44b9f2ad56ef63cf7154bd5a77043302130ec Mon Sep 17 00:00:00 2001 From: "Sl@ny" Date: Sun, 2 Dec 2018 22:51:02 +0100 Subject: [PATCH] Update go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3f4e1c227..d2dd604ab 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/spf13/viper +module github.com/sriio/viper require ( github.com/fsnotify/fsnotify v1.4.7