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

Resolve go.sum error when install gojq #2316

Merged
merged 1 commit into from
Oct 21, 2021

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Oct 21, 2021

Fix error when trying to install gojq:

$ make tools
cd ./internal/tools && \
go build -o /home/tyler/go/src/go.opentelemetry.io/otel/.tools/gojq github.com/itchyny/gojq/cmd/gojq
/home/tyler/go/pkg/mod/github.com/itchyny/gojq@v0.12.5/cli/cli.go:13:2: missing go.sum entry for module providing package github.com/itchyny/go-flags (imported by github.com/itchyny/gojq/cli); to add:
	go get github.com/itchyny/gojq/cli@v0.12.5
make: *** [Makefile:40: /home/tyler/go/src/go.opentelemetry.io/otel/.tools/gojq] Error 1

@MrAlias MrAlias added bug Something isn't working Skip Changelog PRs that do not require a CHANGELOG.md entry labels Oct 21, 2021
@codecov
Copy link

codecov bot commented Oct 21, 2021

Codecov Report

Merging #2316 (ad875c3) into main (059b27a) will decrease coverage by 0.0%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #2316     +/-   ##
=======================================
- Coverage   72.6%   72.6%   -0.1%     
=======================================
  Files        172     172             
  Lines      11917   11917             
=======================================
- Hits        8660    8658      -2     
- Misses      3023    3025      +2     
  Partials     234     234             
Impacted Files Coverage Δ
exporters/jaeger/jaeger.go 93.4% <0.0%> (-0.9%) ⬇️

@MrAlias MrAlias merged commit ab08fc1 into open-telemetry:main Oct 21, 2021
@MrAlias MrAlias deleted the fix-gojq-install branch October 21, 2021 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants