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