@@ -8,7 +8,7 @@ require (
8
8
github.com/distribution/distribution/v3 v3.0.0-20221208165359-362910506bc2
9
9
github.com/fatih/color v1.14.1
10
10
github.com/fsnotify/fsnotify v1.7.0
11
- github.com/go-git/go-git/v5 v5.11 .0
11
+ github.com/go-git/go-git/v5 v5.13 .0
12
12
github.com/gobwas/glob v0.2.3
13
13
github.com/golang/mock v1.6.0
14
14
github.com/google/go-cmp v0.6.0
@@ -19,7 +19,7 @@ require (
19
19
github.com/openshift/api v0.0.0-20200930075302-db52bc4ef99f
20
20
github.com/pkg/errors v0.9.1
21
21
github.com/spf13/afero v1.11.0
22
- github.com/stretchr/testify v1.8.4
22
+ github.com/stretchr/testify v1.10.0
23
23
github.com/xeipuuv/gojsonschema v1.2.0
24
24
gopkg.in/yaml.v3 v3.0.1
25
25
k8s.io/api v0.29.2
@@ -38,13 +38,13 @@ require (
38
38
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
39
39
github.com/Microsoft/go-winio v0.6.1 // indirect
40
40
github.com/Microsoft/hcsshim v0.11.4 // indirect
41
- github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
41
+ github.com/ProtonMail/go-crypto v1.1.3 // indirect
42
42
github.com/beorn7/perks v1.0.1 // indirect
43
43
github.com/cespare/xxhash/v2 v2.2.0 // indirect
44
44
github.com/cloudflare/circl v1.3.7 // indirect
45
45
github.com/containerd/containerd v1.7.13 // indirect
46
46
github.com/containerd/log v0.1.0 // indirect
47
- github.com/cyphar/filepath-securejoin v0.2.4 // indirect
47
+ github.com/cyphar/filepath-securejoin v0.2.5 // indirect
48
48
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
49
49
github.com/devfile/registry-support/index/generator v0.0.0-20240419194226-cca4c9a81f8d // indirect
50
50
github.com/distribution/reference v0.5.0 // indirect
@@ -59,7 +59,7 @@ require (
59
59
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
60
60
github.com/felixge/httpsnoop v1.0.4 // indirect
61
61
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
62
- github.com/go-git/go-billy/v5 v5.5 .0 // indirect
62
+ github.com/go-git/go-billy/v5 v5.6 .0 // indirect
63
63
github.com/go-logr/logr v1.4.1 // indirect
64
64
github.com/go-logr/stdr v1.2.2 // indirect
65
65
github.com/go-openapi/jsonpointer v0.19.6 // indirect
@@ -99,9 +99,9 @@ require (
99
99
github.com/prometheus/client_model v0.4.0 // indirect
100
100
github.com/prometheus/common v0.44.0 // indirect
101
101
github.com/prometheus/procfs v0.10.1 // indirect
102
- github.com/sergi/go-diff v1.1.0 // indirect
102
+ github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
103
103
github.com/sirupsen/logrus v1.9.3 // indirect
104
- github.com/skeema/knownhosts v1.2.1 // indirect
104
+ github.com/skeema/knownhosts v1.3.0 // indirect
105
105
github.com/spf13/pflag v1.0.5 // indirect
106
106
github.com/xanzy/ssh-agent v0.3.3 // indirect
107
107
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
@@ -112,7 +112,7 @@ require (
112
112
go.opentelemetry.io/otel/trace v1.24.0 // indirect
113
113
golang.org/x/crypto v0.31.0 // indirect
114
114
golang.org/x/mod v0.17.0 // indirect
115
- golang.org/x/net v0.25 .0 // indirect
115
+ golang.org/x/net v0.33 .0 // indirect
116
116
golang.org/x/oauth2 v0.16.0 // indirect
117
117
golang.org/x/sync v0.10.0 // indirect
118
118
golang.org/x/sys v0.28.0 // indirect
0 commit comments