File tree Expand file tree Collapse file tree 2 files changed +56
-21
lines changed Expand file tree Collapse file tree 2 files changed +56
-21
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,11 @@ module github.com/koalificationio/go-webhookrelay
3
3
go 1.13
4
4
5
5
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
13
11
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
18
12
golang.org/x/tools v0.0.0-20200911193555-6422fca01df9
19
13
)
You can’t perform that action at this time.
0 commit comments