From ce25ca54ce40d6ee65e9bdd6f9a78cb3d6dca337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 01:43:19 +0000 Subject: [PATCH] Bump github.com/prometheus/client_golang Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.2.1 to 1.11.1. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.2.1...v1.11.1) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../apod/image-gallery/src/go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pluralsight-webinars/2020-12-docker-for-new-and-old-apps/apod/image-gallery/src/go.mod b/pluralsight-webinars/2020-12-docker-for-new-and-old-apps/apod/image-gallery/src/go.mod index f2c70d0..a4136f0 100644 --- a/pluralsight-webinars/2020-12-docker-for-new-and-old-apps/apod/image-gallery/src/go.mod +++ b/pluralsight-webinars/2020-12-docker-for-new-and-old-apps/apod/image-gallery/src/go.mod @@ -3,6 +3,6 @@ module diamol/image-gallery go 1.13 require ( - github.com/prometheus/client_golang v1.2.1 - github.com/spf13/viper v1.6.0 -) \ No newline at end of file + github.com/prometheus/client_golang v1.11.1 + github.com/spf13/viper v1.6.0 +)