6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-06 05:17:58 +00:00

Use pkg/errors package for wrapping errors

This commit is contained in:
Grzegorz Dlugoszewski
2020-05-18 11:39:45 +02:00
parent 6ff52a1540
commit 271fcbed77
3 changed files with 20 additions and 33 deletions

5
go.mod
View File

@@ -2,6 +2,9 @@ module git-get
go 1.14
require github.com/libgit2/git2go/v30 v30.0.3
require (
github.com/libgit2/git2go/v30 v30.0.3
github.com/pkg/errors v0.9.1 // indirect
)
replace github.com/libgit2/git2go/v30 => ./static/git2go