Skip to content

Commit 868c0f0

Browse files
Bump github.com/emicklei/go-restful/v3 from 3.7.1 to 3.7.2
Bumps [github.com/emicklei/go-restful/v3](https://github.com/emicklei/go-restful) from 3.7.1 to 3.7.2. - [Release notes](https://github.com/emicklei/go-restful/releases) - [Changelog](https://github.com/emicklei/go-restful/blob/v3/CHANGES.md) - [Commits](emicklei/go-restful@v3.7.1...v3.7.2) --- updated-dependencies: - dependency-name: github.com/emicklei/go-restful/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2a683e2 commit 868c0f0

File tree

2 files changed

+130
-3
lines changed

2 files changed

+130
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/slok/go-http-metrics
22

33
require (
44
contrib.go.opencensus.io/exporter/prometheus v0.4.0
5-
github.com/emicklei/go-restful/v3 v3.7.1
5+
github.com/emicklei/go-restful/v3 v3.7.2
66
github.com/fasthttp/router v1.4.4
77
github.com/gin-gonic/gin v1.7.7
88
github.com/go-chi/chi v4.1.2+incompatible

0 commit comments

Comments
 (0)