Skip to content

Commit

Permalink
Merge pull request #79 from shift/renovate/go-1.x
Browse files Browse the repository at this point in the history
chore(deps): update module go to 1.18
  • Loading branch information
shift authored Jul 21, 2022
2 parents 60273c5 + 8a01be0 commit c6ab11b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 319 deletions.
27 changes: 22 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,16 +1,33 @@
module github.com/shift/domain_exporter

go 1.12
go 1.18

require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/domainr/whois v0.1.0
github.com/domainr/whoistest v0.0.0-20180714175718-26cad4b7c941 // indirect
github.com/go-kit/kit v0.12.0
github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32 // indirect
github.com/prometheus/client_golang v1.12.2
github.com/prometheus/common v0.36.0
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/yaml.v2 v2.4.0
)

require (
github.com/PuerkitoBio/goquery v1.8.0 // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/go-kit/log v0.2.0 // indirect
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
github.com/zonedb/zonedb v1.0.3544 // indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
)
Loading

0 comments on commit c6ab11b

Please sign in to comment.