-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from kzys/no-runtime
Don't use go-openapi/runtime
- Loading branch information
Showing
2 changed files
with
3 additions
and
149 deletions.
There are no files selected for viewing
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,13 +1,11 @@ | ||
module github.com/go-openapi/loads | ||
|
||
require ( | ||
github.com/go-openapi/analysis v0.20.1 | ||
github.com/go-openapi/analysis v0.21.2 | ||
github.com/go-openapi/spec v0.20.4 | ||
github.com/go-openapi/strfmt v0.21.0 // indirect | ||
github.com/go-openapi/swag v0.19.15 | ||
github.com/stretchr/testify v1.7.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | ||
) | ||
|
||
go 1.13 |
Oops, something went wrong.