summaryrefslogtreecommitdiff
path: root/vendor/github.com/pion/datachannel/.golangci.yml
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)