From faed27389f20a84dee702df15e8af224f856d976 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 15:43:54 +0000 Subject: [PATCH] Bump github.com/emicklei/go-restful Bumps [github.com/emicklei/go-restful](https://github.com/emicklei/go-restful) from 2.15.1-0.20220703112237-d9c71e118c95+incompatible to 2.16.0+incompatible. - [Release notes](https://github.com/emicklei/go-restful/releases) - [Changelog](https://github.com/emicklei/go-restful/blob/v3/CHANGES.md) - [Commits](https://github.com/emicklei/go-restful/commits/v2.16.0) --- updated-dependencies: - dependency-name: github.com/emicklei/go-restful dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7eaf4c5..610aeb1 100644 --- a/go.mod +++ b/go.mod @@ -1,10 +1,11 @@ module github.com/go-chassis/go-restful-swagger20 require ( - github.com/emicklei/go-restful v2.15.1-0.20220703112237-d9c71e118c95+incompatible + github.com/emicklei/go-restful v2.16.0+incompatible github.com/json-iterator/go v1.1.5 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.1 // indirect + github.com/stretchr/testify v1.8.1 // indirect gopkg.in/yaml.v2 v2.2.1 )