Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonbondon committed Sep 12, 2020
1 parent dc348ab commit e33e0d7
Show file tree
Hide file tree
Showing 2 changed files with 218 additions and 74 deletions.
12 changes: 4 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,12 @@ module github.com/koalificationio/go-webhookrelay
go 1.13

require (
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
github.com/go-openapi/errors v0.19.6
github.com/go-openapi/runtime v0.19.19
github.com/go-openapi/spec v0.19.8 // indirect
github.com/go-openapi/runtime v0.19.21
github.com/go-openapi/spec v0.19.9 // indirect
github.com/go-openapi/strfmt v0.19.5
github.com/go-openapi/swag v0.19.9
github.com/go-openapi/validate v0.19.10
github.com/go-swagger/go-swagger v0.23.0
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
golang.org/x/text v0.3.3 // indirect
golang.org/x/tools v0.0.0-20200606014950-c42cb6316fb6
gopkg.in/yaml.v2 v2.3.0 // indirect
github.com/go-swagger/go-swagger v0.25.0
golang.org/x/tools v0.0.0-20200911193555-6422fca01df9
)
Loading

0 comments on commit e33e0d7

Please sign in to comment.