11 lines
198 B
Modula-2
11 lines
198 B
Modula-2
module yunlian-file-v2
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
google.golang.org/grpc v1.37.0
|
|
google.golang.org/protobuf v1.26.0
|
|
)
|