Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg/trace/{obfuscate,agent}: remove obfuscator dependency on config package #4209

Merged
merged 1 commit into from
Sep 26, 2019

Conversation

gbbr
Copy link
Contributor

@gbbr gbbr commented Sep 26, 2019

This change removes the 'obfuscate' package's dependency on the 'config'
package in an attempt to reduce transitive dependency and make it more
accessible to outside users.

  • Before: 176 transitive dependencies
  • After: 106 transitive dependencies (87 standard library, 19 for models)

To view, use go list -f '{{ join .Deps "\n" }}' ./pkg/trace/obfuscate

@gbbr gbbr added this to the 6.15.0 milestone Sep 26, 2019
…ackage

This change removes the 'obfuscate' package's dependency on the 'config'
package in an attempt to reduce transitive dependency and make it more
accessible to outside users.

* Before: 176 transitive dependencies
* After: 106 transitive dependencies (87 standard library, 19 for models)
@gbbr gbbr requested a review from a team September 26, 2019 10:40
@gbbr gbbr merged commit 018ca28 into master Sep 26, 2019
@gbbr gbbr deleted the gbbr/obfuscate-light branch September 26, 2019 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants