-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating dotnet dependencies and protofiles
- Loading branch information
Showing
8 changed files
with
186 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule api
updated
16 files
+7 −9 | .github/workflows/lint.yaml | |
+7 −0 | CONTRIBUTING.md | |
+10 −14 | README.md | |
+52 −12 | authzed/api/v0/acl_service.proto | |
+5 −5 | authzed/api/v0/core.proto | |
+21 −5 | authzed/api/v0/namespace.proto | |
+27 −7 | authzed/api/v0/namespace_service.proto | |
+10 −3 | authzed/api/v0/watch_service.proto | |
+5 −5 | authzed/api/v1/core.proto | |
+25 −24 | authzed/api/v1/permission_service.proto | |
+5 −4 | authzed/api/v1/watch_service.proto | |
+12 −1 | authzed/api/v1alpha1/schema.proto | |
+83 −0 | authzed/api/v1alpha1/watchresources_service.proto | |
+7 −7 | buf.lock | |
+0 −83 | buf.md | |
+1 −0 | buf.md | |
+1 −1 | buf.yaml |
Submodule grpc-gateway
updated
164 files
Submodule protoc-gen-validate
updated
from 2bbebc to dfcdc5
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,30 @@ | ||
RESTRICTION: == netstandard2.0 | ||
NUGET | ||
remote: https://api.nuget.org/v3/index.json | ||
Google.Api.CommonProtos (2.4) | ||
Google.Api.CommonProtos (2.5) | ||
Google.Protobuf (>= 3.18 < 4.0) | ||
Google.Protobuf (3.19.1) | ||
Google.Protobuf (3.20.1) | ||
System.Memory (>= 4.5.3) | ||
System.Runtime.CompilerServices.Unsafe (>= 4.5.2) | ||
Grpc.Core.Api (2.41.1) | ||
Grpc.Core.Api (2.45) | ||
System.Memory (>= 4.5.3) | ||
Grpc.Net.Client (2.40) | ||
Grpc.Net.Common (>= 2.40) | ||
Grpc.Net.Client (2.45) | ||
Grpc.Net.Common (>= 2.45) | ||
Microsoft.Extensions.Logging.Abstractions (>= 3.0.3) | ||
System.Diagnostics.DiagnosticSource (>= 4.5.1) | ||
Grpc.Net.Common (2.40) | ||
Grpc.Core.Api (>= 2.40) | ||
Grpc.Tools (2.41.1) | ||
Microsoft.Extensions.Logging.Abstractions (5.0) | ||
Grpc.Net.Common (2.45) | ||
Grpc.Core.Api (>= 2.45) | ||
Grpc.Tools (2.45) | ||
Microsoft.Extensions.Logging.Abstractions (6.0.1) | ||
System.Buffers (>= 4.5.1) | ||
System.Memory (>= 4.5.4) | ||
System.Buffers (4.5.1) | ||
System.Diagnostics.DiagnosticSource (5.0.1) | ||
System.Diagnostics.DiagnosticSource (6.0) | ||
System.Memory (>= 4.5.4) | ||
System.Runtime.CompilerServices.Unsafe (>= 5.0) | ||
System.Runtime.CompilerServices.Unsafe (>= 6.0) | ||
System.Memory (4.5.4) | ||
System.Buffers (>= 4.5.1) | ||
System.Numerics.Vectors (>= 4.4) | ||
System.Runtime.CompilerServices.Unsafe (>= 4.5.3) | ||
System.Numerics.Vectors (4.5) | ||
System.Runtime.CompilerServices.Unsafe (5.0) | ||
System.Runtime.CompilerServices.Unsafe (6.0) |