6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-06 20:25:40 +00:00

Remove old dependencies from go.mod

This commit is contained in:
Grzegorz Dlugoszewski
2020-05-28 16:41:23 +02:00
parent 1bc3928cf5
commit 0e551ea342
2 changed files with 0 additions and 6 deletions

2
go.mod
View File

@@ -3,9 +3,7 @@ module git-get
go 1.14
require (
github.com/go-git/go-billy/v5 v5.0.0
github.com/go-git/go-git/v5 v5.1.0
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.0.0
)