From f46e490c304d7cdc366542b2db98782be33271bf Mon Sep 17 00:00:00 2001 From: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> Date: Wed, 26 Mar 2025 11:44:24 +0000 Subject: [chore] bumps our spf13/viper version (#3943) * bumps our spf13/viper version * fixes the one breaking change --- vendor/github.com/spf13/viper/internal/encoding/error.go | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 vendor/github.com/spf13/viper/internal/encoding/error.go (limited to 'vendor/github.com/spf13/viper/internal/encoding/error.go') diff --git a/vendor/github.com/spf13/viper/internal/encoding/error.go b/vendor/github.com/spf13/viper/internal/encoding/error.go deleted file mode 100644 index e4cde02d7..000000000 --- a/vendor/github.com/spf13/viper/internal/encoding/error.go +++ /dev/null @@ -1,7 +0,0 @@ -package encoding - -type encodingError string - -func (e encodingError) Error() string { - return string(e) -} -- cgit v1.2.3