8000 Merge pull request #187 from symfony-cli/deps-bump · symfony-cli/symfony-cli@81386d4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 81386d4

Browse files
authored
Merge pull request #187 from symfony-cli/deps-bump
Bump deps
2 parents 108a3bf + 3a9420f commit 81386d4

File tree

2 files changed

+66
-64
lines changed

2 files changed

+66
-64
lines changed

go.mod

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module github.com/symfony-cli/symfony-cli
22

33
require (
4-
github.com/compose-spec/compose-go v1.4.0
5-
github.com/docker/docker v20.10.17+incompatible
6-
github.com/elazarl/goproxy v0.0.0-20220529153421-8ea89ba92021
4+
github.com/compose-spec/compose-go v1.6.0
5+
github.com/docker/docker v20.10.18+incompatible
6+
github.com/elazarl/goproxy v0.0.0-20220901064549-fbd10ff4f5a1
77
github.com/fabpot/local-php-security-checker/v2 v2.0.4
88
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
99
github.com/hashicorp/go-version v1.6.0
@@ -14,27 +14,27 @@ require (
1414
github.com/olekukonko/tablewriter v0.0.5
1515
github.com/pkg/errors v0.9.1
1616
github.com/rs/xid v1.4.0
17-
github.com/rs/zerolog v1.27.0
17+
github.com/rs/zerolog v1.28.0
1818
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
1919
github.com/soheilhy/cmux v0.1.5
20-
github.com/spf13/viper v1.12.0
20+
github.com/spf13/viper v1.13.0
2121
github.com/stoicperlman/fls v0.0.0-20171222144224-f073b7a01081
2222
github.com/symfony-cli/cert v1.0.1
2323
github.com/symfony-cli/console v1.0.2
2424
github.com/symfony-cli/phpstore v1.0.5
2525
github.com/symfony-cli/terminal v1.0.4
2626
github.com/syncthing/notify v0.0.0-20210616190510-c6b7342338d2
27-
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
27+
golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0
2828
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
2929
gopkg.in/yaml.v2 v2.4.0
3030
)
3131

3232
require (
33-
github.com/Microsoft/go-winio v0.5.2 // indirect
34-
github.com/distribution/distribution/v3 v3.0.0-20220729163034-26163d82560f // indirect
33+
github.com/Microsoft/go-winio v0.6.0 // indirect
34+
github.com/distribution/distribution/v3 v3.0.0-20220907155224-78b9c98c5c31 // indirect
3535
github.com/docker/distribution v2.8.1+incompatible // indirect
3636
github.com/docker/go-connections v0.4.0 // indirect
37-
github.com/docker/go-units v0.4.0 // indirect
37+
github.com/docker/go-units v0.5.0 // indirect
3838
github.com/ferhatelmas/levenshtein v0.0.0-20160518143259-a12aecc52d76 // indirect
3939
github.com/fsnotify/fsnotify v1.5.4 // indirect
4040
github.com/gogo/protobuf v1.3.2 // indirect
@@ -46,33 +46,35 @@ require (
4646
github.com/magiconair/properties v1.8.6 // indirect
4747
github.com/mattn/go-colorable v0.1.13 // indirect
4848
github.com/mattn/go-isatty v0.0.16 // indirect
49-
github.com/mattn/go-runewidth v0.0.13 // indirect
49+
github.com/mattn/go-runewidth v0.0.14 // indirect
5050
github.com/mattn/go-shellwords v1.0.12 // indirect
5151
github.com/mitchellh/mapstructure v1.5.0 // indirect
5252
github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae // indirect
5353
github.com/morikuni/aec v1.0.0 // indirect
5454
github.com/opencontainers/go-digest v1.0.0 // indirect
55-
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
55+
github.com/opencontainers/image-spec v1.1.0-rc1 // indirect
5656
github.com/pelletier/go-toml v1.9.5 // indirect
57-
github.com/pelletier/go-toml/v2 v2.0.3 // indirect
57+
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
5858
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
59-
github.com/rivo/uniseg v0.3.4 // indirect
60-
github.com/rogpeppe/go-internal v1.8.1 // indirect
59+
github.com/rivo/uniseg v0.4.2 // indirect
60+
github.com/rogpeppe/go-internal v1.9.0 // indirect
6161
github.com/sirupsen/logrus v1.9.0 // indirect
6262
github.com/spf13/afero v1.9.2 // indirect
6363
github.com/spf13/cast v1.5.0 // indirect
6464
github.com/spf13/jwalterweatherman v1.1.0 // indirect
6565
github.com/spf13/pflag v1.0.5 // indirect
66-
github.com/subosito/gotenv v1.4.0 // indirect
66+
github.com/subosito/gotenv v1.4.1 // indirect
6767
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
6868
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
6969
github.com/xeipuuv/gojsonschema v1.2.0 // 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
70+
golang.org/x/crypto v0.0.0-20220926161630-eccd6366d1be // indirect
71+
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
72+
golang.org/x/net v0.0.0-20220927171203-f486391704dc // indirect
73+
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
74+
golang.org/x/term v0.0.0-20220919170432-7a66f970e087 // indirect
7475
golang.org/x/text v0.3.7 // indirect
75-
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
76+
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
77+
golang.org/x/tools v0.1.12 // indirect
7678
gopkg.in/fsnotify.v1 v1.4.7 // indirect
7779
gopkg.in/ini.v1 v1.67.0 // indirect
7880
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect

0 commit comments

Comments
 (0)
0