aboutsummaryrefslogtreecommitdiff
path: root/internal/grpc_test/go.mod
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2023-11-05 09:14:26 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2023-11-05 09:14:26 +0000
commitae0310d88e0ddaec8756eea7fbf6b8230793c7a8 (patch)
tree4891a50479938bc130edf76f3057b66f40ddef43 /internal/grpc_test/go.mod
parentd60d0c7ec6cc32202e8524362df3bb7680e9f114 (diff)
Remove external dependenciesv1.1.0
There have been bogus Dependabot alerts for what is essentially an archived project.
Diffstat (limited to 'internal/grpc_test/go.mod')
-rw-r--r--internal/grpc_test/go.mod19
1 files changed, 0 insertions, 19 deletions
diff --git a/internal/grpc_test/go.mod b/internal/grpc_test/go.mod
index 6e1d1e7..ae43e57 100644
--- a/internal/grpc_test/go.mod
+++ b/internal/grpc_test/go.mod
@@ -1,22 +1,3 @@
module go.awhk.org/pipeln/internal/grpc_test
go 1.18
-
-require go.awhk.org/pipeln v1.0.5
-
-replace go.awhk.org/pipeln => ../../
-
-require (
- go.awhk.org/core v0.7.0
- google.golang.org/grpc v1.58.3
- google.golang.org/protobuf v1.31.0
-)
-
-require (
- github.com/golang/protobuf v1.5.3 // indirect
- github.com/google/go-cmp v0.6.0 // indirect
- golang.org/x/net v0.17.0 // indirect
- golang.org/x/sys v0.13.0 // indirect
- golang.org/x/text v0.13.0 // indirect
- google.golang.org/genproto/googleapis/rpc v0.0.0-20231012201019-e917dd12ba7a // indirect
-)