Skip to content

Commit e93e2a0

Browse files
committed
Update go-git dependency to 5.5.1
Signed-off-by: Angel Misevski <[email protected]>
1 parent efab2bb commit e93e2a0

File tree

2 files changed

+80
-40
lines changed

2 files changed

+80
-40
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ go 1.18
44

55
require (
66
github.com/devfile/api/v2 v2.0.0-20220928161623-fe7c10eaa530
7-
github.com/go-git/go-git/v5 v5.2.0
7+
github.com/go-git/go-git/v5 v5.5.1
88
github.com/go-logr/logr v0.4.0
9-
github.com/google/go-cmp v0.5.5
9+
github.com/google/go-cmp v0.5.9
1010
github.com/google/gofuzz v1.2.0
1111
github.com/google/uuid v1.1.2
1212
github.com/onsi/ginkgo/v2 v2.0.0
@@ -15,8 +15,8 @@ require (
1515
github.com/prometheus/client_golang v1.11.0
1616
github.com/redhat-cop/operator-utils v1.1.4
1717
github.com/stretchr/testify v1.7.0
18-
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
19-
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781
18+
golang.org/x/crypto v0.3.0
19+
golang.org/x/net v0.2.0
2020
k8s.io/api v0.21.3
2121
k8s.io/apiextensions-apiserver v0.21.3
2222
k8s.io/apimachinery v0.21.3

0 commit comments

Comments
 (0)