You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
489 B
15 lines
489 B
6 years ago
|
module github.com/bilibili/Kratos
|
||
|
|
||
|
require (
|
||
|
github.com/go-playground/locales v0.12.1 // indirect
|
||
|
github.com/go-playground/universal-translator v0.16.0 // indirect
|
||
|
github.com/golang/protobuf v1.2.0
|
||
|
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
|
||
|
google.golang.org/grpc v1.18.0
|
||
|
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
||
|
gopkg.in/go-playground/validator.v9 v9.26.0
|
||
|
)
|