Skip to content

Commit

Permalink
Merge pull request #6 from goexl/dependabot-go_modules-github.com-pro…
Browse files Browse the repository at this point in the history
…metheus-client_golang-1.18.0

build(deps): bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0
  • Loading branch information
mergify[bot] authored Jan 1, 2024
2 parents 0af7443 + 2089618 commit dc3ad27
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
github.com/goexl/log v0.0.7
github.com/goexl/valuer v0.0.4
github.com/prometheus/client_golang v1.17.0
github.com/prometheus/client_golang v1.18.0
)

require (
Expand All @@ -18,14 +18,13 @@ require (
github.com/goexl/exc v0.0.5 // indirect
github.com/goexl/gox v0.3.8 // indirect
github.com/goexl/http v0.0.6 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
github.com/prometheus/common v0.44.0 // indirect
github.com/prometheus/procfs v0.11.1 // indirect
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
github.com/prometheus/client_model v0.5.0 // indirect
github.com/prometheus/common v0.45.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/rs/xid v1.5.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/sys v0.15.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)

0 comments on commit dc3ad27

Please sign in to comment.