Skip to content

Commit

Permalink
Merge pull request #12 from carousell/upgrade-dependencies
Browse files Browse the repository at this point in the history
[upgrade-dependencies] Update library dependencies
  • Loading branch information
kengleong authored Nov 4, 2024
2 parents 9f7a126 + 83e5c77 commit ce9bbe2
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 507 deletions.
27 changes: 13 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,22 @@ module github.com/carousell/fasthttp-prometheus-middleware
go 1.19

require (
github.com/fasthttp/router v1.4.16
github.com/prometheus/client_golang v1.14.0
github.com/valyala/fasthttp v1.44.0
github.com/fasthttp/router v1.5.2
github.com/prometheus/client_golang v1.20.5
github.com/valyala/fasthttp v1.55.0
)

require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/andybalholm/brotli v1.1.0 // 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/cespare/xxhash/v2 v2.3.0 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.55.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/savsgio/gotils v0.0.0-20240704082632-aef3928b8a38 // 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
golang.org/x/sys v0.22.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
)
Loading

0 comments on commit ce9bbe2

Please sign in to comment.