Mod name change (#4)

* change mod and import path name

* change mod and import path name

* after syncing viper

* change spf viper reference
This commit is contained in:
pallabi-spectralogic 2020-01-10 16:57:57 -07:00 committed by GitHub
parent 7d33dd75e3
commit 9ba0d1bf43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1603,7 +1603,7 @@ func (v *Viper) insensitiviseMaps() {
// Retrieve the first found remote configuration.
func (v *Viper) getKeyValueConfig() error {
if RemoteConfig == nil {
return RemoteConfigError("Enable the remote features by doing a blank import of the viper/remote package: '_ github.com/spf13/viper/remote'")
return RemoteConfigError("Enable the remote features by doing a blank import of the viper/remote package: '_ github.com/SpectraLogic/viper/remote'")
}
for _, rp := range v.remoteProviders {