From b6f8cd85a45a9c89aa883a31d1c26dd98b849568 Mon Sep 17 00:00:00 2001 From: gbunt Date: Fri, 30 Aug 2019 17:45:09 +0000 Subject: [PATCH] Update module path in go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2794300..7fc5b2d 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/spf13/viper +module github.com/gbunt/viper require ( github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect