Skip to content

Commit

Permalink
Bump github.com/spf13/viper from 1.17.0 to 1.18.1
Browse files Browse the repository at this point in the history
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.17.0 to 1.18.1.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](spf13/viper@v1.17.0...v1.18.1)

---
updated-dependencies:
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent 224ea4d commit 8f6da15
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 98 deletions.
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ require (
github.com/rs/cors v1.10.1
github.com/rs/xid v1.5.0
github.com/spf13/cobra v1.5.0
github.com/spf13/viper v1.17.0
github.com/spf13/viper v1.18.1
github.com/stretchr/testify v1.8.4
github.com/undefinedlabs/go-mpatch v1.0.6
go.mongodb.org/mongo-driver v1.11.7
go.uber.org/zap v1.23.0
golang.org/x/crypto v0.16.0
golang.org/x/net v0.17.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20230920204549-e6e6cdab5c13
google.golang.org/grpc v1.58.3
golang.org/x/net v0.19.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f
google.golang.org/grpc v1.59.0
google.golang.org/protobuf v1.31.0
gopkg.in/yaml.v2 v2.4.0
)
Expand All @@ -32,7 +32,7 @@ require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
Expand All @@ -53,11 +53,11 @@ require (
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/rivo/uniseg v0.4.2 // indirect
github.com/sagikazarmark/locafero v0.3.0 // indirect
github.com/sagikazarmark/locafero v0.4.0 // indirect
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/spf13/afero v1.10.0 // indirect
github.com/spf13/cast v1.5.1 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.6.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
Expand All @@ -67,7 +67,7 @@ require (
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
Expand Down
Loading

1 comment on commit 8f6da15

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Go Benchmark

Benchmark suite Current: 8f6da15 Previous: 488977a Ratio
BenchmarkDocument/constructor_test - ns/op 1423 ns/op 1352 ns/op 1.05
BenchmarkDocument/constructor_test - B/op 1208 B/op 1208 B/op 1
BenchmarkDocument/constructor_test - allocs/op 20 allocs/op 20 allocs/op 1
BenchmarkDocument/status_test - ns/op 793.1 ns/op 773.2 ns/op 1.03
BenchmarkDocument/status_test - B/op 1176 B/op 1176 B/op 1
BenchmarkDocument/status_test - allocs/op 18 allocs/op 18 allocs/op 1
BenchmarkDocument/equals_test - ns/op 7158 ns/op 7027 ns/op 1.02
BenchmarkDocument/equals_test - B/op 6913 B/op 6913 B/op 1
BenchmarkDocument/equals_test - allocs/op 120 allocs/op 120 allocs/op 1
BenchmarkDocument/nested_update_test - ns/op 16129 ns/op 15979 ns/op 1.01
BenchmarkDocument/nested_update_test - B/op 11962 B/op 11962 B/op 1
BenchmarkDocument/nested_update_test - allocs/op 254 allocs/op 254 allocs/op 1
BenchmarkDocument/delete_test - ns/op 21838 ns/op 22075 ns/op 0.99
BenchmarkDocument/delete_test - B/op 15188 B/op 15187 B/op 1.00
BenchmarkDocument/delete_test - allocs/op 333 allocs/op 333 allocs/op 1
BenchmarkDocument/object_test - ns/op 8350 ns/op 9785 ns/op 0.85
BenchmarkDocument/object_test - B/op 6721 B/op 6721 B/op 1
BenchmarkDocument/object_test - allocs/op 116 allocs/op 116 allocs/op 1
BenchmarkDocument/array_test - ns/op 28457 ns/op 28619 ns/op 0.99
BenchmarkDocument/array_test - B/op 11819 B/op 11819 B/op 1
BenchmarkDocument/array_test - allocs/op 270 allocs/op 270 allocs/op 1
BenchmarkDocument/text_test - ns/op 34432 ns/op 30474 ns/op 1.13
BenchmarkDocument/text_test - B/op 14796 B/op 14795 B/op 1.00
BenchmarkDocument/text_test - allocs/op 468 allocs/op 468 allocs/op 1
BenchmarkDocument/text_composition_test - ns/op 28822 ns/op 28394 ns/op 1.02
BenchmarkDocument/text_composition_test - B/op 18278 B/op 18278 B/op 1
BenchmarkDocument/text_composition_test - allocs/op 477 allocs/op 477 allocs/op 1
BenchmarkDocument/rich_text_test - ns/op 79842 ns/op 80479 ns/op 0.99
BenchmarkDocument/rich_text_test - B/op 38541 B/op 38540 B/op 1.00
BenchmarkDocument/rich_text_test - allocs/op 1147 allocs/op 1147 allocs/op 1
BenchmarkDocument/counter_test - ns/op 16705 ns/op 16541 ns/op 1.01
BenchmarkDocument/counter_test - B/op 10210 B/op 10210 B/op 1
BenchmarkDocument/counter_test - allocs/op 236 allocs/op 236 allocs/op 1
BenchmarkDocument/text_edit_gc_100 - ns/op 2887110 ns/op 2878635 ns/op 1.00
BenchmarkDocument/text_edit_gc_100 - B/op 1655419 B/op 1655247 B/op 1.00
BenchmarkDocument/text_edit_gc_100 - allocs/op 17094 allocs/op 17092 allocs/op 1.00
BenchmarkDocument/text_edit_gc_1000 - ns/op 229529580 ns/op 229639284 ns/op 1.00
BenchmarkDocument/text_edit_gc_1000 - B/op 144342235 B/op 144346980 B/op 1.00
BenchmarkDocument/text_edit_gc_1000 - allocs/op 200904 allocs/op 200903 allocs/op 1.00
BenchmarkDocument/text_split_gc_100 - ns/op 3378405 ns/op 3333903 ns/op 1.01
BenchmarkDocument/text_split_gc_100 - B/op 2313627 B/op 2313400 B/op 1.00
BenchmarkDocument/text_split_gc_100 - allocs/op 16196 allocs/op 16193 allocs/op 1.00
BenchmarkDocument/text_split_gc_1000 - ns/op 284966590 ns/op 283806540 ns/op 1.00
BenchmarkDocument/text_split_gc_1000 - B/op 228913520 B/op 228881088 B/op 1.00
BenchmarkDocument/text_split_gc_1000 - allocs/op 204061 allocs/op 203911 allocs/op 1.00
BenchmarkDocument/text_delete_all_10000 - ns/op 11279955 ns/op 10755180 ns/op 1.05
BenchmarkDocument/text_delete_all_10000 - B/op 5811946 B/op 5810568 B/op 1.00
BenchmarkDocument/text_delete_all_10000 - allocs/op 40672 allocs/op 40675 allocs/op 1.00
BenchmarkDocument/text_delete_all_100000 - ns/op 183686935 ns/op 182496231 ns/op 1.01
BenchmarkDocument/text_delete_all_100000 - B/op 81885301 B/op 81894934 B/op 1.00
BenchmarkDocument/text_delete_all_100000 - allocs/op 411552 allocs/op 411592 allocs/op 1.00
BenchmarkDocument/text_100 - ns/op 216359 ns/op 234482 ns/op 0.92
BenchmarkDocument/text_100 - B/op 118483 B/op 118483 B/op 1
BenchmarkDocument/text_100 - allocs/op 5080 allocs/op 5080 allocs/op 1
BenchmarkDocument/text_1000 - ns/op 2369183 ns/op 2465538 ns/op 0.96
BenchmarkDocument/text_1000 - B/op 1153070 B/op 1153070 B/op 1
BenchmarkDocument/text_1000 - allocs/op 50084 allocs/op 50084 allocs/op 1
BenchmarkDocument/array_1000 - ns/op 1183346 ns/op 1217261 ns/op 0.97
BenchmarkDocument/array_1000 - B/op 1091227 B/op 1091217 B/op 1.00
BenchmarkDocument/array_1000 - allocs/op 11825 allocs/op 11825 allocs/op 1
BenchmarkDocument/array_10000 - ns/op 13055678 ns/op 13011707 ns/op 1.00
BenchmarkDocument/array_10000 - B/op 9800157 B/op 9799876 B/op 1.00
BenchmarkDocument/array_10000 - allocs/op 120291 allocs/op 120290 allocs/op 1.00
BenchmarkDocument/array_gc_100 - ns/op 141479 ns/op 152090 ns/op 0.93
BenchmarkDocument/array_gc_100 - B/op 132504 B/op 132486 B/op 1.00
BenchmarkDocument/array_gc_100 - allocs/op 1249 allocs/op 1248 allocs/op 1.00
BenchmarkDocument/array_gc_1000 - ns/op 1347469 ns/op 1401207 ns/op 0.96
BenchmarkDocument/array_gc_1000 - B/op 1158910 B/op 1159000 B/op 1.00
BenchmarkDocument/array_gc_1000 - allocs/op 12864 allocs/op 12865 allocs/op 1.00
BenchmarkDocument/counter_1000 - ns/op 198368 ns/op 210998 ns/op 0.94
BenchmarkDocument/counter_1000 - B/op 192853 B/op 192853 B/op 1
BenchmarkDocument/counter_1000 - allocs/op 5765 allocs/op 5765 allocs/op 1
BenchmarkDocument/counter_10000 - ns/op 2144320 ns/op 2224279 ns/op 0.96
BenchmarkDocument/counter_10000 - B/op 2087766 B/op 2087767 B/op 1.00
BenchmarkDocument/counter_10000 - allocs/op 59772 allocs/op 59772 allocs/op 1
BenchmarkDocument/object_1000 - ns/op 1318023 ns/op 1415328 ns/op 0.93
BenchmarkDocument/object_1000 - B/op 1427932 B/op 1427767 B/op 1.00
BenchmarkDocument/object_1000 - allocs/op 9845 allocs/op 9844 allocs/op 1.00
BenchmarkDocument/object_10000 - ns/op 14972767 ns/op 13580987 ns/op 1.10
BenchmarkDocument/object_10000 - B/op 12166537 B/op 12167421 B/op 1.00
BenchmarkDocument/object_10000 - allocs/op 100559 allocs/op 100563 allocs/op 1.00
BenchmarkDocument/tree_100 - ns/op 1057750 ns/op 1071654 ns/op 0.99
BenchmarkDocument/tree_100 - B/op 943677 B/op 943675 B/op 1.00
BenchmarkDocument/tree_100 - allocs/op 6099 allocs/op 6099 allocs/op 1
BenchmarkDocument/tree_1000 - ns/op 75944509 ns/op 80016072 ns/op 0.95
BenchmarkDocument/tree_1000 - B/op 86460491 B/op 86459834 B/op 1.00
BenchmarkDocument/tree_1000 - allocs/op 60113 allocs/op 60112 allocs/op 1.00
BenchmarkDocument/tree_10000 - ns/op 9524239219 ns/op 9560734807 ns/op 1.00
BenchmarkDocument/tree_10000 - B/op 8580674120 B/op 8580992888 B/op 1.00
BenchmarkDocument/tree_10000 - allocs/op 600251 allocs/op 600249 allocs/op 1.00
BenchmarkDocument/tree_delete_all_1000 - ns/op 72496664 ns/op 79780857 ns/op 0.91
BenchmarkDocument/tree_delete_all_1000 - B/op 87012700 B/op 86991547 B/op 1.00
BenchmarkDocument/tree_delete_all_1000 - allocs/op 67755 allocs/op 67754 allocs/op 1.00
BenchmarkDocument/tree_edit_gc_100 - ns/op 3644746 ns/op 3779767 ns/op 0.96
BenchmarkDocument/tree_edit_gc_100 - B/op 4120961 B/op 4120995 B/op 1.00
BenchmarkDocument/tree_edit_gc_100 - allocs/op 14356 allocs/op 14356 allocs/op 1
BenchmarkDocument/tree_edit_gc_1000 - ns/op 299238040 ns/op 323515833 ns/op 0.92
BenchmarkDocument/tree_edit_gc_1000 - B/op 383467596 B/op 383469314 B/op 1.00
BenchmarkDocument/tree_edit_gc_1000 - allocs/op 145401 allocs/op 145442 allocs/op 1.00
BenchmarkDocument/tree_split_gc_100 - ns/op 2445965 ns/op 2593311 ns/op 0.94
BenchmarkDocument/tree_split_gc_100 - B/op 2386803 B/op 2386768 B/op 1.00
BenchmarkDocument/tree_split_gc_100 - allocs/op 10341 allocs/op 10341 allocs/op 1
BenchmarkDocument/tree_split_gc_1000 - ns/op 176796994 ns/op 200195520 ns/op 0.88
BenchmarkDocument/tree_split_gc_1000 - B/op 221990205 B/op 221992364 B/op 1.00
BenchmarkDocument/tree_split_gc_1000 - allocs/op 112244 allocs/op 112270 allocs/op 1.00
BenchmarkRPC/client_to_server - ns/op 357526556 ns/op 352414102 ns/op 1.01
BenchmarkRPC/client_to_server - B/op 17787330 B/op 12315712 B/op 1.44
BenchmarkRPC/client_to_server - allocs/op 166882 allocs/op 173420 allocs/op 0.96
BenchmarkRPC/client_to_client_via_server - ns/op 608846308 ns/op 593357792 ns/op 1.03
BenchmarkRPC/client_to_client_via_server - B/op 33340804 B/op 22712536 B/op 1.47
BenchmarkRPC/client_to_client_via_server - allocs/op 312946 allocs/op 325430 allocs/op 0.96
BenchmarkRPC/attach_large_document - ns/op 1204432417 ns/op 1135748804 ns/op 1.06
BenchmarkRPC/attach_large_document - B/op 1869051272 B/op 1797192968 B/op 1.04
BenchmarkRPC/attach_large_document - allocs/op 7563 allocs/op 10495 allocs/op 0.72
BenchmarkRPC/adminCli_to_server - ns/op 553922190 ns/op 503235678 ns/op 1.10
BenchmarkRPC/adminCli_to_server - B/op 35991616 B/op 20239816 B/op 1.78
BenchmarkRPC/adminCli_to_server - allocs/op 289657 allocs/op 321245 allocs/op 0.90
BenchmarkLocker - ns/op 64.59 ns/op 64.7 ns/op 1.00
BenchmarkLocker - B/op 16 B/op 16 B/op 1
BenchmarkLocker - allocs/op 1 allocs/op 1 allocs/op 1
BenchmarkLockerParallel - ns/op 59.3 ns/op 38.99 ns/op 1.52
BenchmarkLockerParallel - B/op 0 B/op 0 B/op NaN
BenchmarkLockerParallel - allocs/op 0 allocs/op 0 allocs/op NaN
BenchmarkLockerMoreKeys - ns/op 142.1 ns/op 141.4 ns/op 1.00
BenchmarkLockerMoreKeys - B/op 15 B/op 15 B/op 1
BenchmarkLockerMoreKeys - allocs/op 0 allocs/op 0 allocs/op NaN
BenchmarkChange/Push_10_Changes - ns/op 3788546 ns/op 3758144 ns/op 1.01
BenchmarkChange/Push_10_Changes - B/op 126323 B/op 126060 B/op 1.00
BenchmarkChange/Push_10_Changes - allocs/op 1254 allocs/op 1254 allocs/op 1
BenchmarkChange/Push_100_Changes - ns/op 14179878 ns/op 13940327 ns/op 1.02
BenchmarkChange/Push_100_Changes - B/op 645678 B/op 635856 B/op 1.02
BenchmarkChange/Push_100_Changes - allocs/op 6539 allocs/op 6537 allocs/op 1.00
BenchmarkChange/Push_1000_Changes - ns/op 113787806 ns/op 111233442 ns/op 1.02
BenchmarkChange/Push_1000_Changes - B/op 6072705 B/op 6121190 B/op 0.99
BenchmarkChange/Push_1000_Changes - allocs/op 62159 allocs/op 62160 allocs/op 1.00
BenchmarkChange/Pull_10_Changes - ns/op 2825173 ns/op 2826536 ns/op 1.00
BenchmarkChange/Pull_10_Changes - B/op 100489 B/op 100762 B/op 1.00
BenchmarkChange/Pull_10_Changes - allocs/op 952 allocs/op 951 allocs/op 1.00
BenchmarkChange/Pull_100_Changes - ns/op 4271848 ns/op 4285368 ns/op 1.00
BenchmarkChange/Pull_100_Changes - B/op 257757 B/op 258368 B/op 1.00
BenchmarkChange/Pull_100_Changes - allocs/op 3154 allocs/op 3154 allocs/op 1
BenchmarkChange/Pull_1000_Changes - ns/op 8306479 ns/op 8167707 ns/op 1.02
BenchmarkChange/Pull_1000_Changes - B/op 1397891 B/op 1396006 B/op 1.00
BenchmarkChange/Pull_1000_Changes - allocs/op 26873 allocs/op 26875 allocs/op 1.00
BenchmarkSnapshot/Push_3KB_snapshot - ns/op 16778088 ns/op 16542031 ns/op 1.01
BenchmarkSnapshot/Push_3KB_snapshot - B/op 797098 B/op 803032 B/op 0.99
BenchmarkSnapshot/Push_3KB_snapshot - allocs/op 6542 allocs/op 6541 allocs/op 1.00
BenchmarkSnapshot/Push_30KB_snapshot - ns/op 118066050 ns/op 115742371 ns/op 1.02
BenchmarkSnapshot/Push_30KB_snapshot - B/op 6311350 B/op 6194810 B/op 1.02
BenchmarkSnapshot/Push_30KB_snapshot - allocs/op 62167 allocs/op 62160 allocs/op 1.00
BenchmarkSnapshot/Pull_3KB_snapshot - ns/op 6450394 ns/op 6430565 ns/op 1.00
BenchmarkSnapshot/Pull_3KB_snapshot - B/op 905262 B/op 896182 B/op 1.01
BenchmarkSnapshot/Pull_3KB_snapshot - allocs/op 14879 allocs/op 14878 allocs/op 1.00
BenchmarkSnapshot/Pull_30KB_snapshot - ns/op 14981250 ns/op 13836326 ns/op 1.08
BenchmarkSnapshot/Pull_30KB_snapshot - B/op 6982086 B/op 6881704 B/op 1.01
BenchmarkSnapshot/Pull_30KB_snapshot - allocs/op 144141 allocs/op 144137 allocs/op 1.00
BenchmarkSync/memory_sync_10_test - ns/op 6868 ns/op 6951 ns/op 0.99
BenchmarkSync/memory_sync_10_test - B/op 1286 B/op 1286 B/op 1
BenchmarkSync/memory_sync_10_test - allocs/op 38 allocs/op 38 allocs/op 1
BenchmarkSync/memory_sync_100_test - ns/op 51792 ns/op 51862 ns/op 1.00
BenchmarkSync/memory_sync_100_test - B/op 8650 B/op 8645 B/op 1.00
BenchmarkSync/memory_sync_100_test - allocs/op 273 allocs/op 273 allocs/op 1
BenchmarkSync/memory_sync_1000_test - ns/op 598021 ns/op 590462 ns/op 1.01
BenchmarkSync/memory_sync_1000_test - B/op 74347 B/op 74351 B/op 1.00
BenchmarkSync/memory_sync_1000_test - allocs/op 2108 allocs/op 2110 allocs/op 1.00
BenchmarkSync/memory_sync_10000_test - ns/op 7062918 ns/op 7172270 ns/op 0.98
BenchmarkSync/memory_sync_10000_test - B/op 767200 B/op 761620 B/op 1.01
BenchmarkSync/memory_sync_10000_test - allocs/op 20673 allocs/op 20567 allocs/op 1.01
BenchmarkTextEditing - ns/op 18900532535 ns/op 18282368755 ns/op 1.03
BenchmarkTextEditing - B/op 9037599736 B/op 9038075072 B/op 1.00
BenchmarkTextEditing - allocs/op 19921501 allocs/op 19923870 allocs/op 1.00

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.