Skip to content

Use separate go.mod/go.sum to manage tool deps #736

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

Merged
merged 1 commit into from
Sep 24, 2019
Merged

Use separate go.mod/go.sum to manage tool deps #736

merged 1 commit into from
Sep 24, 2019

Conversation

tpounds
Copy link
Contributor

@tpounds tpounds commented Sep 24, 2019

Creates a separate go.mod/go.sum to manage build tool deps. Should fix go get issues consumers of golangci-lint are seeing due to broken/invalid transitive goreleaser dependencies.

Fixes downstream `go get` issues due to broken/invalid
transitive goreleaser dependencies.

Fixes #730
@tpounds tpounds requested a review from jirfag September 24, 2019 16:23
@jirfag jirfag merged commit c427c61 into golangci:master Sep 24, 2019
@tpounds tpounds deleted the fix-goreleaser-deps branch September 24, 2019 19:33
korjavin added a commit to korjavin/golangci-lint-1 that referenced this pull request Sep 28, 2019
* tag 'v1.19.1':
  Use separate go.mod/go.sum to manage tool deps. (golangci#736)
  Use stretchr/testify to mock log.
  Fix golangci#733: update forked bodyclose
  Cleanup obsolete go.mod/go.sum diff. (golangci#729)
  dev: update deprecated parts of .goreleaser.yml
  dev: trigger CI build on tag push
  Update minimum Go version to 1.12.
  Enable consistent GOPROXY Go 1.12/1.13 behavior.
  Fix golangci#608: use forked bodyclose
  Drop memory usage of go/analysis linters 5x
  Manage build tools via go.mod.
  Update whitespace
  Reduce memory usage of go/analysis
@ldez ldez added this to the v1.19 milestone Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants