summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2023-02-25 09:28:47 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2023-02-25 09:28:47 +0000
commitb70d5b0e206ed13776d50b2d930b1d686e8b70fd (patch)
tree8cdf6db8183f162db4270705c52c46ca07d32233
parent01ede4a3102dde2ba16a29980493bf437b19bc8a (diff)
Mark grpc_testing as deprecatedv1.0.5
-rw-r--r--grpc_testing/go.mod4
1 files changed, 4 insertions, 0 deletions
diff --git a/grpc_testing/go.mod b/grpc_testing/go.mod
new file mode 100644
index 0000000..0d68588
--- /dev/null
+++ b/grpc_testing/go.mod
@@ -0,0 +1,4 @@
+// Deprecated: internal tests have been moved to internal/grpc_test.
+module grpc_testing
+
+go 1.18