From 443d87a9b4ba8466cf9a15e8db03ed17934e1ed8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 20:19:32 +0000 Subject: [PATCH] build(deps): bump github.com/prometheus/client_golang Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.9.0 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.9.0...v1.11.1) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../hackathon/project/src/stock-api/golang/src/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Labs-and-exercises/hackathon/project/src/stock-api/golang/src/go.mod b/Labs-and-exercises/hackathon/project/src/stock-api/golang/src/go.mod index bb3a6b0f..aaa45dd0 100644 --- a/Labs-and-exercises/hackathon/project/src/stock-api/golang/src/go.mod +++ b/Labs-and-exercises/hackathon/project/src/stock-api/golang/src/go.mod @@ -5,5 +5,5 @@ go 1.15 require ( github.com/gorilla/mux v1.8.0 github.com/lib/pq v1.9.0 - github.com/prometheus/client_golang v1.9.0 + github.com/prometheus/client_golang v1.11.1 )