From b326f2c662785e2a487f1e8981f938898d6b43c0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2020 22:49:21 +1000 Subject: [PATCH] Bump github.com/plar/go-adaptive-radix-tree from 1.0.1 to 1.0.3 (#169) Bumps [github.com/plar/go-adaptive-radix-tree](https://github.com/plar/go-adaptive-radix-tree) from 1.0.1 to 1.0.3. - [Release notes](https://github.com/plar/go-adaptive-radix-tree/releases) - [Commits](https://github.com/plar/go-adaptive-radix-tree/compare/v1.0.1...v1.0.3) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9715550..356ead3 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/gofrs/flock v0.7.1 github.com/pelletier/go-toml v1.6.0 // indirect github.com/pkg/errors v0.9.1 - github.com/plar/go-adaptive-radix-tree v1.0.1 + github.com/plar/go-adaptive-radix-tree v1.0.3 github.com/sirupsen/logrus v1.6.0 github.com/spf13/afero v1.2.2 // indirect github.com/spf13/cast v1.3.1 // indirect diff --git a/go.sum b/go.sum index 43de92d..293e703 100644 --- a/go.sum +++ b/go.sum @@ -155,6 +155,8 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/plar/go-adaptive-radix-tree v1.0.1 h1:J+2qrXaKWLACw59s8SlTVYYxWjlUr/BlCsfkAzn96/0= github.com/plar/go-adaptive-radix-tree v1.0.1/go.mod h1:Ot8d28EII3i7Lv4PSvBlF8ejiD/CtRYDuPsySJbSaK8= +github.com/plar/go-adaptive-radix-tree v1.0.3 h1:GhNE9fraReERCn0OSTexwEF+EUlYGh0w8zkhWCabDDc= +github.com/plar/go-adaptive-radix-tree v1.0.3/go.mod h1:Ot8d28EII3i7Lv4PSvBlF8ejiD/CtRYDuPsySJbSaK8= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI=