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

Commits on Sep 26, 2019

  1. pkg/trace/{obfuscate,agent}: remove obfuscator dependency on config p…

    …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 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    4e48454 View commit details
    Browse the repository at this point in the history