Skip to content

Commit

Permalink
Remove github.com/open-telemetry/opentelemetry-collector dependency (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
evantorrie authored Jul 16, 2020
1 parent 166c703 commit 4f3fab3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1,176 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- OTLP .proto files from `open-telemetry/opentelemetry-proto` imported as a git submodule under `internal/opentelemetry-proto`.
References to `github.com/open-telemetry/opentelemetry-proto` changed to `go.opentelemetry.io/otel/internal/opentelemetry-proto-gen`. (#948)

### Removed

- Removed dependency on `github.com/open-telemetry/opentelemetry-collector`. (#943)

## [0.8.0] - 2020-07-09

### Added
Expand Down
2 changes: 1 addition & 1 deletion example/otel-collector/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module go.opentelemetry.io/otel/example/otel-collector
go 1.14

require (
github.com/open-telemetry/opentelemetry-collector v0.3.0
go.opentelemetry.io/otel v0.8.0
go.opentelemetry.io/otel/exporters/otlp v0.8.0
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa // indirect
google.golang.org/grpc v1.30.0
)

Expand Down
Loading

0 comments on commit 4f3fab3

Please sign in to comment.