From 759cc1a242b33c7a6fce864b3f1c560496fc72e6 Mon Sep 17 00:00:00 2001 From: John Deng Date: Wed, 5 Dec 2018 15:56:46 +0800 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..d18c8ade3 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/spf13/viper +module hidevops.io/viper require ( github.com/fsnotify/fsnotify v1.4.7