Skip to content

Commit bad0d95

Browse files
authored
Merge pull request #147 from kzys/no-runtime
Don't use go-openapi/runtime
2 parents 58243af + 29ddf5f commit bad0d95

File tree

2 files changed

+6
-155
lines changed

2 files changed

+6
-155
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ module github.com/go-openapi/validate
33
go 1.14
44

55
require (
6-
github.com/go-openapi/analysis v0.21.1
6+
github.com/go-openapi/analysis v0.21.2
77
github.com/go-openapi/errors v0.19.9
88
github.com/go-openapi/jsonpointer v0.19.5
9-
github.com/go-openapi/loads v0.20.3
9+
github.com/go-openapi/loads v0.21.1
1010
github.com/go-openapi/spec v0.20.4
1111
github.com/go-openapi/strfmt v0.21.1
1212
github.com/go-openapi/swag v0.21.1

0 commit comments

Comments
 (0)