mirror of https://github.com/mitchell/selfpass.git
9 lines
137 B
Modula-2
9 lines
137 B
Modula-2
|
module github.com/mitchell/selfpass_protobuf/go
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/golang/protobuf v1.3.1
|
||
|
google.golang.org/grpc v1.22.0
|
||
|
)
|