46 lines
1.8 KiB
Modula-2
46 lines
1.8 KiB
Modula-2
module github.com/FrankenBotDev/FrankenAPI
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
entgo.io/ent v0.11.1
|
|
github.com/go-chi/chi/v5 v5.0.7
|
|
github.com/go-chi/cors v1.2.1
|
|
github.com/go-chi/jwtauth/v5 v5.0.2
|
|
github.com/jackc/pgx/v4 v4.16.1
|
|
github.com/joho/godotenv v1.4.0
|
|
gopkg.in/olahol/melody.v1 v1.0.0-20170518105555-d52139073376
|
|
)
|
|
|
|
require (
|
|
ariga.io/atlas v0.5.0 // indirect
|
|
github.com/agext/levenshtein v1.2.1 // indirect
|
|
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.0-20210816181553-5444fa50b93d // indirect
|
|
github.com/go-openapi/inflect v0.19.0 // indirect
|
|
github.com/goccy/go-json v0.7.6 // indirect
|
|
github.com/google/go-cmp v0.5.6 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/hashicorp/hcl/v2 v2.10.0 // indirect
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
|
github.com/jackc/pgconn v1.12.1 // indirect
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgproto3/v2 v2.3.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
|
|
github.com/jackc/pgtype v1.11.0 // indirect
|
|
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
|
|
github.com/lestrrat-go/blackmagic v1.0.0 // indirect
|
|
github.com/lestrrat-go/httpcc v1.0.0 // indirect
|
|
github.com/lestrrat-go/iter v1.0.1 // indirect
|
|
github.com/lestrrat-go/jwx v1.2.6 // indirect
|
|
github.com/lestrrat-go/option v1.0.0 // indirect
|
|
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/zclconf/go-cty v1.8.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
|
|
golang.org/x/mod v0.5.1 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
)
|