File tree Expand file tree Collapse file tree 2 files changed +61
-21
lines changed Expand file tree Collapse file tree 2 files changed +61
-21
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,11 @@ module github.com/koalificationio/go-webhookrelay
33go 1.13
44
55require (
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.26
8+ github.com/go-openapi/strfmt v0.20.0
9+ github.com/go-openapi/swag v0.19.13
10+ github.com/go-openapi/validate v0.20.1
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)
You can’t perform that action at this time.
0 commit comments