@@ -7,8 +7,8 @@ require (
7
7
github.com/ahmetalpbalkan/dlog v0.0.0-20170105205344-4fb5f8204f26
8
8
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
9
9
github.com/aws/aws-sdk-go v1.44.309
10
- github.com/docker/cli v24.0.5 +incompatible
11
- github.com/docker/docker v24.0.5 +incompatible
10
+ github.com/docker/cli v24.0.9 +incompatible
11
+ github.com/docker/docker v24.0.9 +incompatible
12
12
github.com/docker/go-connections v0.4.0
13
13
github.com/docker/go-units v0.5.0
14
14
github.com/dustin/go-humanize v1.0.1
@@ -30,7 +30,8 @@ require (
30
30
github.com/stretchr/testify v1.8.2
31
31
github.com/testcontainers/testcontainers-go v0.12.0
32
32
github.com/urfave/cli/v2 v2.25.7
33
- golang.org/x/crypto v0.11.0
33
+ github.com/wagslane/go-password-validator v0.3.0
34
+ golang.org/x/crypto v0.14.0
34
35
golang.org/x/mod v0.12.0
35
36
golang.org/x/oauth2 v0.10.0
36
37
gopkg.in/yaml.v2 v2.4.0
@@ -59,32 +60,24 @@ require (
59
60
github.com/klauspost/compress v1.16.7 // indirect
60
61
github.com/magiconair/properties v1.8.5 // indirect
61
62
github.com/moby/patternmatcher v0.5.0 // indirect
62
- github.com/moby/sys/mount v0.3.3 // indirect
63
- github.com/moby/sys/mountinfo v0.6.2 // indirect
64
63
github.com/moby/sys/sequential v0.5.0 // indirect
65
64
github.com/moby/term v0.5.0 // indirect
66
65
github.com/morikuni/aec v1.0.0 // indirect
67
66
github.com/opencontainers/go-digest v1.0.0 // indirect
68
67
github.com/opencontainers/image-spec v1.1.0-rc4 // indirect
69
- github.com/opencontainers/runc v1.1.8 // indirect
68
+ github.com/opencontainers/runc v1.1.12 // indirect
70
69
github.com/pmezard/go-difflib v1.0.0 // indirect
71
70
github.com/russross/blackfriday/v2 v2.1.0 // indirect
72
- github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
73
71
github.com/sirupsen/logrus v1.9.3 // indirect
74
72
github.com/stretchr/objx v0.5.0 // indirect
75
73
github.com/tklauser/go-sysconf v0.3.11 // indirect
76
74
github.com/tklauser/numcpus v0.6.1 // indirect
77
- github.com/wagslane/go-password-validator v0.3.0 // indirect
78
75
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
79
76
github.com/yusufpapurcu/wmi v1.2.3 // indirect
80
- golang.org/x/net v0.12 .0 // indirect
81
- golang.org/x/sys v0.10 .0 // indirect
82
- golang.org/x/text v0.11 .0 // indirect
77
+ golang.org/x/net v0.17 .0 // indirect
78
+ golang.org/x/sys v0.13 .0 // indirect
79
+ golang.org/x/text v0.13 .0 // indirect
83
80
golang.org/x/tools v0.11.0 // indirect
84
- golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
85
81
google.golang.org/appengine v1.6.7 // indirect
86
- google.golang.org/genproto v0.0.0-20230706204954-ccb25ca9f130 // indirect
87
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230726155614-23370e0ffb3e // indirect
88
- google.golang.org/grpc v1.57.0 // indirect
89
82
google.golang.org/protobuf v1.31.0 // indirect
90
83
)
0 commit comments