-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove dependency from go-openapi and move swagger checker to separat…
…e module (#82) Co-authored-by: Alexey Tyuryumov <Alexey.Tyuryumov@acronis.com>
- Loading branch information
Alexey19
and
Alexey Tyuryumov
authored
Mar 19, 2021
1 parent
46631a3
commit da030a1
Showing
6 changed files
with
325 additions
and
247 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
checker/response_schema/response_schema.go → ...ker/addons/openapi2_compliance/checker.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package response_schema | ||
package openapi2_compliance | ||
|
||
import ( | ||
"encoding/json" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
module github.com/lamoda/gonkey/checker/addons/openapi2_compliance | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/go-openapi/errors v0.20.0 | ||
github.com/go-openapi/loads v0.20.2 | ||
github.com/go-openapi/spec v0.20.3 | ||
github.com/go-openapi/strfmt v0.20.0 | ||
github.com/go-openapi/validate v0.20.2 | ||
github.com/lamoda/gonkey v1.3.1 | ||
) |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.