-
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.
feat: migrate to standard debug_redact annotation
Standard annotation for marking fields as sensitive and subject for redaction in logs and other debug contexts. Requires bumping dependencies to get the latest protobuf compiler toolchain with support for the annotation.
- Loading branch information
Showing
48 changed files
with
3,739 additions
and
3,702 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ module sage | |
|
||
go 1.22.4 | ||
|
||
require go.einride.tech/sage v0.281.0 | ||
require go.einride.tech/sage v0.294.0 |
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,2 +1,2 @@ | ||
go.einride.tech/sage v0.281.0 h1:K5ShQf1xX1alT2+7q+RAK/1TQxUt3MkKJYGIAOu0Ob4= | ||
go.einride.tech/sage v0.281.0/go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ= | ||
go.einride.tech/sage v0.294.0 h1:X5v6sfvt762QwhcRptlYRKoYrNXb1nT9fxKDXsRtaWI= | ||
go.einride.tech/sage v0.294.0/go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ= |
478 changes: 237 additions & 241 deletions
478
cmd/saga/gen/einride/saga/extend/auth/v1beta1/auth_service.pb.go
Large diffs are not rendered by default.
Oops, something went wrong.
13 changes: 9 additions & 4 deletions
13
cmd/saga/gen/einride/saga/extend/auth/v1beta1/auth_service_grpc.pb.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
98 changes: 49 additions & 49 deletions
98
cmd/saga/gen/einride/saga/extend/book/v1beta1/address.pb.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.