From ec1e56f6c88d504d716eb0a4af90a8ac505aa7ef Mon Sep 17 00:00:00 2001 From: John Stevens Date: Mon, 13 Mar 2023 11:04:14 -0600 Subject: [PATCH] Update module path from spf13 to ShaleApps --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d01ea3f..dfa67a5 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/spf13/viper +module github.com/ShaleApps/viper go 1.17