@@ -4,38 +4,38 @@ go 1.20
4
4
5
5
require (
6
6
github.com/containerd/containerd v1.6.19
7
- github.com/go-git/go-git/v5 v5.5.1
7
+ github.com/go-git/go-git/v5 v5.12.0
8
8
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221013174636-8159c8264e2e
9
9
github.com/sirupsen/logrus v1.9.0
10
10
github.com/urfave/cli v1.22.10
11
11
go.etcd.io/bbolt v1.3.7
12
- golang.org/x/term v0.5 .0
12
+ golang.org/x/term v0.18 .0
13
13
pault.ag/go/debian v0.12.0
14
14
pault.ag/go/topsort v0.1.1
15
15
)
16
16
17
17
require (
18
- github.com/Microsoft/go-winio v0.6.0 // indirect
18
+ dario.cat/mergo v1.0.0 // indirect
19
+ github.com/Microsoft/go-winio v0.6.1 // indirect
19
20
github.com/Microsoft/hcsshim v0.9.7 // indirect
20
- github.com/ProtonMail/go-crypto v0.0.0-20221026131551-cf6655e29de4 // indirect
21
- github.com/acomagu/bufpipe v1.0.3 // indirect
22
- github.com/cloudflare/circl v1.3.1 // indirect
21
+ github.com/ProtonMail/go-crypto v1.0.0 // indirect
22
+ github.com/cloudflare/circl v1.3.7 // indirect
23
23
github.com/containerd/cgroups v1.0.4 // indirect
24
24
github.com/containerd/continuity v0.3.0 // indirect
25
25
github.com/containerd/fifo v1.0.0 // indirect
26
26
github.com/containerd/ttrpc v1.1.0 // indirect
27
27
github.com/containerd/typeurl v1.0.2 // indirect
28
28
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
29
+ github.com/cyphar/filepath-securejoin v0.2.4 // indirect
29
30
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
30
31
github.com/emirpasic/gods v1.18.1 // indirect
31
- github.com/go-git/gcfg v1.5.0 // indirect
32
- github.com/go-git/go-billy/v5 v5.3.1 // indirect
32
+ github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
33
+ github.com/go-git/go-billy/v5 v5.5.0 // indirect
33
34
github.com/gogo/googleapis v1.4.1 // indirect
34
35
github.com/gogo/protobuf v1.3.2 // indirect
35
36
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
36
37
github.com/golang/protobuf v1.5.2 // indirect
37
38
github.com/google/uuid v1.3.0 // indirect
38
- github.com/imdario/mergo v0.3.13 // indirect
39
39
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
40
40
github.com/kevinburke/ssh_config v1.2.0 // indirect
41
41
github.com/klauspost/compress v1.15.13 // indirect
@@ -46,20 +46,20 @@ require (
46
46
github.com/opencontainers/runc v1.1.4 // indirect
47
47
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 // indirect
48
48
github.com/opencontainers/selinux v1.10.2 // indirect
49
- github.com/pjbgf/sha1cd v0.2.3 // indirect
49
+ github.com/pjbgf/sha1cd v0.3.0 // indirect
50
50
github.com/pkg/errors v0.9.1 // indirect
51
51
github.com/russross/blackfriday/v2 v2.1.0 // indirect
52
- github.com/sergi/go-diff v1.2.0 // indirect
53
- github.com/skeema/knownhosts v1.1.0 // indirect
52
+ github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
53
+ github.com/skeema/knownhosts v1.2.2 // indirect
54
54
github.com/xanzy/ssh-agent v0.3.3 // indirect
55
55
go.opencensus.io v0.24.0 // indirect
56
- golang.org/x/crypto v0.4 .0 // indirect
57
- golang.org/x/mod v0.7 .0 // indirect
58
- golang.org/x/net v0.7 .0 // indirect
59
- golang.org/x/sync v0.1 .0 // indirect
60
- golang.org/x/sys v0.5 .0 // indirect
61
- golang.org/x/text v0.7 .0 // indirect
62
- golang.org/x/tools v0.4 .0 // indirect
56
+ golang.org/x/crypto v0.21 .0 // indirect
57
+ golang.org/x/mod v0.12 .0 // indirect
58
+ golang.org/x/net v0.22 .0 // indirect
59
+ golang.org/x/sync v0.3 .0 // indirect
60
+ golang.org/x/sys v0.18 .0 // indirect
61
+ golang.org/x/text v0.14 .0 // indirect
62
+ golang.org/x/tools v0.13 .0 // indirect
63
63
google.golang.org/genproto v0.0.0-20221207170731-23e4bf6bdc37 // indirect
64
64
google.golang.org/grpc v1.51.0 // indirect
65
65
google.golang.org/protobuf v1.28.1 // indirect
0 commit comments