1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-07 23:02:12 +02:00
kratos/go.mod

22 lines
706 B
Modula-2
Raw Normal View History

2021-02-17 11:14:47 +02:00
module github.com/go-kratos/kratos/v2
2019-02-01 09:57:43 +02:00
2021-02-17 11:14:47 +02:00
go 1.15
2019-04-12 15:07:26 +02:00
2019-02-01 09:57:43 +02:00
require (
2021-02-17 11:14:47 +02:00
github.com/fsnotify/fsnotify v1.4.9
github.com/golang/protobuf v1.5.2
github.com/google/uuid v1.2.0
2021-02-17 11:14:47 +02:00
github.com/gorilla/mux v1.8.0
github.com/imdario/mergo v0.3.12
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/otel v0.20.0
go.opentelemetry.io/otel/trace v0.20.0
2021-05-27 07:05:48 +02:00
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
2021-05-27 07:05:48 +02:00
golang.org/x/sys v0.0.0-20210525143221-35b2ab0089ea // indirect
google.golang.org/genproto v0.0.0-20210524171403-669157292da3
google.golang.org/grpc v1.38.0
google.golang.org/protobuf v1.26.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
2019-02-01 09:57:43 +02:00
)