diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2021-06-02 12:48:59 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2021-06-02 12:48:59 +0100 |
| commit | ed34a23a259a53398cdb3c4cddf4099e0a81723d (patch) | |
| tree | 3df7720f10abf76c866d3067cfa8e3fd8d4cfb6d /grpc_testing/go.mod | |
| parent | fd06c81a297abe152d000fa5009bf9f9693d4499 (diff) | |
Add gRPC tests
Those tests live in a separate Go module so that people will not depend
on gRPC libraries unintentionally.
Diffstat (limited to 'grpc_testing/go.mod')
| -rw-r--r-- | grpc_testing/go.mod | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/grpc_testing/go.mod b/grpc_testing/go.mod new file mode 100644 index 0000000..1147bc8 --- /dev/null +++ b/grpc_testing/go.mod @@ -0,0 +1,10 @@ +module grpc_testing + +go 1.16 + +require ( + github.com/stretchr/testify v1.7.0 + go.awhk.org/pipeln v1.0.0 + google.golang.org/grpc v1.38.0 + google.golang.org/protobuf v1.26.0 +) |
