-
Notifications
You must be signed in to change notification settings - Fork 55
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 #59 from muonsoft/deps-updated
Deps updated
- Loading branch information
Showing
24 changed files
with
166 additions
and
143 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
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,26 +1,28 @@ | ||
module github.com/muonsoft/openapi-mock | ||
|
||
go 1.15 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect | ||
github.com/clbanning/mxj v1.8.4 | ||
github.com/getkin/kin-openapi v0.26.0 | ||
github.com/felixge/httpsnoop v1.0.2 // indirect | ||
github.com/getkin/kin-openapi v0.63.0 | ||
github.com/go-openapi/swag v0.19.15 // indirect | ||
github.com/go-ozzo/ozzo-routing/v2 v2.3.0 | ||
github.com/go-ozzo/ozzo-validation/v4 v4.3.0 | ||
github.com/gofrs/uuid v3.3.0+incompatible | ||
github.com/golang/gddo v0.0.0-20200831202555-721e228c7686 // indirect | ||
github.com/gofrs/uuid v4.0.0+incompatible | ||
github.com/golang/gddo v0.0.0-20210115222349-20d68f94ee1f // indirect | ||
github.com/gorilla/handlers v1.5.1 | ||
github.com/kelseyhightower/envconfig v1.4.0 | ||
github.com/lucasjones/reggen v0.0.0-20200904144131-37ba4fa293bb | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/muonsoft/api-testing v0.2.0 | ||
github.com/muonsoft/validation v0.4.0 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/sirupsen/logrus v1.7.0 | ||
github.com/spf13/cobra v1.1.1 | ||
github.com/sirupsen/logrus v1.8.1 | ||
github.com/spf13/cobra v1.1.3 | ||
github.com/stretchr/objx v0.3.0 // indirect | ||
github.com/stretchr/testify v1.6.1 | ||
github.com/unrolled/secure v1.0.8 | ||
golang.org/x/sys v0.0.0-20201107080550-4d91cf3a1aaf // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 | ||
syreclabs.com/go/faker v1.2.2 | ||
github.com/unrolled/secure v1.0.9 | ||
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b | ||
syreclabs.com/go/faker v1.2.3 | ||
) |
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
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
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
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
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
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
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
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
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
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
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.