2021-02-17 17:14:47 +08:00
|
|
|
module github.com/go-kratos/kratos/v2
|
2019-02-01 15:57:43 +08:00
|
|
|
|
2021-02-17 17:14:47 +08:00
|
|
|
go 1.15
|
2019-04-12 21:07:26 +08:00
|
|
|
|
2019-02-01 15:57:43 +08:00
|
|
|
require (
|
2021-06-30 15:33:08 +08:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2021-02-17 17:14:47 +08:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9
|
2021-05-24 23:01:26 +08:00
|
|
|
github.com/google/uuid v1.2.0
|
2021-02-17 17:14:47 +08:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2021-07-01 20:36:12 +08:00
|
|
|
github.com/gorilla/schema v1.2.0
|
2021-05-24 23:01:26 +08:00
|
|
|
github.com/imdario/mergo v0.3.12
|
2021-06-14 12:25:15 +08:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-06-30 19:25:08 +08:00
|
|
|
go.opentelemetry.io/otel v1.0.0-RC1
|
|
|
|
go.opentelemetry.io/otel/sdk v1.0.0-RC1
|
|
|
|
go.opentelemetry.io/otel/trace v1.0.0-RC1
|
2021-06-30 15:33:08 +08:00
|
|
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
|
2021-05-24 23:01:26 +08:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2021-06-30 15:33:08 +08:00
|
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20210629200056-84d6f6074151
|
|
|
|
google.golang.org/grpc v1.39.0
|
|
|
|
google.golang.org/protobuf v1.27.1
|
2021-06-12 20:20:18 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
2019-02-01 15:57:43 +08:00
|
|
|
)
|