-
Notifications
You must be signed in to change notification settings - Fork 689
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go mod: migrating from dep to go modules
- Dependencies are vendored before building using `go mod vendor`. - During `go build` and `go test`, the vendored dependencies are used by setting `GOFLAGS=-mod=vendor`. Signed-off-by: Amarnath <[email protected]>
- Loading branch information
1 parent
1f6cfe8
commit dbe534e
Showing
8 changed files
with
319 additions
and
963 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
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
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
Oops, something went wrong.