2020-05-11 20:57:46 +02:00
|
|
|
module storj.io/drpc
|
|
|
|
|
2020-05-29 15:08:11 +02:00
|
|
|
go 1.13
|
2020-05-11 20:57:46 +02:00
|
|
|
|
|
|
|
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
|
|
|
|
)
|