59 lines
2.1 KiB
Modula-2
59 lines
2.1 KiB
Modula-2
module github.com/farahty/go-mongo
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.24.3
|
|
|
|
require (
|
|
github.com/casbin/casbin/v2 v2.80.0
|
|
github.com/casbin/mongodb-adapter/v3 v3.5.0
|
|
github.com/go-chi/chi/v5 v5.0.11
|
|
github.com/gorilla/websocket v1.5.1
|
|
github.com/graph-gophers/dataloader v5.0.0+incompatible
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
github.com/redis/go-redis/v9 v9.3.1
|
|
github.com/vektah/gqlparser/v2 v2.5.26
|
|
go.mongodb.org/mongo-driver v1.13.1
|
|
)
|
|
|
|
require (
|
|
github.com/agnivade/levenshtein v1.2.1 // indirect
|
|
github.com/casbin/govaluate v1.1.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/montanaflynn/stats v0.7.1 // indirect
|
|
github.com/opentracing/opentracing-go v1.2.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/sosodev/duration v1.3.1 // indirect
|
|
github.com/urfave/cli/v2 v2.27.6 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
|
|
golang.org/x/mod v0.24.0 // indirect
|
|
golang.org/x/net v0.39.0 // indirect
|
|
golang.org/x/sys v0.32.0 // indirect
|
|
golang.org/x/tools v0.32.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/99designs/gqlgen v0.17.73
|
|
github.com/fatih/color v1.16.0
|
|
github.com/go-chi/httprate v0.8.0
|
|
github.com/golang-jwt/jwt/v4 v4.5.0
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/uuid v1.6.0
|
|
github.com/klauspost/compress v1.17.4 // indirect
|
|
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
|
|
github.com/xdg-go/scram v1.1.2 // indirect
|
|
github.com/xdg-go/stringprep v1.0.4 // indirect
|
|
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
|
|
golang.org/x/crypto v0.37.0
|
|
golang.org/x/sync v0.13.0 // indirect
|
|
golang.org/x/text v0.24.0 // indirect
|
|
)
|