2021-02-17 11:14:47 +02:00
|
|
|
module github.com/go-kratos/kratos/v2
|
2019-02-01 09:57:43 +02:00
|
|
|
|
2021-10-08 14:49:56 +02:00
|
|
|
go 1.16
|
2019-04-12 15:07:26 +02:00
|
|
|
|
2019-02-01 09:57:43 +02:00
|
|
|
require (
|
2022-05-22 15:18:46 +02:00
|
|
|
github.com/fsnotify/fsnotify v1.5.4
|
|
|
|
github.com/go-kratos/aegis v0.1.2
|
2021-07-24 18:07:51 +02:00
|
|
|
github.com/go-playground/form/v4 v4.2.0
|
2022-05-22 15:18:46 +02:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.4.1
|
2021-07-24 18:07:51 +02:00
|
|
|
github.com/google/uuid v1.3.0
|
2021-02-17 11:14:47 +02:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2021-05-24 17:01:26 +02:00
|
|
|
github.com/imdario/mergo v0.3.12
|
2022-05-22 15:18:46 +02:00
|
|
|
go.opentelemetry.io/otel v1.7.0
|
|
|
|
go.opentelemetry.io/otel/sdk v1.7.0
|
|
|
|
go.opentelemetry.io/otel/trace v1.7.0
|
|
|
|
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29
|
|
|
|
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd
|
|
|
|
google.golang.org/grpc v1.46.2
|
|
|
|
google.golang.org/protobuf v1.28.0
|
|
|
|
gopkg.in/yaml.v3 v3.0.0
|
2019-02-01 09:57:43 +02:00
|
|
|
)
|