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