1
1
module github.com/symfony-cli/symfony-cli
2
2
3
- go 1.22.4
3
+ go 1.23.0
4
+
5
+ toolchain go1.23.3
4
6
5
7
require (
6
8
github.com/NYTimes/gziphandler v1.1.1
7
9
github.com/blackfireio/osinfo v1.0.5
8
10
github.com/compose-spec/compose-go v1.20.2
9
- github.com/docker/docker v27.3 .1+incompatible
11
+ github.com/docker/docker v27.5 .1+incompatible
10
12
github.com/elazarl/goproxy v0.0.0-20240909085733-6741dbfc16a1
11
13
github.com/fabpot/local-php-security-checker/v2 v2.1.3
12
14
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
@@ -21,16 +23,16 @@ require (
21
23
github.com/rjeczalik/notify v0.9.3
22
24
github.com/rs/xid v1.6.0
23
25
github.com/rs/zerolog v1.33.0
24
- github.com/schollz/progressbar/v3 v3.16.1
26
+ github.com/schollz/progressbar/v3 v3.18.0
25
27
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
26
28
github.com/soheilhy/cmux v0.1.5
27
29
github.com/stoicperlman/fls v0.0.0-20171222144224-f073b7a01081
28
30
github.com/symfony-cli/cert v1.0.6
29
- github.com/symfony-cli/console v1.1.5
31
+ github.com/symfony-cli/console v1.2.0
30
32
github.com/symfony-cli/phpstore v1.0.12
31
33
github.com/symfony-cli/terminal v1.0.7
32
- golang.org/x/sync v0.8 .0
33
- golang.org/x/text v0.19 .0
34
+ golang.org/x/sync v0.11 .0
35
+ golang.org/x/text v0.22 .0
34
36
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
35
37
gopkg.in/yaml.v2 v2.4.0
36
38
)
@@ -43,7 +45,7 @@ require (
43
45
github.com/docker/go-connections v0.5.0 // indirect
44
46
github.com/docker/go-units v0.5.0 // indirect
45
47
github.com/felixge/httpsnoop v1.0.4 // indirect
46
- github.com/fsnotify/fsnotify v1.7 .0 // indirect
48
+ github.com/fsnotify/fsnotify v1.8 .0 // indirect
47
49
github.com/go-logr/logr v1.4.2 // indirect
48
50
github.com/go-logr/stdr v1.2.2 // indirect
49
51
github.com/gogo/protobuf v1.3.2 // indirect
@@ -54,14 +56,14 @@ require (
54
56
github.com/imdario/mergo v0.3.16 // indirect
55
57
github.com/kr/pretty v0.3.1 // indirect
56
58
github.com/kr/text v0.2.0 // indirect
57
- github.com/mattn/go-colorable v0.1.13 // indirect
59
+ github.com/mattn/go-colorable v0.1.14 // indirect
58
60
github.com/mattn/go-isatty v0.0.20 // indirect
59
61
github.com/mattn/go-runewidth v0.0.16 // indirect
60
62
github.com/mattn/go-shellwords v1.0.12 // indirect
61
63
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
62
64
github.com/mitchellh/mapstructure v1.5.0 // indirect
63
65
github.com/moby/docker-image-spec v1.3.1 // indirect
64
- github.com/moby/term v0.5.0 // indirect
66
+ github.com/moby/term v0.5.2 // indirect
65
67
github.com/morikuni/aec v1.0.0 // indirect
66
68
github.com/opencontainers/go-digest v1.0.0 // indirect
67
69
github.com/opencontainers/image-spec v1.1.0 // indirect
@@ -72,20 +74,21 @@ require (
72
74
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
73
75
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
74
76
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
75
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 // indirect
76
- go.opentelemetry.io/otel v1.30.0 // indirect
77
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.30.0 // indirect
78
- go.opentelemetry.io/otel/metric v1.30.0 // indirect
79
- go.opentelemetry.io/otel/sdk v1.30.0 // indirect
80
- go.opentelemetry.io/otel/trace v1.30.0 // indirect
81
- golang.org/x/crypto v0.28.0 // indirect
82
- golang.org/x/exp v0.0.0-20241004190924-225e2abe05e6 // indirect
83
- golang.org/x/net v0.30.0 // indirect
84
- golang.org/x/sys v0.26.0 // indirect
85
- golang.org/x/term v0.25.0 // indirect
86
- golang.org/x/time v0.7.0 // indirect
77
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
78
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect
79
+ go.opentelemetry.io/otel v1.34.0 // indirect
80
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.34.0 // indirect
81
+ go.opentelemetry.io/otel/metric v1.34.0 // indirect
82
+ go.opentelemetry.io/otel/sdk v1.34.0 // indirect
83
+ go.opentelemetry.io/otel/trace v1.34.0 // indirect
84
+ golang.org/x/crypto v0.33.0 // indirect
85
+ golang.org/x/exp v0.0.0-20250215185904-eff6e970281f // indirect
86
+ golang.org/x/net v0.35.0 // indirect
87
+ golang.org/x/sys v0.30.0 // indirect
88
+ golang.org/x/term v0.29.0 // indirect
89
+ golang.org/x/time v0.10.0 // indirect
87
90
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
88
91
gopkg.in/yaml.v3 v3.0.1 // indirect
89
92
howett.net/plist v1.0.1 // indirect
90
- software.sslmate.com/src/go-pkcs12 v0.4 .0 // indirect
93
+ software.sslmate.com/src/go-pkcs12 v0.5 .0 // indirect
91
94
)
0 commit comments