File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,9 @@ module github.com/shift/domain_exporter
33go 1.19
44
55require (
6+ github.com/alecthomas/kingpin/v2 v2.3.2
67 github.com/domainr/whois v0.1.0
7- github.com/go-kit/kit v0.12 .0
8+ github.com/go-kit/kit v0.13 .0
89 github.com/prometheus/client_golang v1.15.1
910 github.com/prometheus/common v0.43.0
1011 gopkg.in/alecthomas/kingpin.v2 v2.2.6
@@ -14,7 +15,6 @@ require (
1415
1516require (
1617 github.com/PuerkitoBio/goquery v1.8.0 // indirect
17- github.com/alecthomas/kingpin/v2 v2.3.2 // indirect
1818 github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
1919 github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
2020 github.com/andybalholm/cascadia v1.3.1 // indirect
Original file line number Diff line number Diff line change @@ -81,6 +81,8 @@ github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2
8181github.com/go-kit/kit v0.9.0 /go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as =
8282github.com/go-kit/kit v0.12.0 h1:e4o3o3IsBfAKQh5Qbbiqyfu97Ku7jrO/JbohvztANh4 =
8383github.com/go-kit/kit v0.12.0 /go.mod h1:lHd+EkCZPIwYItmGDDRdhinkzX2A1sj+M9biaEaizzs =
84+ github.com/go-kit/kit v0.13.0 h1:OoneCcHKHQ03LfBpoQCUfCluwd2Vt3ohz+kvbJneZAU =
85+ github.com/go-kit/kit v0.13.0 /go.mod h1:phqEHMMUbyrCFCTgH48JueqrM3md2HcAZ8N3XE4FKDg =
8486github.com/go-kit/log v0.1.0 /go.mod h1:zbhenjAZHb184qTLMA9ZjW7ThYL0H2mk7Q6pNt4vbaY =
8587github.com/go-kit/log v0.2.0 h1:7i2K3eKTos3Vc0enKCfnVcgHh2olr/MyfboYq7cAcFw =
8688github.com/go-kit/log v0.2.0 /go.mod h1:NwTd00d/i8cPZ3xOwwiv2PO5MOcx78fFErGNcVmBjv0 =
You can’t perform that action at this time.
0 commit comments