module gitee.com/lailonghui/vehicle-supervision-framework go 1.14 require ( github.com/99designs/gqlgen v0.13.0 github.com/dustin/go-humanize v1.0.0 // indirect github.com/facebookarchive/inject v0.0.0-20180706035515-f23751cae28b // indirect github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect github.com/facebookgo/inject v0.0.0-20180706035515-f23751cae28b github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect github.com/facebookgo/structtag v0.0.0-20150214074306-217e25fb9691 // indirect github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect github.com/fsnotify/fsnotify v1.4.9 // indirect github.com/gin-gonic/gin v1.6.3 github.com/go-kit/kit v0.10.0 github.com/go-playground/locales v0.13.0 github.com/go-playground/universal-translator v0.17.0 github.com/go-playground/validator/v10 v10.4.1 github.com/go-redis/cache/v8 v8.3.1 github.com/go-redis/redis/v8 v8.7.1 github.com/gogo/protobuf v1.3.2 // indirect github.com/golang/protobuf v1.4.3 // indirect github.com/google/uuid v1.1.2 // indirect github.com/grpc-ecosystem/grpc-gateway v1.14.5 // indirect github.com/json-iterator/go v1.1.10 github.com/leodido/go-urn v1.2.1 // indirect github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible github.com/lestrrat-go/strftime v1.0.4 // indirect github.com/magiconair/properties v1.8.4 // indirect github.com/mitchellh/mapstructure v1.4.1 github.com/pelletier/go-toml v1.8.1 // indirect github.com/pkg/errors v0.9.1 github.com/prometheus/client_golang v1.5.1 // indirect github.com/spf13/afero v1.5.1 // indirect github.com/spf13/cast v1.3.1 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/spf13/viper v1.7.1 github.com/stretchr/testify v1.7.0 github.com/ugorji/go v1.2.4 // indirect go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738 go.uber.org/multierr v1.6.0 // indirect go.uber.org/zap v1.16.0 golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect golang.org/x/mod v0.4.2 // indirect golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect golang.org/x/sys v0.0.0-20210309074719-68d13333faf2 // indirect golang.org/x/text v0.3.5 // indirect golang.org/x/tools v0.1.0 // indirect google.golang.org/grpc v1.27.0 // indirect gopkg.in/ini.v1 v1.62.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gorm.io/gorm v1.21.3 sigs.k8s.io/yaml v1.2.0 // indirect ) replace google.golang.org/grpc => google.golang.org/grpc v1.26.0