Skip to content

Commit c8c0b40

Browse files
committed
[upgrade-dependencies] Upgrade library dependencies
1 parent 8c54d29 commit c8c0b40

File tree

2 files changed

+87
-527
lines changed

2 files changed

+87
-527
lines changed

go.mod

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,41 +3,43 @@ module github.com/carousell/gin-prometheus-middleware
33
go 1.19
44

55
require (
6-
github.com/gin-gonic/gin v1.9.1
7-
github.com/prometheus/client_golang v1.14.0
6+
github.com/gin-gonic/gin v1.10.0
7+
github.com/prometheus/client_golang v1.20.5
88
)
99

1010
require (
1111
github.com/beorn7/perks v1.0.1 // indirect
12-
github.com/bytedance/sonic v1.10.0 // indirect
13-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
14-
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
15-
github.com/chenzhuoyu/iasm v0.9.0 // indirect
16-
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
12+
github.com/bytedance/sonic v1.11.6 // indirect
13+
github.com/bytedance/sonic/loader v0.1.1 // indirect
14+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
15+
github.com/cloudwego/base64x v0.1.4 // indirect
16+
github.com/cloudwego/iasm v0.2.0 // indirect
17+
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
1718
github.com/gin-contrib/sse v0.1.0 // indirect
1819
github.com/go-playground/locales v0.14.1 // indirect
1920
github.com/go-playground/universal-translator v0.18.1 // indirect
20-
github.com/go-playground/validator/v10 v10.15.3 // indirect
21+
github.com/go-playground/validator/v10 v10.20.0 // indirect
2122
github.com/goccy/go-json v0.10.2 // indirect
22-
github.com/golang/protobuf v1.5.2 // indirect
2323
github.com/json-iterator/go v1.1.12 // indirect
24-
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
25-
github.com/leodido/go-urn v1.2.4 // indirect
26-
github.com/mattn/go-isatty v0.0.19 // indirect
27-
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
24+
github.com/klauspost/compress v1.17.9 // indirect
25+
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
26+
github.com/kr/text v0.2.0 // indirect
27+
github.com/leodido/go-urn v1.4.0 // indirect
28+
github.com/mattn/go-isatty v0.0.20 // indirect
2829
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
2930
github.com/modern-go/reflect2 v1.0.2 // indirect
30-
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
31-
github.com/prometheus/client_model v0.3.0 // indirect
32-
github.com/prometheus/common v0.37.0 // indirect
33-
github.com/prometheus/procfs v0.8.0 // indirect
31+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
32+
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
33+
github.com/prometheus/client_model v0.6.1 // indirect
34+
github.com/prometheus/common v0.55.0 // indirect
35+
github.com/prometheus/procfs v0.15.1 // indirect
3436
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
35-
github.com/ugorji/go/codec v1.2.11 // indirect
36-
golang.org/x/arch v0.5.0 // indirect
37-
golang.org/x/crypto v0.14.0 // indirect
38-
golang.org/x/net v0.17.0 // indirect
39-
golang.org/x/sys v0.13.0 // indirect
40-
golang.org/x/text v0.13.0 // indirect
41-
google.golang.org/protobuf v1.31.0 // indirect
37+
github.com/ugorji/go/codec v1.2.12 // indirect
38+
golang.org/x/arch v0.8.0 // indirect
39+
golang.org/x/crypto v0.24.0 // indirect
40+
golang.org/x/net v0.26.0 // indirect
41+
golang.org/x/sys v0.22.0 // indirect
42+
golang.org/x/text v0.16.0 // indirect
43+
google.golang.org/protobuf v1.34.2 // indirect
4244
gopkg.in/yaml.v3 v3.0.1 // indirect
4345
)

0 commit comments

Comments
 (0)