proto: add initial protocol definitions

This commit is contained in:
George Tankersley
2018-09-28 21:34:22 +00:00
parent 58e5f3e78b
commit 09cd0300e6
5 changed files with 596 additions and 1 deletions

7
go.mod
View File

@@ -1,3 +1,8 @@
module github.com/gtank/ctxd
require github.com/pkg/errors v0.8.0
require (
github.com/golang/protobuf v1.2.0
github.com/pkg/errors v0.8.0
golang.org/x/net v0.0.0-20180926154720-4dfa2610cdf3 // indirect
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect
)