diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-01-31 11:16:21 +0000 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-01-31 11:16:21 +0000 |
commit | 2995f73ae0464bc1d267f000c4876bd1f0dfcee3 (patch) | |
tree | 8339fdcf7c315dc861270ce5d6f0da3e058f9640 /go.mod | |
parent | 5367e7ed2c96175bf1b8652953da3a90cc2259df (diff) |
Update prometheus client
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ require ( github.com/patrickmn/go-cache v2.1.0+incompatible github.com/pkg/errors v0.9.1 github.com/pressly/goose v2.7.0+incompatible - github.com/prometheus/client_golang v1.12.0 + github.com/prometheus/client_golang v1.12.1 github.com/sirupsen/logrus v1.8.1 github.com/tidwall/gjson v1.13.0 github.com/tidwall/sjson v1.2.4 |