36 lines
1.5 KiB
Modula-2
36 lines
1.5 KiB
Modula-2
module git.nmcnew.com/nmcnew/bracketeer
|
|
|
|
go 1.26.1
|
|
|
|
require golang.org/x/crypto v0.49.0
|
|
|
|
require (
|
|
github.com/Jeffail/gabs/v2 v2.6.1 // indirect
|
|
github.com/danielgtaylor/casing v0.0.0-20210126043903-4e55e6373ac3 // indirect
|
|
github.com/danielgtaylor/huma v1.14.3 // indirect
|
|
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
|
|
github.com/fatih/color v1.13.0 // indirect
|
|
github.com/fatih/structs v1.1.0 // indirect
|
|
github.com/fxamacker/cbor/v2 v2.4.0 // indirect
|
|
github.com/go-chi/chi v4.1.2+incompatible // indirect
|
|
github.com/go-chi/chi/v5 v5.2.5 // indirect
|
|
github.com/goccy/go-yaml v1.9.5 // indirect
|
|
github.com/graphql-go/graphql v0.8.0 // indirect
|
|
github.com/graphql-go/handler v0.2.3 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
github.com/jackc/pgx/v5 v5.9.1 // indirect
|
|
github.com/koron-go/gqlcost v0.2.2 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/tent/http-link-go v0.0.0-20130702225549-ac974c61c2f9 // indirect
|
|
github.com/x448/float16 v0.8.4 // indirect
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
|
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
|
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
|
|
golang.org/x/sys v0.42.0 // indirect
|
|
golang.org/x/text v0.35.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
)
|