Skip to content

Commit 604b459

Browse files
dependabot[bot]ViBiOh
authored andcommitted
chore(deps): bump github.com/ViBiOh/httputils/v4 from 4.50.6 to 4.50.7
Bumps [github.com/ViBiOh/httputils/v4](https://github.com/ViBiOh/httputils) from 4.50.6 to 4.50.7. - [Release notes](https://github.com/ViBiOh/httputils/releases) - [Commits](ViBiOh/httputils@v4.50.6...v4.50.7) --- 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 9f2b84b commit 604b459

File tree

2 files changed

+12
-460
lines changed

2 files changed

+12
-460
lines changed

go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ go 1.19
44

55
require (
66
github.com/ViBiOh/flags v1.2.0
7-
github.com/ViBiOh/httputils/v4 v4.50.6
7+
github.com/ViBiOh/httputils/v4 v4.50.7
88
)
99

1010
require (
1111
github.com/beorn7/perks v1.0.1 // indirect
12-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
12+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
1313
github.com/felixge/httpsnoop v1.0.3 // indirect
1414
github.com/go-logr/logr v1.2.3 // indirect
1515
github.com/go-logr/stdr v1.2.2 // indirect
1616
github.com/golang/protobuf v1.5.2 // indirect
17-
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
17+
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
1818
github.com/prometheus/client_golang v1.14.0 // indirect
1919
github.com/prometheus/client_model v0.3.0 // indirect
20-
github.com/prometheus/common v0.37.0 // indirect
20+
github.com/prometheus/common v0.38.0 // indirect
2121
github.com/prometheus/procfs v0.8.0 // indirect
2222
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.37.0 // indirect
2323
go.opentelemetry.io/otel v1.11.2 // indirect

0 commit comments

Comments
 (0)