aboutsummaryrefslogtreecommitdiff
path: root/internal/grpc_test/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'internal/grpc_test/go.mod')
-rw-r--r--internal/grpc_test/go.mod14
1 files changed, 7 insertions, 7 deletions
diff --git a/internal/grpc_test/go.mod b/internal/grpc_test/go.mod
index 933542f..9bab52d 100644
--- a/internal/grpc_test/go.mod
+++ b/internal/grpc_test/go.mod
@@ -7,16 +7,16 @@ require go.awhk.org/pipeln v0.0.0
replace go.awhk.org/pipeln => ../../
require (
- go.awhk.org/core v0.2.0
- google.golang.org/grpc v1.49.0
+ go.awhk.org/core v0.5.0
+ google.golang.org/grpc v1.53.0
google.golang.org/protobuf v1.28.1
)
require (
github.com/golang/protobuf v1.5.2 // indirect
- github.com/google/go-cmp v0.5.8 // indirect
- golang.org/x/net v0.0.0-20221002022538-bcab6841153b // indirect
- golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
- golang.org/x/text v0.3.7 // indirect
- google.golang.org/genproto v0.0.0-20220930163606-c98284e70a91 // indirect
+ github.com/google/go-cmp v0.5.9 // indirect
+ golang.org/x/net v0.7.0 // indirect
+ golang.org/x/sys v0.5.0 // indirect
+ golang.org/x/text v0.7.0 // indirect
+ google.golang.org/genproto v0.0.0-20230216225411-c8e22ba71e44 // indirect
)