mirror of
https://github.com/containrrr/watchtower.git
synced 2026-03-01 10:20:17 +01:00
fix(deps): update module github.com/prometheus/client_golang to v1.20.5
This commit is contained in:
parent
88a5ed7af4
commit
680d615bde
2 changed files with 6 additions and 1 deletions
3
go.mod
3
go.mod
|
|
@ -10,7 +10,7 @@ require (
|
|||
github.com/docker/go-connections v0.5.0
|
||||
github.com/onsi/ginkgo v1.16.5
|
||||
github.com/onsi/gomega v1.36.2
|
||||
github.com/prometheus/client_golang v1.19.1
|
||||
github.com/prometheus/client_golang v1.20.5
|
||||
github.com/robfig/cron v1.2.0
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
github.com/spf13/cobra v1.8.1
|
||||
|
|
@ -25,6 +25,7 @@ require (
|
|||
github.com/felixge/httpsnoop v1.0.4 // indirect
|
||||
github.com/go-logr/logr v1.4.2 // indirect
|
||||
github.com/go-logr/stdr v1.2.2 // indirect
|
||||
github.com/klauspost/compress v1.17.9 // indirect
|
||||
github.com/moby/docker-image-spec v1.3.1 // indirect
|
||||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
||||
github.com/onsi/ginkgo/v2 v2.22.1 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue