Skip to content

Commit

Permalink
feat: using correct kingpin module path
Browse files Browse the repository at this point in the history
  • Loading branch information
burnjake committed Aug 17, 2023
1 parent d94f6b2 commit 3c440d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"github.com/prometheus/common/promlog"
"github.com/prometheus/common/promlog/flag"
"github.com/prometheus/common/version"
"gopkg.in/alecthomas/kingpin.v2"
"github.com/alecthomas/kingpin/v2"
"gopkg.in/yaml.v2"
)

Expand Down

0 comments on commit 3c440d2

Please sign in to comment.