Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit d020db6

Browse files
authored
Merge pull request #10 from randlabs/more_options
Updated dependencies and modified timeouts
2 parents fa7ac4f + 38c8175 commit d020db6

File tree

3 files changed

+48
-506
lines changed

3 files changed

+48
-506
lines changed

go.mod

+15-15
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@ module github.com/randlabs/go-metrics
33
go 1.19
44

55
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
99
github.com/randlabs/rundown-protection v1.0.5
10-
google.golang.org/protobuf v1.28.1
10+
google.golang.org/protobuf v1.30.0
1111
)
1212

1313
require (
14-
github.com/andybalholm/brotli v1.0.4 // indirect
14+
github.com/andybalholm/brotli v1.0.5 // indirect
1515
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
2424
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
2626
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
2828
)

0 commit comments

Comments
 (0)