@@ -22,18 +22,18 @@ require (
22
22
github.com/symfony-cli/cert v1.0.0
23
23
github.com/symfony-cli/console v1.0.1
24
24
github.com/symfony-cli/phpstore v1.0.3
25
- github.com/symfony-cli/terminal v1.0.2
25
+ github.com/symfony-cli/terminal v1.0.3
26
26
github.com/syncthing/notify v0.0.0-20210616190510-c6b7342338d2
27
27
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
28
28
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
29
29
gopkg.in/yaml.v2 v2.4.0
30
30
)
31
31
32
32
require (
33
- github.com/Microsoft/go-winio v0.5.1 // indirect
34
- github.com/containerd/containerd v1.5.9 // indirect
35
- github.com/distribution/distribution/v3 v3.0.0-20210316161203-a01c71e2477e // indirect
36
- github.com/docker/distribution v2.7.1 +incompatible // indirect
33
+ github.com/Microsoft/go-winio v0.5.2 // indirect
34
+ github.com/containerd/containerd v1.6.0 // indirect
35
+ github.com/distribution/distribution/v3 v3.0.0-20220208183205-a4d9db5a884b // indirect
36
+ github.com/docker/distribution v2.8.0 +incompatible // indirect
37
37
github.com/docker/go-connections v0.4.0 // indirect
38
38
github.com/docker/go-units v0.4.0 // indirect
39
39
github.com/ferhatelmas/levenshtein v0.0.0-20160518143259-a12aecc52d76 // indirect
@@ -52,32 +52,31 @@ require (
52
52
github.com/mattn/go-shellwords v1.0.12 // indirect
53
53
github.com/mitchellh/mapstructure v1.4.3 // indirect
54
54
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
55
- github.com/morikuni/aec v1.0.0 // indirect
56
55
github.com/opencontainers/go-digest v1.0.0 // indirect
57
56
github.com/opencontainers/image-spec v1.0.2 // indirect
58
57
github.com/pelletier/go-toml v1.9.4 // indirect
59
58
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
60
59
github.com/rivo/uniseg v0.2.0 // indirect
61
60
github.com/rogpeppe/go-internal v1.8.1 // indirect
62
61
github.com/sirupsen/logrus v1.8.1 // indirect
63
- github.com/spf13/afero v1.8.0 // indirect
62
+ github.com/spf13/afero v1.8.1 // indirect
64
63
github.com/spf13/cast v1.4.1 // indirect
65
64
github.com/spf13/jwalterweatherman v1.1.0 // indirect
66
65
github.com/spf13/pflag v1.0.5 // indirect
67
66
github.com/subosito/gotenv v1.2.0 // indirect
68
- github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
67
+ github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
69
68
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
70
69
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
71
- golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce // indirect
72
- golang.org/x/net v0.0.0-20220121210141-e204ce36a2ba // indirect
73
- golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
70
+ golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
71
+ golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
72
+ golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
74
73
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
75
74
golang.org/x/text v0.3.7 // indirect
76
- google.golang.org/genproto v0.0.0-20220118154757-00ab72f36ad5 // indirect
77
- google.golang.org/grpc v1.43 .0 // indirect
75
+ google.golang.org/genproto v0.0.0-20220218161850-94dd64e39d7c // indirect
76
+ google.golang.org/grpc v1.44 .0 // indirect
78
77
google.golang.org/protobuf v1.27.1 // indirect
79
78
gopkg.in/fsnotify.v1 v1.4.7 // indirect
80
- gopkg.in/ini.v1 v1.66.3 // indirect
79
+ gopkg.in/ini.v1 v1.66.4 // indirect
81
80
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
82
81
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
83
82
howett.net/plist v1.0.0 // indirect
0 commit comments