diff options
Diffstat (limited to 'internal/grpc_test/go.mod')
| -rw-r--r-- | internal/grpc_test/go.mod | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/internal/grpc_test/go.mod b/internal/grpc_test/go.mod index 9bab52d..6e1d1e7 100644 --- a/internal/grpc_test/go.mod +++ b/internal/grpc_test/go.mod @@ -2,21 +2,21 @@ module go.awhk.org/pipeln/internal/grpc_test go 1.18 -require go.awhk.org/pipeln v0.0.0 +require go.awhk.org/pipeln v1.0.5 replace go.awhk.org/pipeln => ../../ require ( - go.awhk.org/core v0.5.0 - google.golang.org/grpc v1.53.0 - google.golang.org/protobuf v1.28.1 + 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.2 // 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 + 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 ) |
