Skip to content

Commit

Permalink
Merge pull request #1 from goshippo/update-deps
Browse files Browse the repository at this point in the history
Update deps to address security vulnerability
  • Loading branch information
lambertkuang-shippo authored Jul 28, 2022
2 parents 53ffffd + 95b7f6c commit 1f9ce82
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 121 deletions.
15 changes: 8 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,22 @@ module github.com/go-openapi/runtime
require (
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
github.com/docker/go-units v0.4.0
github.com/go-openapi/analysis v0.21.2
github.com/go-openapi/analysis v0.21.4
github.com/go-openapi/errors v0.20.2
github.com/go-openapi/loads v0.21.1
github.com/go-openapi/spec v0.20.4
github.com/go-openapi/strfmt v0.21.2
github.com/go-openapi/spec v0.20.6
github.com/go-openapi/strfmt v0.21.3
github.com/go-openapi/swag v0.21.1
github.com/go-openapi/validate v0.21.0
github.com/go-stack/stack v1.8.1 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/opentracing/opentracing-go v1.2.0
github.com/stretchr/testify v1.7.0
go.mongodb.org/mongo-driver v1.8.3 // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
github.com/stretchr/testify v1.8.0
gopkg.in/yaml.v2 v2.4.0
)

replace github.com/go-openapi/loads => github.com/goshippo/loads v0.21.2

replace github.com/go-openapi/validate => github.com/goshippo/validate v0.22.1

go 1.15
Loading

0 comments on commit 1f9ce82

Please sign in to comment.