mirror of
https://github.com/NotAShelf/catApi.git
synced 2025-10-05 16:32:18 +00:00
bump dependencies
This commit is contained in:
parent
bae551520a
commit
b7319e6bfc
466 changed files with 17912 additions and 12742 deletions
4
vendor/github.com/spf13/viper/internal/encoding/dotenv/map_utils.go
generated
vendored
4
vendor/github.com/spf13/viper/internal/encoding/dotenv/map_utils.go
generated
vendored
|
@ -8,8 +8,8 @@ import (
|
|||
|
||||
// flattenAndMergeMap recursively flattens the given map into a new map
|
||||
// Code is based on the function with the same name in the main package.
|
||||
// TODO: move it to a common place
|
||||
func flattenAndMergeMap(shadow map[string]any, m map[string]any, prefix string, delimiter string) map[string]any {
|
||||
// TODO: move it to a common place.
|
||||
func flattenAndMergeMap(shadow, m map[string]any, prefix, delimiter string) map[string]any {
|
||||
if shadow != nil && prefix != "" && shadow[prefix] != nil {
|
||||
// prefix is shadowed => nothing more to flatten
|
||||
return shadow
|
||||
|
|
4
vendor/github.com/spf13/viper/internal/encoding/ini/map_utils.go
generated
vendored
4
vendor/github.com/spf13/viper/internal/encoding/ini/map_utils.go
generated
vendored
|
@ -41,8 +41,8 @@ func deepSearch(m map[string]any, path []string) map[string]any {
|
|||
|
||||
// flattenAndMergeMap recursively flattens the given map into a new map
|
||||
// Code is based on the function with the same name in the main package.
|
||||
// TODO: move it to a common place
|
||||
func flattenAndMergeMap(shadow map[string]any, m map[string]any, prefix string, delimiter string) map[string]any {
|
||||
// TODO: move it to a common place.
|
||||
func flattenAndMergeMap(shadow, m map[string]any, prefix, delimiter string) map[string]any {
|
||||
if shadow != nil && prefix != "" && shadow[prefix] != nil {
|
||||
// prefix is shadowed => nothing more to flatten
|
||||
return shadow
|
||||
|
|
4
vendor/github.com/spf13/viper/internal/encoding/javaproperties/map_utils.go
generated
vendored
4
vendor/github.com/spf13/viper/internal/encoding/javaproperties/map_utils.go
generated
vendored
|
@ -41,8 +41,8 @@ func deepSearch(m map[string]any, path []string) map[string]any {
|
|||
|
||||
// flattenAndMergeMap recursively flattens the given map into a new map
|
||||
// Code is based on the function with the same name in the main package.
|
||||
// TODO: move it to a common place
|
||||
func flattenAndMergeMap(shadow map[string]any, m map[string]any, prefix string, delimiter string) map[string]any {
|
||||
// TODO: move it to a common place.
|
||||
func flattenAndMergeMap(shadow, m map[string]any, prefix, delimiter string) map[string]any {
|
||||
if shadow != nil && prefix != "" && shadow[prefix] != nil {
|
||||
// prefix is shadowed => nothing more to flatten
|
||||
return shadow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue