From b1af8fd87760b34e3ff2fd3bda38f211815a0473 Mon Sep 17 00:00:00 2001 From: Terin Stock Date: Sun, 9 Mar 2025 17:47:56 +0100 Subject: [chore] remove vendor --- vendor/github.com/spf13/viper/internal/features/bind_struct.go | 5 ----- .../github.com/spf13/viper/internal/features/bind_struct_default.go | 5 ----- vendor/github.com/spf13/viper/internal/features/finder.go | 5 ----- vendor/github.com/spf13/viper/internal/features/finder_default.go | 5 ----- 4 files changed, 20 deletions(-) delete mode 100644 vendor/github.com/spf13/viper/internal/features/bind_struct.go delete mode 100644 vendor/github.com/spf13/viper/internal/features/bind_struct_default.go delete mode 100644 vendor/github.com/spf13/viper/internal/features/finder.go delete mode 100644 vendor/github.com/spf13/viper/internal/features/finder_default.go (limited to 'vendor/github.com/spf13/viper/internal/features') diff --git a/vendor/github.com/spf13/viper/internal/features/bind_struct.go b/vendor/github.com/spf13/viper/internal/features/bind_struct.go deleted file mode 100644 index 89302c216..000000000 --- a/vendor/github.com/spf13/viper/internal/features/bind_struct.go +++ /dev/null @@ -1,5 +0,0 @@ -//go:build viper_bind_struct - -package features - -const BindStruct = true diff --git a/vendor/github.com/spf13/viper/internal/features/bind_struct_default.go b/vendor/github.com/spf13/viper/internal/features/bind_struct_default.go deleted file mode 100644 index edfaf73b6..000000000 --- a/vendor/github.com/spf13/viper/internal/features/bind_struct_default.go +++ /dev/null @@ -1,5 +0,0 @@ -//go:build !viper_bind_struct - -package features - -const BindStruct = false diff --git a/vendor/github.com/spf13/viper/internal/features/finder.go b/vendor/github.com/spf13/viper/internal/features/finder.go deleted file mode 100644 index 983ea3a9d..000000000 --- a/vendor/github.com/spf13/viper/internal/features/finder.go +++ /dev/null @@ -1,5 +0,0 @@ -//go:build viper_finder - -package features - -const Finder = true diff --git a/vendor/github.com/spf13/viper/internal/features/finder_default.go b/vendor/github.com/spf13/viper/internal/features/finder_default.go deleted file mode 100644 index 89bcb06ee..000000000 --- a/vendor/github.com/spf13/viper/internal/features/finder_default.go +++ /dev/null @@ -1,5 +0,0 @@ -//go:build !viper_finder - -package features - -const Finder = false -- cgit v1.3