Skip to content

Commit

Permalink
feat: make sensitive log value redaction text configurable (#3040)
Browse files Browse the repository at this point in the history
  • Loading branch information
aarmam authored Mar 20, 2022
1 parent f9338e4 commit 536352c
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 178 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ replace (
require (
github.com/ThalesIgnite/crypto11 v1.2.4
github.com/cenkalti/backoff/v3 v3.0.0
github.com/evanphx/json-patch v4.9.0+incompatible
github.com/evanphx/json-patch v4.11.0+incompatible
github.com/go-bindata/go-bindata v3.1.2+incompatible
github.com/go-openapi/errors v0.20.1
github.com/go-openapi/runtime v0.20.0
Expand All @@ -43,12 +43,12 @@ require (
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/oleiade/reflections v1.0.1
github.com/olekukonko/tablewriter v0.0.1
github.com/ory/analytics-go/v4 v4.0.2
github.com/ory/analytics-go/v4 v4.0.3
github.com/ory/fosite v0.42.1
github.com/ory/go-acc v0.2.6
github.com/ory/graceful v0.1.1
github.com/ory/herodot v0.9.12
github.com/ory/x v0.0.344
github.com/ory/herodot v0.9.13
github.com/ory/x v0.0.358
github.com/pborman/uuid v1.2.1
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
github.com/pkg/errors v0.9.1
Expand Down
Loading

0 comments on commit 536352c

Please sign in to comment.