@@ -6,8 +6,8 @@ require (
6
6
github.com/NYTimes/gziphandler v1.1.1
7
7
github.com/blackfireio/osinfo v1.0.5
8
8
github.com/compose-spec/compose-go v1.20.2
9
- github.com/docker/docker v27.0.3 +incompatible
10
- github.com/elazarl/goproxy v0.0.0-20240618083138-03be62527ccb
9
+ github.com/docker/docker v27.1.2 +incompatible
10
+ github.com/elazarl/goproxy v0.0.0-20240726154733-8b0c20506380
11
11
github.com/fabpot/local-php-security-checker/v2 v2.1.3
12
12
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
13
13
github.com/hashicorp/go-version v1.7.0
@@ -19,18 +19,18 @@ require (
19
19
github.com/pkg/errors v0.9.1
20
20
github.com/posener/complete v1.2.3
21
21
github.com/rjeczalik/notify v0.9.3
22
- github.com/rs/xid v1.5 .0
22
+ github.com/rs/xid v1.6 .0
23
23
github.com/rs/zerolog v1.33.0
24
- github.com/schollz/progressbar/v3 v3.14.4
24
+ github.com/schollz/progressbar/v3 v3.14.6
25
25
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
26
26
github.com/soheilhy/cmux v0.1.5
27
27
github.com/stoicperlman/fls v0.0.0-20171222144224-f073b7a01081
28
28
github.com/symfony-cli/cert v1.0.6
29
- github.com/symfony-cli/console v1.1.4
29
+ github.com/symfony-cli/console v1.1.5
30
30
github.com/symfony-cli/phpstore v1.0.12
31
31
github.com/symfony-cli/terminal v1.0.7
32
- golang.org/x/sync v0.7 .0
33
- golang.org/x/text v0.16 .0
32
+ golang.org/x/sync v0.8 .0
33
+ golang.org/x/text v0.17 .0
34
34
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
35
35
gopkg.in/yaml.v2 v2.4.0
36
36
)
@@ -47,7 +47,7 @@ require (
47
47
github.com/go-logr/logr v1.4.2 // indirect
48
48
github.com/go-logr/stdr v1.2.2 // indirect
49
49
github.com/gogo/protobuf v1.3.2 // indirect
50
- github.com/google/btree v1.1.2 // indirect
50
+ github.com/google/btree v1.1.3 // indirect
51
51
github.com/hashicorp/errwrap v1.1.0 // indirect
52
52
github.com/hashicorp/go-multierror v1.1.1 // indirect
53
53
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
@@ -56,7 +56,7 @@ require (
56
56
github.com/kr/text v0.2.0 // indirect
57
57
github.com/mattn/go-colorable v0.1.13 // indirect
58
58
github.com/mattn/go-isatty v0.0.20 // indirect
59
- github.com/mattn/go-runewidth v0.0.15 // indirect
59
+ github.com/mattn/go-runewidth v0.0.16 // indirect
60
60
github.com/mattn/go-shellwords v1.0.12 // indirect
61
61
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
62
62
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -72,18 +72,18 @@ require (
72
72
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
73
73
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
74
74
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
75
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53 .0 // indirect
76
- go.opentelemetry.io/otel v1.28 .0 // indirect
77
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28 .0 // indirect
78
- go.opentelemetry.io/otel/metric v1.28 .0 // indirect
79
- go.opentelemetry.io/otel/sdk v1.28 .0 // indirect
80
- go.opentelemetry.io/otel/trace v1.28 .0 // indirect
81
- golang.org/x/crypto v0.25 .0 // indirect
82
- golang.org/x/exp v0.0.0-20240716175740-e3f259677ff7 // indirect
83
- golang.org/x/net v0.27 .0 // indirect
84
- golang.org/x/sys v0.22 .0 // indirect
85
- golang.org/x/term v0.22 .0 // indirect
86
- golang.org/x/time v0.5 .0 // indirect
75
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54 .0 // indirect
76
+ go.opentelemetry.io/otel v1.29 .0 // indirect
77
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.29 .0 // indirect
78
+ go.opentelemetry.io/otel/metric v1.29 .0 // indirect
79
+ go.opentelemetry.io/otel/sdk v1.29 .0 // indirect
80
+ go.opentelemetry.io/otel/trace v1.29 .0 // indirect
81
+ golang.org/x/crypto v0.26 .0 // indirect
82
+ golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect
83
+ golang.org/x/net v0.28 .0 // indirect
84
+ golang.org/x/sys v0.24 .0 // indirect
85
+ golang.org/x/term v0.23 .0 // indirect
86
+ golang.org/x/time v0.6 .0 // indirect
87
87
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
88
88
gopkg.in/yaml.v3 v3.0.1 // indirect
89
89
howett.net/plist v1.0.1 // indirect
0 commit comments