add a client and server implementation for the interop test runner

This commit is contained in:
Marten Seemann
2019-10-05 00:13:34 +07:00
parent 789ea13dde
commit a2e61ad76d
6 changed files with 263 additions and 22 deletions

1
go.mod
View File

@@ -14,4 +14,5 @@ require (
github.com/onsi/gomega v1.4.3
golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
)