We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40db61c commit a93f0f2Copy full SHA for a93f0f2
go.mod
@@ -5,8 +5,8 @@ go 1.16
5
require (
6
github.com/aevea/magefiles v0.0.0-20200424121010-0004d5a7a2fe
7
github.com/apex/log v1.9.0
8
- github.com/go-git/go-billy/v5 v5.3.1
9
- github.com/go-git/go-git/v5 v5.4.2
+ github.com/go-git/go-billy/v5 v5.5.0
+ github.com/go-git/go-git/v5 v5.11.0
10
github.com/magefile/mage v1.14.0
11
- github.com/stretchr/testify v1.8.1
+ github.com/stretchr/testify v1.8.4
12
)
0 commit comments