From 906639ad7eb92e9d631599f78979908930e59c84 Mon Sep 17 00:00:00 2001 From: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> Date: Wed, 17 Jan 2024 14:54:30 +0000 Subject: [chore] update viper version (#2539) * update viper version * removes our last uses of the slice package * fix tests --- vendor/github.com/pelletier/go-toml/v2/.gitignore | 3 +- vendor/github.com/pelletier/go-toml/v2/README.md | 34 +++++++++++----------- vendor/github.com/pelletier/go-toml/v2/SECURITY.md | 3 -- vendor/github.com/pelletier/go-toml/v2/ci.sh | 22 ++++++++------ .../github.com/pelletier/go-toml/v2/unmarshaler.go | 6 ++-- 5 files changed, 35 insertions(+), 33 deletions(-) (limited to 'vendor/github.com/pelletier') diff --git a/vendor/github.com/pelletier/go-toml/v2/.gitignore b/vendor/github.com/pelletier/go-toml/v2/.gitignore index a69e2b0eb..4b7c4eda3 100644 --- a/vendor/github.com/pelletier/go-toml/v2/.gitignore +++ b/vendor/github.com/pelletier/go-toml/v2/.gitignore @@ -3,4 +3,5 @@ fuzz/ cmd/tomll/tomll cmd/tomljson/tomljson cmd/tomltestgen/tomltestgen -dist \ No newline at end of file +dist +tests/ diff --git a/vendor/github.com/pelletier/go-toml/v2/README.md b/vendor/github.com/pelletier/go-toml/v2/README.md index 63b92f3b0..b10f97f0b 100644 --- a/vendor/github.com/pelletier/go-toml/v2/README.md +++ b/vendor/github.com/pelletier/go-toml/v2/README.md @@ -179,12 +179,12 @@ Execution time speedup compared to other Go TOML libraries:
This table can be generated with ./ci.sh benchmark -a -html.