2022-01-10 15:21:58 +08:00
|
|
|
module git.icechen.cn/monorepo/backend
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
2022-01-11 00:48:03 +08:00
|
|
|
require (
|
|
|
|
github.com/gofiber/fiber/v2 v2.24.0
|
|
|
|
github.com/golang/protobuf v1.5.2
|
|
|
|
github.com/jinzhu/copier v0.3.4
|
|
|
|
github.com/larksuite/oapi-sdk-go v1.1.43
|
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
go.etcd.io/etcd/client/v3 v3.5.1
|
|
|
|
google.golang.org/grpc v1.43.0
|
|
|
|
gorm.io/driver/mysql v1.2.3
|
|
|
|
gorm.io/gorm v1.22.4
|
|
|
|
)
|
2022-01-10 20:21:47 +08:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/andybalholm/brotli v1.0.2 // indirect
|
2022-01-11 00:48:03 +08:00
|
|
|
github.com/coreos/go-semver v0.3.0 // indirect
|
|
|
|
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
|
|
|
|
github.com/go-sql-driver/mysql v1.6.0 // indirect
|
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
|
|
github.com/jinzhu/now v1.1.3 // indirect
|
2022-01-10 20:21:47 +08:00
|
|
|
github.com/klauspost/compress v1.13.4 // indirect
|
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
|
|
github.com/valyala/fasthttp v1.31.0 // indirect
|
|
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
2022-01-11 00:48:03 +08:00
|
|
|
go.etcd.io/etcd/api/v3 v3.5.1 // indirect
|
|
|
|
go.etcd.io/etcd/client/pkg/v3 v3.5.1 // indirect
|
|
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
|
|
go.uber.org/zap v1.17.0 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20210510120150-4163338589ed // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40 // indirect
|
|
|
|
golang.org/x/text v0.3.6 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect
|
|
|
|
google.golang.org/protobuf v1.26.0 // indirect
|
2022-01-10 20:21:47 +08:00
|
|
|
)
|