diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-08 08:56:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-08 08:56:02 -0400 |
commit | 5df966806391dd8ff4c084355567f966e826c800 (patch) | |
tree | 7907cb36809b07488016b8813eb5120f8bbba9dc /go.mod | |
parent | 249668a2b951af5919a8ac49b57899966720d9c5 (diff) |
mod: bump github.com/prometheus/client_golang from 1.15.0 to 1.15.1 (#7442)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ require ( github.com/olekukonko/tablewriter v0.0.5 github.com/pkg/errors v0.9.1 github.com/pquerna/otp v1.3.0 - github.com/prometheus/client_golang v1.15.0 + github.com/prometheus/client_golang v1.15.1 github.com/russross/blackfriday v1.6.0 github.com/satori/go.uuid v1.2.0 github.com/sergi/go-diff v1.3.1 |