diff options
| author | chrislu <chris.lu@gmail.com> | 2022-03-21 22:53:01 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-03-21 22:53:01 -0700 |
| commit | 8cfcb9fe9f4df2ff9010dde8837b44973648e723 (patch) | |
| tree | e75acc3f9ae2e6da70ffb3cc7f20b7ab6fecd103 /go.mod | |
| parent | af4f345b0c03a61611a0ab902893b0d150df7233 (diff) | |
| download | seaweedfs-8cfcb9fe9f4df2ff9010dde8837b44973648e723.tar.xz seaweedfs-8cfcb9fe9f4df2ff9010dde8837b44973648e723.zip | |
Revert "Merge branch 'master' into dependabot/go_modules/github.com/spf13/viper-1.10.1"
This reverts commit 5999099ed4f6876022898c28d8d184fa4f33b5f7, reversing
changes made to c3fe1654b992806da21caa6c3f64b65336d87632.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -92,10 +92,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.12.1 + github.com/prometheus/client_golang v1.11.0 github.com/prometheus/client_model v0.2.0 // indirect - github.com/prometheus/common v0.32.1 // indirect - github.com/prometheus/procfs v0.7.3 // indirect + github.com/prometheus/common v0.26.0 // indirect + github.com/prometheus/procfs v0.6.0 // indirect github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect github.com/seaweedfs/goexif v1.0.2 |
