Skip to content

Commit b346971

Browse files
Merge pull request #303 from devfile/main
release v1.2.1
2 parents 6c0e450 + 3acb301 commit b346971

File tree

791 files changed

+18852
-90096
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

791 files changed

+18852
-90096
lines changed

index/generator/go.mod

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,23 @@ require (
1818
require (
1919
dario.cat/mergo v1.0.0 // indirect
2020
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
21-
github.com/Microsoft/go-winio v0.6.1 // indirect
22-
github.com/Microsoft/hcsshim v0.11.4 // indirect
21+
github.com/Microsoft/go-winio v0.6.2 // indirect
2322
github.com/ProtonMail/go-crypto v1.1.3 // indirect
2423
github.com/beorn7/perks v1.0.1 // indirect
2524
github.com/cespare/xxhash/v2 v2.2.0 // indirect
26-
github.com/cloudflare/circl v1.3.7 // indirect
27-
github.com/containerd/containerd v1.7.13 // indirect
25+
github.com/cloudflare/circl v1.6.1 // indirect
26+
github.com/containerd/containerd v1.7.27 // indirect
27+
github.com/containerd/errdefs v0.3.0 // indirect
2828
github.com/containerd/log v0.1.0 // indirect
29+
github.com/containerd/platforms v0.2.1 // indirect
2930
github.com/cyphar/filepath-securejoin v0.2.5 // indirect
3031
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3132
github.com/devfile/registry-support/registry-library v0.0.0-20240521161747-89fc566cb024 // indirect
3233
github.com/distribution/distribution/v3 v3.0.0-20221208165359-362910506bc2 // indirect
33-
github.com/distribution/reference v0.5.0 // indirect
34+
github.com/distribution/reference v0.6.0 // indirect
3435
github.com/docker/cli v25.0.1+incompatible // indirect
3536
github.com/docker/distribution v2.8.3+incompatible // indirect
36-
github.com/docker/docker v25.0.6+incompatible // indirect
37+
github.com/docker/docker v25.0.13+incompatible // indirect
3738
github.com/docker/docker-credential-helpers v0.7.0 // indirect
3839
github.com/docker/go-connections v0.5.0 // indirect
3940
github.com/docker/go-metrics v0.0.1 // indirect
@@ -45,7 +46,7 @@ require (
4546
github.com/fsnotify/fsnotify v1.7.0 // indirect
4647
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
4748
github.com/go-git/go-billy/v5 v5.6.0 // indirect
48-
github.com/go-logr/logr v1.4.1 // indirect
49+
github.com/go-logr/logr v1.4.2 // indirect
4950
github.com/go-logr/stdr v1.2.2 // indirect
5051
github.com/go-openapi/jsonpointer v0.19.6 // indirect
5152
github.com/go-openapi/jsonreference v0.20.2 // indirect
@@ -114,21 +115,18 @@ require (
114115
go.opentelemetry.io/otel/metric v1.24.0 // indirect
115116
go.opentelemetry.io/otel/trace v1.24.0 // indirect
116117
go.uber.org/multierr v1.11.0 // indirect
117-
golang.org/x/crypto v0.35.0 // indirect
118+
golang.org/x/crypto v0.36.0 // indirect
118119
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-
golang.org/x/oauth2 v0.16.0 // indirect
122-
golang.org/x/sync v0.11.0 // indirect
123-
golang.org/x/sys v0.30.0 // indirect
124-
golang.org/x/term v0.29.0 // indirect
125-
golang.org/x/text v0.22.0 // indirect
120+
golang.org/x/net v0.38.0 // indirect
121+
golang.org/x/oauth2 v0.27.0 // indirect
122+
golang.org/x/sync v0.12.0 // indirect
123+
golang.org/x/sys v0.31.0 // indirect
124+
golang.org/x/term v0.30.0 // indirect
125+
golang.org/x/text v0.23.0 // indirect
126126
golang.org/x/time v0.5.0 // indirect
127-
golang.org/x/tools v0.23.0 // indirect
128-
google.golang.org/appengine v1.6.8 // indirect
129-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240304212257-790db918fca8 // indirect
127+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
130128
google.golang.org/grpc v1.62.1 // indirect
131-
google.golang.org/protobuf v1.33.0 // indirect
129+
google.golang.org/protobuf v1.35.2 // indirect
132130
gopkg.in/inf.v0 v0.9.1 // indirect
133131
gopkg.in/ini.v1 v1.67.0 // indirect
134132
gopkg.in/warnings.v0 v0.1.2 // indirect

index/generator/go.sum

Lines changed: 40 additions & 55 deletions
Large diffs are not rendered by default.

index/generator/vendor/github.com/Microsoft/go-winio/.golangci.yml

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index/generator/vendor/github.com/Microsoft/go-winio/backup.go

Lines changed: 15 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)