mirror of
https://github.com/go-kratos/kratos.git
synced 2024-12-26 20:54:38 +02:00
7eb39d0c39
* build(deps): bump golang.org/x/net from 0.19.0 to 0.23.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.23.0. - [Commits](https://github.com/golang/net/compare/v0.19.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * go mod tidy --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Windfarer <windfarer@gmail.com>
47 lines
1.8 KiB
Modula-2
47 lines
1.8 KiB
Modula-2
module github.com/go-kratos/kratos/v2
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
dario.cat/mergo v1.0.0
|
|
github.com/fsnotify/fsnotify v1.6.0
|
|
github.com/go-kratos/aegis v0.2.0
|
|
github.com/go-playground/form/v4 v4.2.0
|
|
github.com/golang-jwt/jwt/v5 v5.1.0
|
|
github.com/google/uuid v1.4.0
|
|
github.com/gorilla/mux v1.8.1
|
|
go.opentelemetry.io/otel v1.24.0
|
|
go.opentelemetry.io/otel/metric v1.24.0
|
|
go.opentelemetry.io/otel/sdk v1.24.0
|
|
go.opentelemetry.io/otel/sdk/metric v1.24.0
|
|
go.opentelemetry.io/otel/trace v1.24.0
|
|
golang.org/x/sync v0.5.0
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20240102182953-50ed04b92917
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917
|
|
google.golang.org/grpc v1.61.1
|
|
google.golang.org/protobuf v1.33.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/envoyproxy/go-control-plane v0.11.2-0.20230627204322-7d0032219fcb // indirect
|
|
github.com/go-logr/logr v1.4.1 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/lufia/plan9stats v0.0.0-20230326075908-cb1d2100619a // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect
|
|
github.com/rogpeppe/go-internal v1.11.0 // indirect
|
|
github.com/shirou/gopsutil/v3 v3.23.6 // indirect
|
|
github.com/shoenig/go-m1cpu v0.1.6 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.11 // indirect
|
|
github.com/tklauser/numcpus v0.6.1 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.3 // indirect
|
|
golang.org/x/net v0.23.0 // indirect
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20231212172506-995d672761c0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
)
|