summaryrefslogtreecommitdiff
path: root/vendor/golang.org
AgeCommit message (Collapse)Author
2022-03-15Remove vendor from gitSam Whited
Previously we saved the vendor tree in version control, making any commit that changed a dependency rather large. Go Modules gives us most of the advantages of vendoring except that if a dependency which is not stored on the proxy is deleted we would lose access to it. For now, we can remove the vendor tree and when we get CI working again we can possibly generate and save the vendor tree as a build artifact. Signed-off-by: Sam Whited <sam@samwhited.com>
2021-11-29[pkg] update vendorkali kaneko (leap communications)
2021-04-14[pkg] go mod vendor to build debian/ubuntu packageskali kaneko (leap communications)
2019-01-24[pkg] remove vendoring of golang/x/*Kali Kaneko (leap communications)
I think there's no need of vendoring this. The debian package builds fine without them - at least with the text-dev package in testing.
2019-01-17[pkg] all your deps are vendored to usKali Kaneko (leap communications)