pion / .goassets

Asset files automatically deployed to Go package repositories
https://pion.ly/
MIT License
9 stars 10 forks source link

Add 'github.com/pkg/errors' to blocked modules #49

Closed scorpionknifes closed 3 years ago

scorpionknifes commented 3 years ago

Description

Added github.com/pkg/errors to blocked modules in .golangci.yml

Example lint warning

import of package `github.com/pkg/errors` is blocked because the module is in the blocked modules list. `errors` is a recommended module. (gomodguard)

Tested on pion/sctp

Reference issue

Fixes #48 https://github.com/pion/sctp/pull/154