mirror of
https://github.com/Unkn0wnCat/calapi.git
synced 2025-04-28 09:36:20 +02:00
57 lines
2.3 KiB
Modula-2
57 lines
2.3 KiB
Modula-2
module github.com/Unkn0wnCat/calapi
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/766b/chi-prometheus v0.0.0-20211217152057-87afa9aa2ca8
|
|
github.com/99designs/gqlgen v0.17.24
|
|
github.com/go-chi/chi v1.5.4
|
|
github.com/golang-jwt/jwt/v5 v5.0.0-rc.1
|
|
github.com/google/flatbuffers v1.12.0
|
|
github.com/objectbox/objectbox-go v1.6.1
|
|
github.com/prometheus/client_golang v1.4.0
|
|
github.com/spf13/cobra v1.6.1
|
|
github.com/spf13/cobra-cli v1.3.0
|
|
github.com/spf13/viper v1.15.0
|
|
github.com/vektah/gqlparser/v2 v2.5.1
|
|
go.uber.org/zap v1.21.0
|
|
)
|
|
|
|
require (
|
|
github.com/agnivade/levenshtein v1.1.1 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
|
github.com/go-chi/cors v1.2.1 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/objectbox/objectbox-generator v0.13.0 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
github.com/prometheus/common v0.9.1 // indirect
|
|
github.com/prometheus/procfs v0.0.8 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/spf13/afero v1.9.3 // indirect
|
|
github.com/spf13/cast v1.5.0 // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/subosito/gotenv v1.4.2 // indirect
|
|
github.com/urfave/cli/v2 v2.8.1 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
go.uber.org/multierr v1.8.0 // indirect
|
|
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
|
|
golang.org/x/sys v0.3.0 // indirect
|
|
golang.org/x/text v0.5.0 // indirect
|
|
golang.org/x/tools v0.1.12 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|