summaryrefslogtreecommitdiff
path: root/internal/grpc_test/go.mod
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2022-10-02 14:51:06 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2022-10-02 14:51:06 +0100
commitea1798557f3c9b029d3703f4182a3e0a1134f5ce (patch)
tree4c3f8bcada77ecf56730de24536dcef34c898847 /internal/grpc_test/go.mod
parent2f1bc2074a2678f473086587e7a7c73224009983 (diff)
Update google.golang.org/grpc to v1.49.0
Diffstat (limited to 'internal/grpc_test/go.mod')
-rw-r--r--internal/grpc_test/go.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/grpc_test/go.mod b/internal/grpc_test/go.mod
index 73ed76b..933542f 100644
--- a/internal/grpc_test/go.mod
+++ b/internal/grpc_test/go.mod
@@ -8,15 +8,15 @@ replace go.awhk.org/pipeln => ../../
require (
go.awhk.org/core v0.2.0
- google.golang.org/grpc v1.48.0
+ google.golang.org/grpc v1.49.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-20220728211354-c7608f3a8462 // indirect
- golang.org/x/sys v0.0.0-20220730100132-1609e554cd39 // 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-20220728213248-dd149ef739b9 // indirect
+ google.golang.org/genproto v0.0.0-20220930163606-c98284e70a91 // indirect
)