| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | vendor: delete | Taras Madan | 2025-01-23 | 1 | -83/+0 |
| | | |||||
| * | vendor: update | Taras Madan | 2024-09-10 | 1 | -2/+2 |
| | | |||||
| * | vendor: spanner | Taras Madan | 2024-06-20 | 1 | -0/+83 |
| | | |||||
| * | vendor: switch from dep to godep | Dmitry Vyukov | 2017-06-13 | 1 | -78/+0 |
| | | | | | | | | 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. | ||||
| * | vendor: vendor dependencies | Dmitry Vyukov | 2017-06-13 | 1 | -0/+78 |
| All dependencies are vendored with: go get github.com/golang/dep dep init If necessary, can be updated with: dep ensure -update Fixes #215 | |||||
