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.
kratos/go.mod

22 lines
653 B

4 years ago
module github.com/go-kratos/kratos/v2
6 years ago
go 1.16
6 years ago
6 years ago
require (
github.com/fsnotify/fsnotify v1.5.1
github.com/go-kratos/aegis v0.1.1
github.com/go-playground/form/v4 v4.2.0
github.com/golang-jwt/jwt/v4 v4.2.0
github.com/google/uuid v1.3.0
4 years ago
github.com/gorilla/mux v1.8.0
github.com/imdario/mergo v0.3.12
go.opentelemetry.io/otel v1.3.0
go.opentelemetry.io/otel/sdk v1.3.0
go.opentelemetry.io/otel/trace v1.3.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
google.golang.org/genproto v0.0.0-20220126215142-9970aeb2e350
google.golang.org/grpc v1.44.0
google.golang.org/protobuf v1.27.1
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
6 years ago
)