-
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.
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
- Loading branch information
Showing
2 changed files
with
25 additions
and
76 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,27 +1,26 @@ | ||
module github.com/go-openapi/loads | ||
|
||
require ( | ||
github.com/go-openapi/analysis v0.21.4 | ||
github.com/go-openapi/spec v0.20.11 | ||
github.com/go-openapi/swag v0.22.4 | ||
github.com/go-openapi/analysis v0.21.5 | ||
github.com/go-openapi/spec v0.20.12 | ||
github.com/go-openapi/swag v0.22.5 | ||
github.com/stretchr/testify v1.8.4 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/go-openapi/errors v0.20.4 // indirect | ||
github.com/go-openapi/jsonpointer v0.20.0 // indirect | ||
github.com/go-openapi/jsonreference v0.20.2 // indirect | ||
github.com/go-openapi/strfmt v0.21.8 // indirect | ||
github.com/go-openapi/errors v0.21.0 // indirect | ||
github.com/go-openapi/jsonpointer v0.20.1 // indirect | ||
github.com/go-openapi/jsonreference v0.20.3 // indirect | ||
github.com/go-openapi/strfmt v0.21.10 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/oklog/ulid v1.3.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/rogpeppe/go-internal v1.11.0 // indirect | ||
go.mongodb.org/mongo-driver v1.13.0 // indirect | ||
go.mongodb.org/mongo-driver v1.13.1 // indirect | ||
) | ||
|
||
go 1.19 |
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