Imports of package petstore

PathSynopsis
errorsPackage errors implements functions to manipulate errors.
github.com/go-openapi/errorsPackage errors provides an Error interface and several concrete types implementing this interface to manage API errors and JSON-schema validation errors.
github.com/go-openapi/loadsPackage loads provides document loading methods for swagger (OAI) specifications.
github.com/go-openapi/runtime
github.com/go-openapi/runtime/internal/testing
github.com/go-openapi/runtime/middleware/untyped
github.com/go-openapi/runtime/security
github.com/go-openapi/runtime/yamlpc
github.com/stretchr/testify/requirePackage require implements the same assertions as the `assert` package but stops test execution when a test fails.
ioPackage io provides basic interfaces to I/O primitives.
net/httpPackage http provides HTTP client and server implementations.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
testingPackage testing provides support for automated testing of Go packages.