Skip to content

Commit e1badd8

Browse files
committed
chore(kingpin): switch from gopkg.in/alecthomas/kingpin to github.com/alecthomas/kingpin
1 parent b7a3d01 commit e1badd8

File tree

3 files changed

+56
-474
lines changed

3 files changed

+56
-474
lines changed

go.mod

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
module prometheus-mailgun-exporter
22

33
require (
4+
github.com/alecthomas/kingpin/v2 v2.4.0
45
github.com/mailgun/mailgun-go/v3 v3.6.4
56
github.com/prometheus/client_golang v1.22.0
67
github.com/prometheus/common v0.63.0
78
github.com/rs/zerolog v1.34.0
8-
gopkg.in/alecthomas/kingpin.v2 v2.4.0
99
)
1010

1111
require (
12-
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
13-
github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15 // indirect
12+
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
1413
github.com/beorn7/perks v1.0.1 // indirect
15-
github.com/cespare/xxhash/v2 v2.1.1 // indirect
14+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
1615
github.com/go-chi/chi v4.1.2+incompatible // indirect
17-
github.com/golang/protobuf v1.4.3 // indirect
18-
github.com/google/go-cmp v0.5.6 // indirect
1916
github.com/josharian/intern v1.0.0 // indirect
2017
github.com/mailru/easyjson v0.7.7 // indirect
21-
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
18+
github.com/mattn/go-colorable v0.1.13 // indirect
19+
github.com/mattn/go-isatty v0.0.19 // indirect
20+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
2221
github.com/pkg/errors v0.9.1 // indirect
23-
github.com/prometheus/client_model v0.2.0 // indirect
24-
github.com/prometheus/procfs v0.6.0 // indirect
25-
golang.org/x/sys v0.1.0 // indirect
26-
google.golang.org/protobuf v1.26.0-rc.1 // indirect
22+
github.com/prometheus/client_model v0.6.1 // indirect
23+
github.com/prometheus/procfs v0.15.1 // indirect
24+
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
25+
golang.org/x/sys v0.30.0 // indirect
26+
google.golang.org/protobuf v1.36.5 // indirect
2727
)
2828

2929
go 1.24.2

0 commit comments

Comments
 (0)