mirror of
https://github.com/go-kratos/kratos.git
synced 2025-04-11 11:42:10 +02:00
9 lines
147 B
Modula-2
9 lines
147 B
Modula-2
module github.com/go-kratos/kratos/cmd/protoc-gen-go-errors/v2
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
golang.org/x/text v0.3.7
|
|
google.golang.org/protobuf v1.28.0
|
|
)
|