mirror of
https://github.com/davidebianchi/gswagger.git
synced 2026-06-11 13:34:15 -04:00
44 lines
1.6 KiB
Modula-2
44 lines
1.6 KiB
Modula-2
module github.com/davidebianchi/gswagger
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/getkin/kin-openapi v0.111.0
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/go-openapi/swag v0.21.1 // indirect
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/iancoleman/orderedmap v0.2.0 // indirect
|
|
github.com/labstack/echo/v4 v4.9.1
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/mia-platform/jsonschema v0.1.0
|
|
github.com/stretchr/testify v1.8.1
|
|
)
|
|
|
|
require github.com/gofiber/fiber/v2 v2.40.1
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-openapi/jsonpointer v0.19.5 // indirect
|
|
github.com/invopop/yaml v0.2.0 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/klauspost/compress v1.15.9 // indirect
|
|
github.com/labstack/gommon v0.4.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.41.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.1 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20220312131142-6068a2e6cfdc // indirect
|
|
golang.org/x/net v0.0.0-20220906165146-f3363e06e74c // indirect
|
|
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|