MM-10769 Rename references to spf13/viper to mattermost/viper (#8948)
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
337b121bfb
Коммит
d0cda0500e
2
Gopkg.lock
сгенерированный
2
Gopkg.lock
сгенерированный
@@ -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/.gitignore → vendor/github.com/mattermost/viper/.gitignore
сгенерированный
поставляемый
0
vendor/github.com/spf13/viper/.gitignore → vendor/github.com/mattermost/viper/.gitignore
сгенерированный
поставляемый
0
vendor/github.com/spf13/viper/.travis.yml → vendor/github.com/mattermost/viper/.travis.yml
сгенерированный
поставляемый
0
vendor/github.com/spf13/viper/.travis.yml → vendor/github.com/mattermost/viper/.travis.yml
сгенерированный
поставляемый
0
vendor/github.com/spf13/viper/LICENSE → vendor/github.com/mattermost/viper/LICENSE
сгенерированный
поставляемый
0
vendor/github.com/spf13/viper/LICENSE → vendor/github.com/mattermost/viper/LICENSE
сгенерированный
поставляемый
0
vendor/github.com/spf13/viper/README.md → vendor/github.com/mattermost/viper/README.md
сгенерированный
поставляемый
0
vendor/github.com/spf13/viper/README.md → vendor/github.com/mattermost/viper/README.md
сгенерированный
поставляемый
0
vendor/github.com/spf13/viper/flags.go → vendor/github.com/mattermost/viper/flags.go
сгенерированный
поставляемый
0
vendor/github.com/spf13/viper/flags.go → vendor/github.com/mattermost/viper/flags.go
сгенерированный
поставляемый
0
vendor/github.com/spf13/viper/util.go → vendor/github.com/mattermost/viper/util.go
сгенерированный
поставляемый
0
vendor/github.com/spf13/viper/util.go → vendor/github.com/mattermost/viper/util.go
сгенерированный
поставляемый
0
vendor/github.com/spf13/viper/viper.go → vendor/github.com/mattermost/viper/viper.go
сгенерированный
поставляемый
0
vendor/github.com/spf13/viper/viper.go → vendor/github.com/mattermost/viper/viper.go
сгенерированный
поставляемый
Ссылка в новой задаче
Block a user