Skip to content

Commit e33e0d7

Browse files
committed
Update dependencies
1 parent dc348ab commit e33e0d7

File tree

2 files changed

+218
-74
lines changed

2 files changed

+218
-74
lines changed

go.mod

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,12 @@ module github.com/koalificationio/go-webhookrelay
33
go 1.13
44

55
require (
6-
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
76
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
109
github.com/go-openapi/strfmt v0.19.5
1110
github.com/go-openapi/swag v0.19.9
1211
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
1814
)

0 commit comments

Comments
 (0)