Skip to content

Commit

Permalink
refactor: change import path for prometheus version collector
Browse files Browse the repository at this point in the history
  • Loading branch information
maeb committed Jul 15, 2024
1 parent 5b30df8 commit b939545
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ go 1.15
require (
github.com/nlnwa/veidemann-api/go v1.0.0
github.com/prometheus/client_golang v1.19.1
github.com/prometheus/common v0.48.0
github.com/rs/zerolog v1.31.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.19.0
Expand Down
2 changes: 1 addition & 1 deletion internal/metrics/collectors.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ package metrics

import (
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/collectors/version"
"github.com/prometheus/client_golang/prometheus/promauto"
"github.com/prometheus/common/version"
)

const (
Expand Down

0 comments on commit b939545

Please sign in to comment.