forked from bottlerocket-os/bottlerocket
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
30 lines (27 loc) · 1.23 KB
/
Copy pathgo.mod
File metadata and controls
30 lines (27 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module host-ctr
go 1.12
require (
github.com/aws/aws-sdk-go v1.34.3 // indirect
github.com/awslabs/amazon-ecr-containerd-resolver v0.0.0-20200804232255-8c110f606e9e
github.com/containerd/cgroups v0.0.0-20200710171044-318312a37340 // indirect
github.com/containerd/containerd v1.3.7
github.com/containerd/continuity v0.0.0-20200710164510-efbc4488d8fe // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/opencontainers/runc v1.0.0-rc8
github.com/opencontainers/runtime-spec v1.0.2
github.com/opencontainers/selinux v1.6.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.6.0
github.com/willf/bitset v1.1.11 // indirect
go.etcd.io/bbolt v1.3.5 // indirect
go.opencensus.io v0.22.4 // indirect
golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc // indirect
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 // indirect
golang.org/x/sys v0.0.0-20200812155832-6a926be9bd1d // indirect
golang.org/x/text v0.3.3 // indirect
google.golang.org/genproto v0.0.0-20200813001606-1ccf2a5ae4fd // indirect
google.golang.org/grpc v1.31.0 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)
replace github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.6.0