Skip to content

Commit

Permalink
fix http client request credentials leak into trace info
Browse files Browse the repository at this point in the history
  • Loading branch information
talgendler committed Apr 24, 2022
1 parent 7f6b4dd commit b7ad3ed
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 66 deletions.
21 changes: 10 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,20 @@ go 1.14

require (
github.com/golang/mock v1.6.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.3
github.com/grpc-ecosystem/grpc-gateway/v2 v2.10.0
github.com/opentracing/opentracing-go v1.2.0
github.com/soheilhy/cmux v0.1.4
github.com/stretchr/testify v1.7.0
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/dig v1.13.0 // indirect
go.uber.org/fx v1.16.0
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.20.0 // indirect
go.uber.org/dig v1.14.1 // indirect
go.uber.org/fx v1.17.1
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.21.0 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/net v0.0.0-20220121210141-e204ce36a2ba // indirect
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20220118154757-00ab72f36ad5
google.golang.org/grpc v1.44.0
golang.org/x/net v0.0.0-20220421235706-1d1ef9303861 // indirect
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
google.golang.org/genproto v0.0.0-20220422154200-b37d22cd5731
google.golang.org/grpc v1.46.0
google.golang.org/grpc/examples v0.0.0-20201106192519-9c2f82d9a79c // indirect
google.golang.org/protobuf v1.27.1
google.golang.org/protobuf v1.28.0
)
Loading

0 comments on commit b7ad3ed

Please sign in to comment.