Skip to content

Commit

Permalink
Merge pull request #8 from carousell/ugradepromelib
Browse files Browse the repository at this point in the history
update prometheous golang client
  • Loading branch information
ashraful88 authored Feb 16, 2023
2 parents 2d55866 + 4b21483 commit 31399e3
Show file tree
Hide file tree
Showing 2 changed files with 434 additions and 26 deletions.
24 changes: 20 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
module github.com/carousell/fasthttp-prometheus-middleware

go 1.13
go 1.19

require (
github.com/fasthttp/router v1.4.11
github.com/prometheus/client_golang v1.2.1
github.com/valyala/fasthttp v1.38.0
github.com/fasthttp/router v1.4.16
github.com/prometheus/client_golang v1.14.0
github.com/valyala/fasthttp v1.44.0
)

require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/klauspost/compress v1.15.15 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // 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/savsgio/gotils v0.0.0-20230208104028-c358bd845dee // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)
Loading

0 comments on commit 31399e3

Please sign in to comment.