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

Error when running go get on the library #69

Closed
JamieDanielson opened this issue Sep 20, 2023 · 0 comments · Fixed by #68
Closed

Error when running go get on the library #69

JamieDanielson opened this issue Sep 20, 2023 · 0 comments · Fixed by #68
Assignees
Labels
status: oncall Flagged for awareness from Honeycomb Telemetry Oncall type: bug Something isn't working

Comments

@JamieDanielson
Copy link
Contributor

Versions

Latest

Steps to reproduce

  1. go get github.com/honeycombio/otel-config-go/otelconfig

Additional context

Error when running go get github.com/honeycombio/otel-config-go/otelconfig

go get github.com/honeycombio/otel-config-go/otelconfig
go: github.com/honeycombio/otel-config-go/otelconfig imports
	github.com/honeycombio/otel-config-go/otelconfig/pipelines imports
	go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc imports
	go.opentelemetry.io/otel/exporters/otlp/internal: cannot find module providing package go.opentelemetry.io/otel/exporters/otlp/internal
go: github.com/honeycombio/otel-config-go/otelconfig imports
	github.com/honeycombio/otel-config-go/otelconfig/pipelines imports
	go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc imports
	go.opentelemetry.io/otel/exporters/otlp/otlpmetric/internal/oconf imports
	go.opentelemetry.io/otel/exporters/otlp/internal/envconfig: cannot find module providing package go.opentelemetry.io/otel/exporters/otlp/internal/envconfig
@JamieDanielson JamieDanielson added type: bug Something isn't working status: oncall Flagged for awareness from Honeycomb Telemetry Oncall labels Sep 20, 2023
@JamieDanielson JamieDanielson self-assigned this Sep 20, 2023
JamieDanielson added a commit that referenced this issue Sep 21, 2023
## Which problem is this PR solving?

- closes #69 
- replaces #67 
- replaces #66 
- replaces #65 
- replaces #64 

## Short description of the changes

Update otel-go packages to latest [Release
v1.18.0/v0.41.0/v0.0.6](https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.18.0)
Update otel-go-contrib packages to latest [Release
v1.19.0/v0.44.0/v0.13.0](https://github.com/open-telemetry/opentelemetry-go-contrib/releases/tag/v1.19.0).

- contrib detector to 0.44.0
- contrib instr to 0.44.0
- contrib propagators to 1.19.0
- core otel to 1.18.0
- otel metric exporters to 0.41.0
- otel trace exporters to 1.18.0
- otel sdk to 1.18.0
- otel metric sdk to 0.41.0
- grpc to 1.58.1 as part of otel requirement

## How to verify that this has the expected result

No error when installing the package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: oncall Flagged for awareness from Honeycomb Telemetry Oncall type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant