From 0d1938ac2c75781a319ea0bcd18100c5187aea90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 01:09:34 +0000 Subject: [PATCH] chore(deps): bump github.com/juju/collections from 1.0.2 to 1.0.4 Bumps [github.com/juju/collections](https://github.com/juju/collections) from 1.0.2 to 1.0.4. - [Release notes](https://github.com/juju/collections/releases) - [Commits](https://github.com/juju/collections/compare/v1.0.2...v1.0.4) --- updated-dependencies: - dependency-name: github.com/juju/collections dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index d95a372c..607551e5 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,7 @@ require ( github.com/juju/charm/v8 v8.0.6 github.com/juju/clock v1.0.3 github.com/juju/cmd/v3 v3.0.13 - github.com/juju/collections v1.0.2 + github.com/juju/collections v1.0.4 github.com/juju/errors v1.0.0 github.com/juju/names/v4 v4.0.0 github.com/juju/retry v1.0.0 diff --git a/go.sum b/go.sum index 6238d19f..0f02cc27 100644 --- a/go.sum +++ b/go.sum @@ -513,8 +513,8 @@ github.com/juju/cmd/v3 v3.0.13/go.mod h1:lGtDvm2BG+FKnIS8yY/vrhxQNX9imnL6bPIYGST github.com/juju/collections v0.0.0-20200605021417-0d0ec82b7271/go.mod h1:5XgO71dV1JClcOJE+4dzdn4HrI5LiyKd7PlVG6eZYhY= github.com/juju/collections v0.0.0-20220203020748-febd7cad8a7a/go.mod h1:JWeZdyttIEbkR51z2S13+J+aCuHVe0F6meRy+P0YGDo= github.com/juju/collections v1.0.0/go.mod h1:JWeZdyttIEbkR51z2S13+J+aCuHVe0F6meRy+P0YGDo= -github.com/juju/collections v1.0.2 h1:y9t99Nq/uUZksJgWehiWxIr2vB1UG3hUT7LBNy1xiH8= -github.com/juju/collections v1.0.2/go.mod h1:kYJowQZYtHDvYDfZOvgf3Mt7mjKYwm/k1nqnJoMYOUc= +github.com/juju/collections v1.0.4 h1:GjL+aN512m2rVDqhPII7P6qB0e+iYFubz8sqBhZaZtk= +github.com/juju/collections v1.0.4/go.mod h1:hVrdB0Zwq9wIU1Fl6ItD2+UETeNeOEs+nGvJufVe+0c= github.com/juju/description/v3 v3.0.15 h1:Mf61RoWOsNUw4aEx9KVLf2RCopmIH5FX3d48x0x5W84= github.com/juju/description/v3 v3.0.15/go.mod h1:VzqhM294IF39mV66NdIx2bTcNSkfhZTVEqrtB9ktLWk= github.com/juju/errors v0.0.0-20150916125642-1b5e39b83d18/go.mod h1:W54LbzXuIE0boCoNJfwqpmkKJ1O4TCTZMetAt6jGk7Q=