1
1
module github.com/symfony-cli/symfony-cli
2
2
3
3
require (
4
- github.com/compose-spec/compose-go v1.2.8
4
+ github.com/compose-spec/compose-go v1.4.0
5
5
github.com/docker/docker v20.10.17+incompatible
6
6
github.com/elazarl/goproxy v0.0.0-20220529153421-8ea89ba92021
7
7
github.com/fabpot/local-php-security-checker/v2 v2.0.4
@@ -24,14 +24,14 @@ require (
24
24
github.com/symfony-cli/phpstore v1.0.5
25
25
github.com/symfony-cli/terminal v1.0.4
26
26
github.com/syncthing/notify v0.0.0-20210616190510-c6b7342338d2
27
- golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
27
+ golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
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
33
github.com/Microsoft/go-winio v0.5.2 // indirect
34
- github.com/distribution/distribution/v3 v3.0.0-20220702071910-8857a1948739 // indirect
34
+ github.com/distribution/distribution/v3 v3.0.0-20220729163034-26163d82560f // indirect
35
35
github.com/docker/distribution v2.8.1+incompatible // indirect
36
36
github.com/docker/go-connections v0.4.0 // indirect
37
37
github.com/docker/go-units v0.4.0 // indirect
@@ -44,37 +44,37 @@ require (
44
44
github.com/kr/pretty v0.3.0 // indirect
45
45
github.com/kr/text v0.2.0 // indirect
46
46
github.com/magiconair/properties v1.8.6 // indirect
47
- github.com/mattn/go-colorable v0.1.12 // indirect
48
- github.com/mattn/go-isatty v0.0.14 // indirect
47
+ github.com/mattn/go-colorable v0.1.13 // indirect
48
+ github.com/mattn/go-isatty v0.0.16 // indirect
49
49
github.com/mattn/go-runewidth v0.0.13 // indirect
50
50
github.com/mattn/go-shellwords v1.0.12 // indirect
51
51
github.com/mitchellh/mapstructure v1.5.0 // indirect
52
- github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
52
+ github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae // indirect
53
53
github.com/morikuni/aec v1.0.0 // indirect
54
54
github.com/opencontainers/go-digest v1.0.0 // indirect
55
55
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
56
56
github.com/pelletier/go-toml v1.9.5 // indirect
57
- github.com/pelletier/go-toml/v2 v2.0.2 // indirect
57
+ github.com/pelletier/go-toml/v2 v2.0.3 // indirect
58
58
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
59
- github.com/rivo/uniseg v0.2.0 // indirect
59
+ github.com/rivo/uniseg v0.3.4 // indirect
60
60
github.com/rogpeppe/go-internal v1.8.1 // indirect
61
- github.com/sirupsen/logrus v1.8.1 // indirect
62
- github.com/spf13/afero v1.8 .2 // indirect
61
+ github.com/sirupsen/logrus v1.9.0 // indirect
62
+ github.com/spf13/afero v1.9 .2 // indirect
63
63
github.com/spf13/cast v1.5.0 // indirect
64
64
github.com/spf13/jwalterweatherman v1.1.0 // indirect
65
65
github.com/spf13/pflag v1.0.5 // indirect
66
66
github.com/subosito/gotenv v1.4.0 // indirect
67
67
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
68
68
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
69
69
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
70
- golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
71
- golang.org/x/net v0.0.0-20220706163947-c90051bbdb60 // indirect
72
- golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e // indirect
73
- golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
70
+ golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
71
+ golang.org/x/net v0.0.0-20220812174116-3211cb980234 // indirect
72
+ golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
73
+ golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
74
74
golang.org/x/text v0.3.7 // indirect
75
- golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
75
+ golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
76
76
gopkg.in/fsnotify.v1 v1.4.7 // indirect
77
- gopkg.in/ini.v1 v1.66.6 // indirect
77
+ gopkg.in/ini.v1 v1.67.0 // indirect
78
78
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
79
79
gopkg.in/yaml.v3 v3.0.1 // indirect
80
80
howett.net/plist v1.0.0 // indirect
0 commit comments