mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
MM-10769 Rename references to spf13/viper to mattermost/viper (#8948)
This commit is contained in:
committed by
Christopher Speller
parent
337b121bfb
commit
d0cda0500e
2
Gopkg.lock
generated
2
Gopkg.lock
generated
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -16,8 +16,8 @@ import (
|
||||
"strings"
|
||||
|
||||
"github.com/fsnotify/fsnotify"
|
||||
"github.com/mattermost/viper"
|
||||
"github.com/pkg/errors"
|
||||
"github.com/spf13/viper"
|
||||
|
||||
"net/http"
|
||||
|
||||
|
||||
0
vendor/github.com/spf13/viper/LICENSE → vendor/github.com/mattermost/viper/LICENSE
generated
vendored
0
vendor/github.com/spf13/viper/LICENSE → vendor/github.com/mattermost/viper/LICENSE
generated
vendored
0
vendor/github.com/spf13/viper/flags.go → vendor/github.com/mattermost/viper/flags.go
generated
vendored
0
vendor/github.com/spf13/viper/flags.go → vendor/github.com/mattermost/viper/flags.go
generated
vendored
0
vendor/github.com/spf13/viper/util.go → vendor/github.com/mattermost/viper/util.go
generated
vendored
0
vendor/github.com/spf13/viper/util.go → vendor/github.com/mattermost/viper/util.go
generated
vendored
Reference in New Issue
Block a user