You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
460 B
15 lines
460 B
module gitea.drugeyes.vip/pharnexbase/utils
|
|
|
|
go 1.18
|
|
|
|
require github.com/go-kratos/kratos/v2 v2.5.4
|
|
|
|
require (
|
|
github.com/go-playground/form/v4 v4.2.0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect
|
|
google.golang.org/grpc v1.46.2 // indirect
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0 // indirect
|
|
)
|
|
|