diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-17 12:39:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-17 12:39:17 -0400 |
commit | 97ccf329b1646bb06e6cb6a2f22e70377c32db80 (patch) | |
tree | b47be2157b628b0bc559d69a0b0d4681585b87f6 /go.mod | |
parent | 89b759e2ed5c5678bda327c1fa33add0ab87df11 (diff) |
mod: bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0 (#7482)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 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.1 + github.com/prometheus/client_golang v1.16.0 github.com/russross/blackfriday v1.6.0 github.com/satori/go.uuid v1.2.0 github.com/sergi/go-diff v1.3.1 @@ -114,7 +114,7 @@ require ( github.com/pmezard/go-difflib v1.0.0 // indirect github.com/prometheus/client_model v0.3.0 // indirect github.com/prometheus/common v0.42.0 // indirect - github.com/prometheus/procfs v0.9.0 // indirect + github.com/prometheus/procfs v0.10.1 // indirect github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect github.com/rivo/uniseg v0.2.0 // indirect github.com/russross/blackfriday/v2 v2.1.0 // indirect |