| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | go.mod: switch to modules for dependency management | Dmitry Vyukov | 2020-07-04 | 1 | -5/+0 |
| | | | | | | | | | | | | | | Godep is long deprecated and modules is the future. Updating dependencies with godep is painful and non-transparent. This will hopefully help to create custom golangci-lint linters. The change was created with: go mod init rm -rf vendor go mod vendor Fixes #1247 | ||||
| * | vendor: switch from dep to godep | Dmitry Vyukov | 2017-06-13 | 1 | -0/+5 |
| dep tool vendored too much code (100MB) including tests and unused packages. godep vendored significantly less (12MB) without tests and unused packages. The main advantage is that pre-Go1.9 toolchain does not run tests of all vendor packages now. | |||||
