Skip to content

Commit 8186d2e

Browse files
committed
Update go-openapi packages
1 parent 4c60069 commit 8186d2e

File tree

2 files changed

+56
-21
lines changed

2 files changed

+56
-21
lines changed

go.mod

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,11 @@ module github.com/koalificationio/go-webhookrelay
33
go 1.13
44

55
require (
6-
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect
7-
github.com/go-openapi/errors v0.19.6
8-
github.com/go-openapi/runtime v0.19.21
9-
github.com/go-openapi/spec v0.19.9 // indirect
10-
github.com/go-openapi/strfmt v0.19.5
11-
github.com/go-openapi/swag v0.19.9
12-
github.com/go-openapi/validate v0.19.10
6+
github.com/go-openapi/errors v0.19.9
7+
github.com/go-openapi/runtime v0.19.24
8+
github.com/go-openapi/strfmt v0.19.11
9+
github.com/go-openapi/swag v0.19.12
10+
github.com/go-openapi/validate v0.20.0
1311
github.com/go-swagger/go-swagger v0.25.0
14-
github.com/mailru/easyjson v0.7.6 // indirect
15-
github.com/mitchellh/mapstructure v1.3.3 // indirect
16-
go.mongodb.org/mongo-driver v1.4.1 // indirect
17-
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect
1812
golang.org/x/tools v0.0.0-20200911193555-6422fca01df9
1913
)

0 commit comments

Comments
 (0)