Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add some missing indirect dependencies.
#322 managed to compile, but `go tidy` wasn't happy with it. OTEL continues its trend of poor backwards compatibility and a maze of different modules. ``` % go mod tidy go: finding module for package go.opentelemetry.io/otel/exporters/otlp/internal/envconfig go: finding module for package go.opentelemetry.io/otel/exporters/otlp/internal go: github.com/Snowflake-Labs/sansshell/auth/opa imports github.com/open-policy-agent/opa/rego imports github.com/open-policy-agent/opa/plugins tested by github.com/open-policy-agent/opa/plugins.test imports github.com/open-policy-agent/opa/internal/distributedtracing imports go.opentelemetry.io/otel/exporters/otlp/otlptrace imports go.opentelemetry.io/otel/exporters/otlp/internal: module go.opentelemetry.io/otel/exporters/otlp@latest found (v0.20.1), but does not contain package go.opentelemetry.io/otel/exporters/otlp/internal go: github.com/Snowflake-Labs/sansshell/auth/opa imports github.com/open-policy-agent/opa/rego imports github.com/open-policy-agent/opa/plugins tested by github.com/open-policy-agent/opa/plugins.test imports github.com/open-policy-agent/opa/internal/distributedtracing imports go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc imports go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/otlpconfig imports go.opentelemetry.io/otel/exporters/otlp/internal/envconfig: module go.opentelemetry.io/otel/exporters/otlp@latest found (v0.20.1), but does not contain package go.opentelemetry.io/otel/exporters/otlp/internal/envconfig ```
- Loading branch information