From eb28a1c08469d56494006d0f2c64933ab7078d01 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Thu, 8 Sep 2022 15:32:44 +0200 Subject: update buildah and c/common to latest also includes bumps for c/storage and c/image Signed-off-by: Paul Holzinger --- vendor/github.com/docker/go-metrics/register.go | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 vendor/github.com/docker/go-metrics/register.go (limited to 'vendor/github.com/docker/go-metrics/register.go') diff --git a/vendor/github.com/docker/go-metrics/register.go b/vendor/github.com/docker/go-metrics/register.go deleted file mode 100644 index 708358df0..000000000 --- a/vendor/github.com/docker/go-metrics/register.go +++ /dev/null @@ -1,15 +0,0 @@ -package metrics - -import "github.com/prometheus/client_golang/prometheus" - -// Register adds all the metrics in the provided namespace to the global -// metrics registry -func Register(n *Namespace) { - prometheus.MustRegister(n) -} - -// Deregister removes all the metrics in the provided namespace from the -// global metrics registry -func Deregister(n *Namespace) { - prometheus.Unregister(n) -} -- cgit v1.2.3-54-g00ecf