mirror of
https://github.com/Fishwaldo/huma.git
synced 2025-03-15 11:21:42 +00:00
33 lines
1.2 KiB
Modula-2
33 lines
1.2 KiB
Modula-2
module github.com/danielgtaylor/huma
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Jeffail/gabs/v2 v2.6.1
|
|
github.com/andybalholm/brotli v1.0.4
|
|
github.com/benbjohnson/clock v1.3.0 // indirect
|
|
github.com/danielgtaylor/casing v0.0.0-20210126043903-4e55e6373ac3
|
|
github.com/fatih/structs v1.1.0
|
|
github.com/fxamacker/cbor/v2 v2.4.0
|
|
github.com/go-chi/chi v4.1.2+incompatible
|
|
github.com/goccy/go-yaml v1.9.5
|
|
github.com/graphql-go/graphql v0.8.0
|
|
github.com/graphql-go/handler v0.2.3
|
|
github.com/koron-go/gqlcost v0.2.2
|
|
github.com/magiconair/properties v1.8.6 // indirect
|
|
github.com/mattn/go-isatty v0.0.14
|
|
github.com/opentracing/opentracing-go v1.2.0
|
|
github.com/spf13/afero v1.8.2 // indirect
|
|
github.com/spf13/cobra v1.4.0
|
|
github.com/spf13/viper v1.10.1
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/tent/http-link-go v0.0.0-20130702225549-ac974c61c2f9
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
|
github.com/xeipuuv/gojsonschema v1.2.0
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
go.uber.org/multierr v1.8.0 // indirect
|
|
go.uber.org/zap v1.21.0
|
|
golang.org/x/sys v0.0.0-20220318055525-2edf467146b5 // indirect
|
|
gopkg.in/ini.v1 v1.66.4 // indirect
|
|
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
|
|
)
|