File tree Expand file tree Collapse file tree 2 files changed +218
-74
lines changed Expand file tree Collapse file tree 2 files changed +218
-74
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,12 @@ module github.com/koalificationio/go-webhookrelay
3
3
go 1.13
4
4
5
5
require (
6
- github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
7
6
github.com/go-openapi/errors v0.19.6
8
- github.com/go-openapi/runtime v0.19.19
9
- github.com/go-openapi/spec v0.19.8 // indirect
7
+ github.com/go-openapi/runtime v0.19.21
8
+ github.com/go-openapi/spec v0.19.9 // indirect
10
9
github.com/go-openapi/strfmt v0.19.5
11
10
github.com/go-openapi/swag v0.19.9
12
11
github.com/go-openapi/validate v0.19.10
13
- github.com/go-swagger/go-swagger v0.23.0
14
- golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
15
- golang.org/x/text v0.3.3 // indirect
16
- golang.org/x/tools v0.0.0-20200606014950-c42cb6316fb6
17
- gopkg.in/yaml.v2 v2.3.0 // indirect
12
+ github.com/go-swagger/go-swagger v0.25.0
13
+ golang.org/x/tools v0.0.0-20200911193555-6422fca01df9
18
14
)
You can’t perform that action at this time.
0 commit comments