MM-10769 Rename references to spf13/viper to mattermost/viper (#8948)

This commit is contained in:
Harrison Healey
2018-06-14 11:15:02 -04:00
committed by Christopher Speller
parent 337b121bfb
commit d0cda0500e
10 changed files with 3 additions and 3 deletions

2
Gopkg.lock generated
View File

@@ -468,7 +468,7 @@
[[projects]]
branch = "env-settings"
name = "github.com/spf13/viper"
name = "github.com/mattermost/viper"
packages = ["."]
revision = "4f5003aa93559718c866d86fbc795439079484f5"
source = "https://github.com/mattermost/viper"

View File

@@ -46,7 +46,7 @@
# Fork for adding our own method to viper EnvSettings
[[constraint]]
name = "github.com/spf13/viper"
name = "github.com/mattermost/viper"
source = "https://github.com/mattermost/viper"
branch = "env-settings"

View File

@@ -16,8 +16,8 @@ import (
"strings"
"github.com/fsnotify/fsnotify"
"github.com/mattermost/viper"
"github.com/pkg/errors"
"github.com/spf13/viper"
"net/http"