mirror of https://github.com/longhorn/types.git
18 lines
363 B
Modula-2
18 lines
363 B
Modula-2
module github.com/longhorn/types
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.25.1
|
|
|
|
require (
|
|
google.golang.org/grpc v1.75.1
|
|
google.golang.org/protobuf v1.36.9
|
|
)
|
|
|
|
require (
|
|
golang.org/x/net v0.41.0 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
golang.org/x/text v0.26.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
|
|
)
|