| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | go.mod: switch to modules for dependency management | Dmitry Vyukov | 2020-07-04 | 1 | -30/+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: update vendored files | Dmitry Vyukov | 2020-01-29 | 1 | -0/+30 |
| Required to switch dashboard/app to go1.11. Update #1461 | |||||
