6cf6f95f58
CodeQL / Analyze (push) Has been cancelled
Sync to Gitee / Run (push) Has been cancelled
Go / build & test (1.25.x) (push) Has been cancelled
Go / build & test (1.26.x) (push) Has been cancelled
Lint / resolve module (push) Has been cancelled
Lint / lint module (push) Has been cancelled
28 lines
839 B
Modula-2
28 lines
839 B
Modula-2
module github.com/go-kratos/kratos/v3
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.10.1
|
|
github.com/go-playground/form/v4 v4.3.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/gorilla/websocket v1.5.3
|
|
golang.org/x/sync v0.20.0
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20260511170946-3700d4141b60
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20260511170946-3700d4141b60
|
|
google.golang.org/grpc v1.81.0
|
|
google.golang.org/protobuf v1.36.11
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
cel.dev/expr v0.25.2 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
|
golang.org/x/net v0.54.0 // indirect
|
|
golang.org/x/sys v0.44.0 // indirect
|
|
golang.org/x/text v0.37.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
)
|