Closed dswarbrick closed 4 months ago
Vendor directories are an antiquated concept. Most projects have abandoned the use of vendoring, as it is no longer necessary with modern Go tooling.
Also update a couple of deprecated function calls and fix a couple of go-staticcheck nags.
The prometheus/client_golang and prometheus/common dependencies are also very outdated, but I suggest that they be updated in a separate PR once the vendor directory is purged from master branch.
Vendor directories are an antiquated concept. Most projects have abandoned the use of vendoring, as it is no longer necessary with modern Go tooling.
Also update a couple of deprecated function calls and fix a couple of go-staticcheck nags.