@@ -3,26 +3,26 @@ module github.com/randlabs/go-metrics
3
3
go 1.19
4
4
5
5
require (
6
- github.com/prometheus/client_golang v1.14.0
7
- github.com/prometheus/client_model v0.3 .0
8
- github.com/randlabs/go-webserver v1.2.0
6
+ github.com/prometheus/client_golang v1.15.1
7
+ github.com/prometheus/client_model v0.4 .0
8
+ github.com/randlabs/go-webserver v1.2.2
9
9
github.com/randlabs/rundown-protection v1.0.5
10
- google.golang.org/protobuf v1.28.1
10
+ google.golang.org/protobuf v1.30.0
11
11
)
12
12
13
13
require (
14
- github.com/andybalholm/brotli v1.0.4 // indirect
14
+ github.com/andybalholm/brotli v1.0.5 // indirect
15
15
github.com/beorn7/perks v1.0.1 // indirect
16
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
17
- github.com/fasthttp/router v1.4.13 // indirect
18
- github.com/golang/protobuf v1.5.2 // indirect
19
- github.com/klauspost/compress v1.15.12 // indirect
20
- github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
21
- github.com/prometheus/common v0.37 .0 // indirect
22
- github.com/prometheus/procfs v0.8 .0 // indirect
23
- github.com/savsgio/gotils v0.0.0-20220530130905-52f3993e8d6d // indirect
16
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
17
+ github.com/fasthttp/router v1.4.19 // indirect
18
+ github.com/golang/protobuf v1.5.3 // indirect
19
+ github.com/klauspost/compress v1.16.5 // indirect
20
+ github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
21
+ github.com/prometheus/common v0.42 .0 // indirect
22
+ github.com/prometheus/procfs v0.9 .0 // indirect
23
+ github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee // indirect
24
24
github.com/valyala/bytebufferpool v1.0.0 // indirect
25
- github.com/valyala/fasthttp v1.41 .0 // indirect
25
+ github.com/valyala/fasthttp v1.47 .0 // indirect
26
26
github.com/valyala/tcplisten v1.0.0 // indirect
27
- golang.org/x/sys v0.2 .0 // indirect
27
+ golang.org/x/sys v0.8 .0 // indirect
28
28
)
0 commit comments