From e47d1ee385a4f62c7e78cbd63d6b1356aa6517c6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2020 06:57:03 +0000 Subject: [PATCH] build(deps): bump github.com/hashicorp/go-immutable-radix Bumps [github.com/hashicorp/go-immutable-radix](https://github.com/hashicorp/go-immutable-radix) from 1.0.0 to 1.3.0. - [Release notes](https://github.com/hashicorp/go-immutable-radix/releases) - [Changelog](https://github.com/hashicorp/go-immutable-radix/blob/master/CHANGELOG.md) - [Commits](https://github.com/hashicorp/go-immutable-radix/compare/v1.0.0...v1.3.0) Signed-off-by: dependabot-preview[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0994153df75c..d3067880c377 100644 --- a/go.mod +++ b/go.mod @@ -33,7 +33,7 @@ require ( github.com/google/shlex v0.0.0-20150127133951-6f45313302b9 github.com/google/uuid v1.1.1 // indirect github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 - github.com/hashicorp/go-immutable-radix v1.0.0 + github.com/hashicorp/go-immutable-radix v1.3.0 github.com/hashicorp/golang-lru v0.5.1 github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c // indirect github.com/imdario/mergo v0.3.7 // indirect