-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathgo.mod
More file actions
36 lines (34 loc) · 1.54 KB
/
go.mod
File metadata and controls
36 lines (34 loc) · 1.54 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
31
32
33
34
35
36
module bpm
go 1.13
require (
code.cloudfoundry.org/bytefmt v0.0.0-20190819182555-854d396b647c
code.cloudfoundry.org/clock v0.0.0-20180518195852-02e53af36e6c
code.cloudfoundry.org/lager v2.0.0+incompatible
github.com/checkpoint-restore/go-criu/v4 v4.1.0 // indirect
github.com/cilium/ebpf v0.0.0-20200702112145-1c8d4c9ef775 // indirect
github.com/containerd/console v1.0.0 // indirect
github.com/coreos/go-systemd/v22 v22.1.0 // indirect
github.com/cyphar/filepath-securejoin v0.2.2 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/golang/mock v1.4.1-0.20200222213444-b48cb6623c04
github.com/golang/protobuf v1.4.2 // indirect
github.com/kr/pty v1.1.8
github.com/moby/sys/mountinfo v0.1.3
github.com/mrunalp/fileutils v0.0.0-20200520151820-abd8a0e76976 // indirect
github.com/onsi/ginkgo v1.10.2
github.com/onsi/gomega v1.7.0
github.com/opencontainers/runc v1.0.0-rc92
github.com/opencontainers/runtime-spec v1.0.3-0.20200728170252-4d89ac9fbff6
github.com/opencontainers/selinux v1.6.0 // indirect
github.com/satori/go.uuid v1.2.0
github.com/seccomp/libseccomp-golang v0.9.1 // indirect
github.com/sirupsen/logrus v1.6.0 // indirect
github.com/spf13/cobra v0.0.5
github.com/stretchr/objx v0.1.1 // indirect
github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 // indirect
github.com/tedsuo/ifrit v0.0.0-20191009134036-9a97d0632f00 // indirect
github.com/urfave/cli v1.22.1 // indirect
github.com/vishvananda/netlink v1.1.0 // indirect
golang.org/x/sys v0.0.0-20200819091447-39769834ee22
gopkg.in/yaml.v2 v2.2.4
)