@@ -5,12 +5,12 @@ go 1.21
5
5
require (
6
6
github.com/devfile/api/v2 v2.3.0
7
7
github.com/devfile/library/v2 v2.3.0
8
- github.com/go-git/go-git/v5 v5.11 .0
8
+ github.com/go-git/go-git/v5 v5.13 .0
9
9
github.com/mitchellh/go-homedir v1.1.0
10
10
github.com/nsf/jsondiff v0.0.0-20230430225905-43f6cf3098c1
11
11
github.com/spf13/cobra v1.8.0
12
12
github.com/spf13/viper v1.18.2
13
- github.com/stretchr/testify v1.8.4
13
+ github.com/stretchr/testify v1.10.0
14
14
gopkg.in/yaml.v2 v2.4.0
15
15
k8s.io/apiextensions-apiserver v0.29.2
16
16
)
@@ -20,13 +20,13 @@ require (
20
20
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
21
21
github.com/Microsoft/go-winio v0.6.1 // indirect
22
22
github.com/Microsoft/hcsshim v0.11.4 // indirect
23
- github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
23
+ github.com/ProtonMail/go-crypto v1.1.3 // indirect
24
24
github.com/beorn7/perks v1.0.1 // indirect
25
25
github.com/cespare/xxhash/v2 v2.2.0 // indirect
26
26
github.com/cloudflare/circl v1.3.7 // indirect
27
27
github.com/containerd/containerd v1.7.13 // indirect
28
28
github.com/containerd/log v0.1.0 // indirect
29
- github.com/cyphar/filepath-securejoin v0.2.4 // indirect
29
+ github.com/cyphar/filepath-securejoin v0.2.5 // indirect
30
30
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
31
31
github.com/devfile/registry-support/registry-library v0.0.0-20240521161747-89fc566cb024 // indirect
32
32
github.com/distribution/distribution/v3 v3.0.0-20221208165359-362910506bc2 // indirect
@@ -44,7 +44,7 @@ require (
44
44
github.com/felixge/httpsnoop v1.0.4 // indirect
45
45
github.com/fsnotify/fsnotify v1.7.0 // indirect
46
46
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
47
- github.com/go-git/go-billy/v5 v5.5 .0 // indirect
47
+ github.com/go-git/go-billy/v5 v5.6 .0 // indirect
48
48
github.com/go-logr/logr v1.4.1 // indirect
49
49
github.com/go-logr/stdr v1.2.2 // indirect
50
50
github.com/go-openapi/jsonpointer v0.19.6 // indirect
@@ -97,9 +97,9 @@ require (
97
97
github.com/prometheus/procfs v0.10.1 // indirect
98
98
github.com/sagikazarmark/locafero v0.4.0 // indirect
99
99
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
100
- github.com/sergi/go-diff v1.1.0 // indirect
100
+ github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
101
101
github.com/sirupsen/logrus v1.9.3 // indirect
102
- github.com/skeema/knownhosts v1.2.1 // indirect
102
+ github.com/skeema/knownhosts v1.3.0 // indirect
103
103
github.com/sourcegraph/conc v0.3.0 // indirect
104
104
github.com/spf13/afero v1.11.0 // indirect
105
105
github.com/spf13/cast v1.6.0 // indirect
@@ -115,16 +115,16 @@ require (
115
115
go.opentelemetry.io/otel/trace v1.24.0 // indirect
116
116
go.uber.org/multierr v1.11.0 // indirect
117
117
golang.org/x/crypto v0.31.0 // indirect
118
- golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
119
- golang.org/x/mod v0.17 .0 // indirect
120
- golang.org/x/net v0.25 .0 // indirect
118
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
119
+ golang.org/x/mod v0.19 .0 // indirect
120
+ golang.org/x/net v0.33 .0 // indirect
121
121
golang.org/x/oauth2 v0.16.0 // indirect
122
122
golang.org/x/sync v0.10.0 // indirect
123
123
golang.org/x/sys v0.28.0 // indirect
124
124
golang.org/x/term v0.27.0 // indirect
125
125
golang.org/x/text v0.21.0 // indirect
126
126
golang.org/x/time v0.5.0 // indirect
127
- golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
127
+ golang.org/x/tools v0.23.0 // indirect
128
128
google.golang.org/appengine v1.6.8 // indirect
129
129
google.golang.org/genproto/googleapis/rpc v0.0.0-20240304212257-790db918fca8 // indirect
130
130
google.golang.org/grpc v1.62.1 // indirect
0 commit comments