Closed daichimukai closed 4 months ago
The go module "github.com/pkg/errors" had been archived on 2021. In this commit we avoid using this module directly and use fmt.Errorf() from the standard library instead.
The go module "github.com/pkg/errors" had been archived on 2021. In this commit we avoid using this module directly and use fmt.Errorf() from the standard library instead.