diff options
author | 2021-06-14 05:50:38 -0700 | |
---|---|---|
committer | 2021-06-14 05:50:38 -0700 | |
commit | 8edc01132d29886ed0534d670ac176279b9bceaa (patch) | |
tree | 090ce6ccac5bdce414eadaa9170e9efca97c0350 /go.mod | |
parent | 9020e1f6e453f09a39ccbd5a14e73dda34f6d744 (diff) | |
download | coredns-8edc01132d29886ed0534d670ac176279b9bceaa.tar.gz coredns-8edc01132d29886ed0534d670ac176279b9bceaa.tar.zst coredns-8edc01132d29886ed0534d670ac176279b9bceaa.zip |
build(deps): bump github.com/prometheus/common from 0.28.0 to 0.29.0 (#4693)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ require ( github.com/philhofer/fwd v1.1.1 // indirect github.com/prometheus/client_golang v1.11.0 github.com/prometheus/client_model v0.2.0 - github.com/prometheus/common v0.28.0 + github.com/prometheus/common v0.29.0 go.etcd.io/etcd/api/v3 v3.5.0-rc.0 go.etcd.io/etcd/client/v3 v3.5.0-rc.0 golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 |