Use fmt.Errorf instead of errors package. This is good convention after go 1.13

This commit is contained in:
Musab Gültekin
2021-04-17 11:11:29 +03:00
parent fbee722a38
commit 9ea67b3554
3 changed files with 10 additions and 11 deletions

1
go.mod
View File

@@ -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