Switch to v3 of github.com/emicklei/go-restful

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
Davanum Srinivas
2022-06-02 10:03:29 -04:00
parent 7c127b33da
commit ab690750df
119 changed files with 2365 additions and 319 deletions

2
vendor/github.com/emicklei/go-restful/v3/coverage.sh generated vendored Normal file
View File

@@ -0,0 +1,2 @@
go test -coverprofile=coverage.out
go tool cover -html=coverage.out