13 lines
236 B
Modula-2
13 lines
236 B
Modula-2
module github.com/tx7do/kratos-bootstrap/registry
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.24.3
|
|
|
|
require (
|
|
github.com/go-kratos/kratos/v2 v2.8.4
|
|
github.com/tx7do/kratos-bootstrap/api v0.0.21
|
|
)
|
|
|
|
require google.golang.org/protobuf v1.36.6 // indirect
|