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

Vendor go.opentelemetry.io/collector #4660

Merged
merged 5 commits into from
Feb 1, 2021
Merged

Commits on Jan 28, 2021

  1. Support vendoring go.opentelemetry.io/collector

    Add a script to vendor go.opentelemetry.io/collector,
    along with mixin sources in "internal/.otel_collector_mixin",
    into "internal/otel_collector". The script will update go.mod
    to use this as a local replacement. Run this as part of the
    "go-generate" make target.
    
    We also add a requirement on go-licence-detector 0.5.0,
    which added support for local module replacements.
    axw committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    930f2fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcda5c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0501f1 View commit details
    Browse the repository at this point in the history
  4. Fix goimports

    axw committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    8f1d7d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Configuration menu
    Copy the full SHA
    34cf17f View commit details
    Browse the repository at this point in the history