mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
19 lines
435 B
Modula-2
19 lines
435 B
Modula-2
module github.com/enfein/mieru
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/google/btree v1.1.2
|
|
golang.org/x/crypto v0.20.0
|
|
golang.org/x/sys v0.17.0
|
|
google.golang.org/grpc v1.62.0
|
|
google.golang.org/protobuf v1.32.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
golang.org/x/net v0.21.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
|
|
)
|