diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-03-29 12:53:19 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-29 12:53:19 -0700 |
| commit | 996231c01d56f45fb9ff74274e4bac84a810f14d (patch) | |
| tree | f94b0962ec62f5c2ae9badad6704d7ea68af6d7f /go.mod | |
| parent | 50eaf599123563ec596ec806a096625982589071 (diff) | |
| parent | 1ff39c0cf97b8155228d8be062deecfdc64d5b8e (diff) | |
| download | seaweedfs-996231c01d56f45fb9ff74274e4bac84a810f14d.tar.xz seaweedfs-996231c01d56f45fb9ff74274e4bac84a810f14d.zip | |
Merge pull request #2843 from chrislusf/dependabot/go_modules/github.com/prometheus/client_golang-1.12.1
Bump github.com/prometheus/client_golang from 1.11.0 to 1.12.1
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -85,10 +85,10 @@ require ( github.com/pmezard/go-difflib v1.0.0 // indirect github.com/posener/complete v1.2.3 github.com/pquerna/cachecontrol v0.1.0 - github.com/prometheus/client_golang v1.11.0 + github.com/prometheus/client_golang v1.12.1 github.com/prometheus/client_model v0.2.0 // indirect - github.com/prometheus/common v0.26.0 // indirect - github.com/prometheus/procfs v0.6.0 // indirect + github.com/prometheus/common v0.32.1 // indirect + github.com/prometheus/procfs v0.7.3 // indirect github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect github.com/seaweedfs/goexif v2.0.0+incompatible |
