mirror of
https://github.com/go-kratos/kratos.git
synced 2025-01-10 00:29:01 +02:00
22 lines
721 B
Modula-2
22 lines
721 B
Modula-2
module github.com/bilibili/Kratos
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/fatih/color v1.7.0
|
|
github.com/fsnotify/fsnotify v1.4.7
|
|
github.com/go-playground/locales v0.12.1 // indirect
|
|
github.com/go-playground/universal-translator v0.16.0 // indirect
|
|
github.com/gogo/protobuf v1.2.0
|
|
github.com/golang/protobuf v1.2.0
|
|
github.com/kr/pty v1.1.4
|
|
github.com/leodido/go-urn v1.1.0 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/prometheus/client_golang v0.9.2
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/urfave/cli v1.20.0
|
|
google.golang.org/grpc v1.18.0
|
|
gopkg.in/AlecAivazis/survey.v1 v1.8.2
|
|
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
|
gopkg.in/go-playground/validator.v9 v9.26.0
|
|
)
|