mirror of
https://github.com/Fishwaldo/mouthpiece.git
synced 2025-03-15 19:41:22 +00:00
123 lines
5.4 KiB
Modula-2
123 lines
5.4 KiB
Modula-2
module github.com/Fishwaldo/mouthpiece
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/alexliesenfeld/health v0.6.0
|
|
github.com/danielgtaylor/huma v1.12.2
|
|
github.com/go-logr/logr v1.2.3
|
|
github.com/go-logr/zapr v1.2.3
|
|
github.com/hellofresh/health-go/v4 v4.6.0
|
|
github.com/jinzhu/copier v0.3.5
|
|
github.com/skx/evalfilter/v2 v2.1.19
|
|
go.uber.org/zap v1.22.0
|
|
)
|
|
|
|
require (
|
|
entgo.io/ent v0.11.2
|
|
github.com/aofei/cameron v1.2.1
|
|
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be
|
|
github.com/dmarkham/enumer v1.5.6
|
|
github.com/eko/gocache/v3 v3.1.1
|
|
github.com/go-chi/chi v4.1.2+incompatible
|
|
github.com/go-pkgz/rest v1.15.6
|
|
github.com/go-playground/validator/v10 v10.11.0
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/golang-jwt/jwt/v4 v4.4.2
|
|
github.com/golang/mock v1.6.0
|
|
github.com/google/uuid v1.3.0
|
|
github.com/lib/pq v1.10.6
|
|
github.com/mattn/go-sqlite3 v1.14.15
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
github.com/mymmrac/telego v0.16.1
|
|
github.com/onsi/ginkgo/v2 v2.3.0
|
|
github.com/onsi/gomega v1.22.1
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/prometheus/client_golang v1.12.2
|
|
github.com/spf13/viper v1.12.0
|
|
github.com/xo/dburl v0.12.4
|
|
golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
)
|
|
|
|
require (
|
|
ariga.io/atlas v0.6.5-0.20220907173155-3332f3c1b8c9 // indirect
|
|
github.com/Jeffail/gabs/v2 v2.6.1 // indirect
|
|
github.com/XiaoMi/pegasus-go-client v0.0.0-20210427083443-f3b6b08bc4c2 // indirect
|
|
github.com/agext/levenshtein v1.2.1 // indirect
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
|
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/bradfitz/gomemcache v0.0.0-20220106215444-fb4bf637b56d // indirect
|
|
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/danielgtaylor/casing v0.0.0-20210126043903-4e55e6373ac3 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
|
|
github.com/fasthttp/router v1.4.11 // indirect
|
|
github.com/fatih/color v1.13.0 // indirect
|
|
github.com/fatih/structs v1.1.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.5.4 // indirect
|
|
github.com/fxamacker/cbor/v2 v2.4.0 // indirect
|
|
github.com/go-openapi/inflect v0.19.0 // indirect
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
|
github.com/go-redis/redis/v8 v8.11.5 // indirect
|
|
github.com/goccy/go-json v0.9.11 // indirect
|
|
github.com/goccy/go-yaml v1.9.5 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-cmp v0.5.8 // indirect
|
|
github.com/graphql-go/graphql v0.8.0 // indirect
|
|
github.com/graphql-go/handler v0.2.3 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/hashicorp/hcl/v2 v2.13.0 // indirect
|
|
github.com/klauspost/compress v1.15.0 // indirect
|
|
github.com/koron-go/gqlcost v0.2.2 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/magiconair/properties v1.8.6 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
|
|
github.com/opentracing/opentracing-go v1.2.0 // indirect
|
|
github.com/pascaldekloe/name v1.0.0 // indirect
|
|
github.com/pegasus-kv/thrift v0.13.0 // indirect
|
|
github.com/pelletier/go-toml v1.9.5 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
github.com/prometheus/common v0.33.0 // indirect
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
|
github.com/savsgio/gotils v0.0.0-20220530130905-52f3993e8d6d // indirect
|
|
github.com/sergi/go-diff v1.1.0 // indirect
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
|
github.com/spf13/afero v1.8.2 // 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.3.0 // indirect
|
|
github.com/tent/http-link-go v0.0.0-20130702225549-ac974c61c2f9 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.39.0 // 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
|
|
github.com/zclconf/go-cty v1.8.0 // indirect
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
go.uber.org/multierr v1.8.0 // indirect
|
|
golang.org/x/exp v0.0.0-20220518171630-0b5c67f07fdf // indirect
|
|
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
|
|
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
|
|
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
|
|
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/tools v0.1.13-0.20220804200503-81c7dc4e4efa // indirect
|
|
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
gopkg.in/ini.v1 v1.66.4 // indirect
|
|
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
k8s.io/apimachinery v0.23.5 // indirect
|
|
)
|