From 54fe457930ca6c5b74b90bc973a70b80da47a74c Mon Sep 17 00:00:00 2001 From: Pallabi Date: Fri, 10 Jan 2020 15:51:15 -0700 Subject: [PATCH] change mod and import path name --- .travis.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bb83057..5057bb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -go_import_path: github.com/spf13/viper +go_import_path: github.com/SpectraLogic/viper language: go diff --git a/go.mod b/go.mod index 86e801c..0a24b99 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/spf13/viper +module github.com/SpectraLogic/viper require ( github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect