Skip to content

Commit af72d64

Browse files
dependabot[bot]ViBiOh
authored andcommitted
chore(deps): bump github.com/ViBiOh/httputils/v4 from 4.34.4 to 4.34.5
Bumps [github.com/ViBiOh/httputils/v4](https://github.com/ViBiOh/httputils) from 4.34.4 to 4.34.5. - [Release notes](https://github.com/ViBiOh/httputils/releases) - [Commits](ViBiOh/httputils@v4.34.4...v4.34.5) --- updated-dependencies: - dependency-name: github.com/ViBiOh/httputils/v4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cde40ff commit af72d64

File tree

2 files changed

+166
-9
lines changed

2 files changed

+166
-9
lines changed

go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ go 1.17
44

55
require (
66
github.com/ViBiOh/flags v0.0.1
7-
github.com/ViBiOh/httputils/v4 v4.34.4
7+
github.com/ViBiOh/httputils/v4 v4.34.5
88
)
99

1010
require (
1111
github.com/beorn7/perks v1.0.1 // indirect
1212
github.com/cespare/xxhash/v2 v2.1.2 // indirect
1313
github.com/golang/protobuf v1.5.2 // indirect
1414
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
15-
github.com/prometheus/client_golang v1.11.0 // indirect
15+
github.com/prometheus/client_golang v1.12.0 // indirect
1616
github.com/prometheus/client_model v0.2.0 // indirect
1717
github.com/prometheus/common v0.32.1 // indirect
18-
github.com/prometheus/procfs v0.6.0 // indirect
19-
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
18+
github.com/prometheus/procfs v0.7.3 // indirect
19+
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
2020
google.golang.org/protobuf v1.26.0 // indirect
2121
)

0 commit comments

Comments
 (0)