1
1
module github.com/gitpod-io/dazzle
2
2
3
- go 1.17
3
+ go 1.19
4
4
5
5
require (
6
6
github.com/GeertJohan/go.rice v1.0.2
7
7
github.com/alecthomas/jsonschema v0.0.0-20220216202328-9eeeec9d044b
8
- github.com/alecthomas/repr v0.0.0-20220113201626-b1b626ac65ae
8
+ github.com/alecthomas/repr v0.1.0
9
9
github.com/bmatcuk/doublestar v1.3.4
10
10
github.com/containerd/console v1.0.3
11
- github.com/containerd/containerd v1.6.3-0.20220401172941-5ff8fce1fcc6
12
- github.com/creack/pty v1.1.17
13
- github.com/docker/cli v20.10.13 +incompatible
11
+ github.com/containerd/containerd v1.6.8
12
+ github.com/creack/pty v1.1.18
13
+ github.com/docker/cli v20.10.17 +incompatible
14
14
github.com/docker/distribution v2.8.1+incompatible
15
- github.com/google/go-cmp v0.5.7
16
- github.com/gookit/color v1.5.0
15
+ github.com/google/go-cmp v0.5.8
16
+ github.com/gookit/color v1.5.1
17
17
github.com/manifoldco/promptui v0.9.0
18
- github.com/mattn/go-isatty v0.0.14
18
+ github.com/mattn/go-isatty v0.0.16
19
19
github.com/minio/highwayhash v1.0.2
20
- github.com/moby/buildkit v0.10.1
20
+ github.com/moby/buildkit v0.10.3
21
21
github.com/opencontainers/go-digest v1.0.0
22
22
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
23
23
github.com/robertkrimen/otto v0.0.0-20211024170158-b87d35c0b86f
24
24
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
25
- github.com/sirupsen/logrus v1.8.1
26
- github.com/spf13/cobra v1.4 .0
27
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
25
+ github.com/sirupsen/logrus v1.9.0
26
+ github.com/spf13/cobra v1.5 .0
27
+ golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde
28
28
gopkg.in/yaml.v2 v2.4.0
29
29
)
30
30
31
31
require (
32
- cloud.google.com/go v0.81.0 // indirect
33
- github.com/Microsoft/go-winio v0.5.1 // indirect
32
+ github.com/Microsoft/go-winio v0.5.2 // indirect
34
33
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
35
- github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8 // indirect
34
+ github.com/containerd/continuity v0.3.0 // indirect
36
35
github.com/containerd/typeurl v1.0.2 // indirect
37
36
github.com/daaku/go.zipexe v1.0.0 // indirect
38
- github.com/docker/docker v20.10.7 +incompatible // indirect
37
+ github.com/docker/docker v20.10.17 +incompatible // indirect
39
38
github.com/docker/docker-credential-helpers v0.6.4 // indirect
40
39
github.com/go-logr/logr v1.2.2 // indirect
41
40
github.com/go-logr/stdr v1.2.2 // indirect
@@ -48,14 +47,13 @@ require (
48
47
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
49
48
github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0 // indirect
50
49
github.com/inconshreveable/mousetrap v1.0.0 // indirect
51
- github.com/klauspost/compress v1.15.1 // indirect
52
- github.com/kr/text v0.2.0 // indirect
50
+ github.com/klauspost/compress v1.15.7 // indirect
53
51
github.com/moby/locker v1.0.1 // indirect
54
52
github.com/moby/sys/signal v0.6.0 // indirect
55
53
github.com/morikuni/aec v1.0.0 // indirect
56
54
github.com/pkg/errors v0.9.1 // indirect
57
55
github.com/spf13/pflag v1.0.5 // indirect
58
- github.com/tonistiigi/fsutil v0.0.0-20220115021204-b19f7f9cb274 // indirect
56
+ github.com/tonistiigi/fsutil v0.0.0-20220510150904-0dbf3a8a7d58 // indirect
59
57
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea // indirect
60
58
github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f // indirect
61
59
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
@@ -65,21 +63,15 @@ require (
65
63
go.opentelemetry.io/otel/sdk v1.4.1 // indirect
66
64
go.opentelemetry.io/otel/trace v1.4.1 // indirect
67
65
go.opentelemetry.io/proto/otlp v0.12.0 // indirect
68
- golang.org/x/crypto v0.0.0-20211202192323-5770296d904e // indirect
69
- golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
70
- golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
66
+ golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
67
+ golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
68
+ golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
71
69
golang.org/x/text v0.3.7 // indirect
72
- golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
73
- google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
74
- google.golang.org/grpc v1.45 .0 // indirect
70
+ golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
71
+ google.golang.org/genproto v0.0.0-20220310185008-1973136f34c6 // indirect
72
+ google.golang.org/grpc v1.47 .0 // indirect
75
73
google.golang.org/protobuf v1.27.1 // indirect
76
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
77
74
gopkg.in/sourcemap.v1 v1.0.5 // indirect
78
75
)
79
76
80
- replace (
81
- github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.8.1
82
- github.com/docker/docker => github.com/docker/docker v20.10.3-0.20211208011758-87521affb077+incompatible // master (v21.xx-dev)
83
- github.com/tonistiigi/fsutil => github.com/tonistiigi/fsutil v0.0.0-20220115021204-b19f7f9cb274
84
-
85
- )
77
+ replace github.com/tonistiigi/fsutil => github.com/jetpack-io/fsutil v0.1.2
0 commit comments