From d5f5dc76a34e995deb390ae18a1c90b6d9637807 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 21:53:09 +0000 Subject: [PATCH] Bump github.com/juju/clock from 1.0.2 to 1.0.3 Bumps [github.com/juju/clock](https://github.com/juju/clock) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/juju/clock/releases) - [Commits](https://github.com/juju/clock/compare/v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: github.com/juju/clock 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 b8b5aa3892..40900d7be2 100644 --- a/go.mod +++ b/go.mod @@ -89,7 +89,7 @@ require ( github.com/docker/cli v20.10.23+incompatible github.com/docker/go-connections v0.4.0 github.com/google/go-github/v43 v43.0.0 - github.com/juju/clock v1.0.2 + github.com/juju/clock v1.0.3 github.com/juju/fslock v0.0.0-20160525022230-4d5c94c67b4b github.com/juju/mutex/v2 v2.0.0 github.com/opencontainers/runc v1.1.4 diff --git a/go.sum b/go.sum index b3ac7d95f6..795ff7e29c 100644 --- a/go.sum +++ b/go.sum @@ -683,8 +683,8 @@ github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1 github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk= github.com/jtolds/gls v4.20.0+incompatible h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo= github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU= -github.com/juju/clock v1.0.2 h1:dJFdUGjtR/76l6U5WLVVI/B3i6+u3Nb9F9s1m+xxrxo= -github.com/juju/clock v1.0.2/go.mod h1:HIBvJ8kiV/n7UHwKuCkdYL4l/MDECztHR2sAvWDxxf0= +github.com/juju/clock v1.0.3 h1:yJHIsWXeU8j3QcBdiess09SzfiXRRrsjKPn2whnMeds= +github.com/juju/clock v1.0.3/go.mod h1:HIBvJ8kiV/n7UHwKuCkdYL4l/MDECztHR2sAvWDxxf0= github.com/juju/collections v0.0.0-20200605021417-0d0ec82b7271 h1:4R626WTwa7pRYQFiIRLVPepMhm05eZMEx+wIurRnMLc= github.com/juju/errors v0.0.0-20220203013757-bd733f3c86b9 h1:EJHbsNpQyupmMeWTq7inn+5L/WZ7JfzCVPJ+DP9McCQ= github.com/juju/errors v0.0.0-20220203013757-bd733f3c86b9/go.mod h1:TRm7EVGA3mQOqSVcBySRY7a9Y1/gyVhh/WTCnc5sD4U=