mirror of
https://github.com/rclone/rclone.git
synced 2024-12-12 18:21:57 +01:00
11 lines
181 B
Modula-2
11 lines
181 B
Modula-2
|
module storj.io/drpc
|
||
|
|
||
|
go 1.14
|
||
|
|
||
|
require (
|
||
|
github.com/gogo/protobuf v1.2.1
|
||
|
github.com/spacemonkeygo/monkit/v3 v3.0.4
|
||
|
github.com/zeebo/assert v1.1.0
|
||
|
github.com/zeebo/errs v1.2.2
|
||
|
)
|