github.com/mckael/restic@v0.8.3/changelog/0.7.2_2017-09-13/pull-1126 (about) 1 Enhancement: Use the standard Go git repository layout, use `dep` for vendoring 2 3 The git repository layout was changed to resemble the layout typically used in 4 Go projects, we're not using `gb` for building restic any more and vendoring 5 the dependencies is now taken care of by `dep`. 6 7 https://github.com/restic/restic/pull/1126