From 13912e383a9896aaf52ead7985cdc849cc668093 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2020 21:45:42 +1000 Subject: [PATCH] Bump github.com/plar/go-adaptive-radix-tree from 1.0.3 to 1.0.4 (#170) Bumps [github.com/plar/go-adaptive-radix-tree](https://github.com/plar/go-adaptive-radix-tree) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/plar/go-adaptive-radix-tree/releases) - [Commits](https://github.com/plar/go-adaptive-radix-tree/compare/v1.0.3...v1.0.4) 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 356ead3..a0d8127 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.3 + github.com/plar/go-adaptive-radix-tree v1.0.4 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 293e703..4ff49f9 100644 --- a/go.sum +++ b/go.sum @@ -157,6 +157,8 @@ github.com/plar/go-adaptive-radix-tree v1.0.1 h1:J+2qrXaKWLACw59s8SlTVYYxWjlUr/B 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/plar/go-adaptive-radix-tree v1.0.4 h1:Ucd8R6RH2E7RW8ZtDKrsWyOD3paG2qqJO0I20WQ8oWQ= +github.com/plar/go-adaptive-radix-tree v1.0.4/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=