Skip to content

Commit 78d62c5

Browse files
committed
Use gihub.com/pkg/errors for errors handling
1 parent d59b903 commit 78d62c5

File tree

3 files changed

+100
-10
lines changed

3 files changed

+100
-10
lines changed

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/arduino/arduino-cli v0.0.0-20200212094638-c1dcf01822e9
77
github.com/arduino/go-paths-helper v1.0.1
88
github.com/arduino/go-properties-orderedmap v0.0.0-20191016140733-00365bfa6b40
9-
github.com/go-errors/errors v1.0.1
109
github.com/juju/errors v0.0.0-20190207033735-e65537c515d7 // indirect
10+
github.com/pkg/errors v0.9.1
1111
github.com/sirupsen/logrus v1.4.2
1212
)

0 commit comments

Comments
 (0)