From 9ba0d1bf43120bf10daaaaa9eafa299912745b3c Mon Sep 17 00:00:00 2001 From: pallabi-spectralogic <45772783+pallabi-spectralogic@users.noreply.github.com> Date: Fri, 10 Jan 2020 16:57:57 -0700 Subject: [PATCH] Mod name change (#4) * change mod and import path name * change mod and import path name * after syncing viper * change spf viper reference --- viper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viper.go b/viper.go index 2187e74..89ccaa2 100644 --- a/viper.go +++ b/viper.go @@ -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 {