Skip to content

Commit 9645d39

Browse files
committed
build(deps): Update to minimum required go v1.18
Signed-off-by: Stefan Berger <[email protected]>
1 parent 9a7c29f commit 9645d39

52 files changed

Lines changed: 96 additions & 4021 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

go.mod

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/containerd/imgcrypt
22

3-
go 1.16
3+
go 1.18
44

55
require (
66
github.com/Microsoft/go-winio v0.5.2
@@ -19,3 +19,45 @@ require (
1919
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
2020
google.golang.org/grpc v1.47.0
2121
)
22+
23+
require (
24+
github.com/cilium/ebpf v0.7.0 // indirect
25+
github.com/containerd/cgroups v1.0.4 // indirect
26+
github.com/containerd/continuity v0.3.0 // indirect
27+
github.com/containerd/fifo v1.0.0 // indirect
28+
github.com/containerd/go-runc v1.0.0 // indirect
29+
github.com/containerd/ttrpc v1.1.0 // indirect
30+
github.com/containernetworking/cni v1.1.1 // indirect
31+
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
32+
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
33+
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
34+
github.com/docker/go-units v0.4.0 // indirect
35+
github.com/godbus/dbus/v5 v5.0.6 // indirect
36+
github.com/gogo/googleapis v1.4.0 // indirect
37+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
38+
github.com/golang/protobuf v1.5.2 // indirect
39+
github.com/google/uuid v1.2.0 // indirect
40+
github.com/klauspost/compress v1.11.13 // indirect
41+
github.com/miekg/pkcs11 v1.1.1 // indirect
42+
github.com/moby/locker v1.0.1 // indirect
43+
github.com/moby/sys/mountinfo v0.5.0 // indirect
44+
github.com/moby/sys/signal v0.6.0 // indirect
45+
github.com/opencontainers/runc v1.1.2 // indirect
46+
github.com/opencontainers/selinux v1.10.1 // indirect
47+
github.com/pelletier/go-toml v1.9.5 // indirect
48+
github.com/pkg/errors v0.9.1 // indirect
49+
github.com/russross/blackfriday/v2 v2.0.1 // indirect
50+
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
51+
github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980 // indirect
52+
go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1 // indirect
53+
go.opencensus.io v0.23.0 // indirect
54+
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
55+
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
56+
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
57+
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
58+
golang.org/x/text v0.3.7 // indirect
59+
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
60+
google.golang.org/protobuf v1.28.0 // indirect
61+
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
62+
gopkg.in/yaml.v3 v3.0.1 // indirect
63+
)

go.sum

Lines changed: 2 additions & 353 deletions
Large diffs are not rendered by default.

vendor/github.com/Microsoft/go-winio/go.mod

Lines changed: 0 additions & 8 deletions
This file was deleted.

vendor/github.com/Microsoft/go-winio/go.sum

Lines changed: 0 additions & 11 deletions
This file was deleted.

vendor/github.com/Microsoft/hcsshim/go.mod

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)