slack-go / slack

Slack API in Go, originally by @nlopes; Maintainers needed, contact @parsley42
https://pkg.go.dev/github.com/slack-go/slack
BSD 2-Clause "Simplified" License
4.69k stars 1.14k forks source link

Goodbye vendor dir #1059

Closed kanata2 closed 2 years ago

kanata2 commented 2 years ago

Remove vendor directory

kanata2 commented 2 years ago

My understanding is that Go modules should remain cached in the module proxy even if a repository is deleted.

obalunenko commented 2 years ago

@kanata2 Unfortunately proxy servers that're not self hosted cannot provide any guarantee that they will not lose module. Anyway this topic was always controversial. Just interesting article to read https://www.ardanlabs.com/blog/2020/04/modules-06-vendoring.html