Skip to content

Commit

Permalink
Merge pull request #137 from Luzilla/dependabot/go_modules/github.com…
Browse files Browse the repository at this point in the history
…/prometheus/client_golang-1.15.0

Upgrade: bump github.com/prometheus/client_golang from 1.14.0 to 1.15.0
  • Loading branch information
till committed Apr 20, 2023
2 parents 6a15103 + 6152796 commit f660e0e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 451 deletions.
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/Luzilla/dnsbl_exporter

go 1.19

require github.com/prometheus/client_golang v1.14.0
require github.com/prometheus/client_golang v1.15.0

require (
github.com/Luzilla/godnsbl v1.0.0
Expand All @@ -14,18 +14,18 @@ require (

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/prometheus/common v0.42.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/protobuf v1.28.1 // indirect
google.golang.org/protobuf v1.30.0 // indirect
)
Loading

0 comments on commit f660e0e

Please sign in to comment.