1 Star 0 Fork 11

kuraudo/车辆监管平台框架

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 2.22 KB
一键复制 编辑 原始数据 按行查看 历史
Harold 提交于 2021-05-20 11:34 . 新增ftp及云存储代理驱动
module gitee.com/lailonghui/vehicle-supervision-framework
go 1.16
require (
gitee.com/shiqiyue/redislock v0.0.1
github.com/99designs/gqlgen v0.13.0
github.com/Yamashou/gqlgenc v0.0.0-20210310054111-5ae38c3b540f
github.com/coreos/go-systemd/v22 v22.3.1 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/dgryski/trifles v0.0.0-20200323201526-dd97f9abfb48
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/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/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/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/viper v1.7.1
github.com/stretchr/testify v1.7.0
github.com/ugorji/go v1.2.4 // indirect
go.etcd.io/etcd/client/v3 v3.5.0-alpha.0
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0
goftp.io/server/v2 v2.0.0
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
golang.org/x/mod v0.4.2 // indirect
golang.org/x/net v0.0.0-20210423184538-5f58ad60dda6 // indirect
golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7 // indirect
google.golang.org/genproto v0.0.0-20210423144448-3a41ef94ed2b // indirect
google.golang.org/grpc v1.37.0 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gorm.io/gorm v1.21.3
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/gasho/vehicle-supervision-framework.git
[email protected]:gasho/vehicle-supervision-framework.git
gasho
vehicle-supervision-framework
车辆监管平台框架
master

搜索帮助