Use fmt.Errorf instead of errors package. This is good convention after go 1.13
This commit is contained in:
1
go.mod
1
go.mod
@@ -11,7 +11,6 @@ require (
|
||||
github.com/go-kit/kit v0.8.0
|
||||
github.com/google/btree v1.0.0 // indirect
|
||||
github.com/peterbourgon/diskv v2.0.1+incompatible
|
||||
github.com/pkg/errors v0.8.1
|
||||
github.com/prometheus/client_golang v1.0.0
|
||||
github.com/stretchr/testify v1.3.0
|
||||
github.com/syndtr/goleveldb v1.0.0
|
||||
|
||||
Reference in New Issue
Block a user