-
Notifications
You must be signed in to change notification settings - Fork 344
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: distinct require blocks for direct vs indirect deps (#2892)
Closes #2891 It looks like `go mod tidy` got confused by our go.mod containing four require blocks. I removed three of the `require()` statements so that all the dependencies were in one block and then `go mod tidy` was able to split them into two distinct blocks: 1. direct deps 2. indirect deps No dependency versions should've changed. This is purely a visual convenience. Ref: https://stackoverflow.com/questions/69432877/why-there-are-two-require-blocks-in-go-mod-since-go-1-17
- Loading branch information
Showing
1 changed file
with
74 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters