errors | Package errors implements functions to manipulate errors. |
github.com/go-openapi/errors | Package 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/loads | Package 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/require | Package require implements the same assertions as the `assert` package but stops test execution when a test fails. |
io | Package io provides basic interfaces to I/O primitives. |
net/http | Package http provides HTTP client and server implementations. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
testing | Package testing provides support for automated testing of Go packages. |