forked from cloudfoundry/grootfs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
46 lines (43 loc) · 2.13 KB
/
go.mod
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
37
38
39
40
41
42
43
44
45
46
module code.cloudfoundry.org/grootfs
go 1.16
require (
code.cloudfoundry.org/commandrunner v0.0.0-20180212143422-501fd662150b
code.cloudfoundry.org/idmapper v0.0.0-20210608104755-adcde2231d2c
code.cloudfoundry.org/lager v0.0.0-20181119165122-baf208c4c56b
github.com/apoydence/eachers v0.0.0-20181020210610-23942921fe77 // indirect
github.com/cloudfoundry/dropsonde v1.0.0
github.com/cloudfoundry/gosteno v0.0.0-20150423193413-0c8581caea35 // indirect
github.com/cloudfoundry/loggregatorlib v0.0.0-20170823162133-36eddf15ef12 // indirect
github.com/cloudfoundry/sonde-go v0.0.0-20200416163440-a42463ba266b
github.com/containers/image/v5 v5.16.1
github.com/containers/libtrust v0.0.0-20200511145503-9c3a6c22cd9a // indirect
github.com/containers/storage v1.37.0
github.com/docker/distribution v2.7.1+incompatible
github.com/docker/docker v20.10.10+incompatible
github.com/docker/go-units v0.4.0
github.com/gorilla/mux v1.8.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/moby/sys/mount v0.2.0 // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.15.0
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.0.2-0.20210819154149-5ad6f50d6283
github.com/opencontainers/runc v1.0.2
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
github.com/pkg/errors v0.9.1
github.com/prometheus/common v0.29.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/st3v/glager v0.3.0
github.com/teris-io/shortid v0.0.0-20201117134242-e59966efd125 // indirect
github.com/tscolari/lagregator v0.0.0-20161103133944-b0fb43b01861
github.com/urfave/cli/v2 v2.3.0
github.com/ventu-io/go-shortid v0.0.0-20201117134242-e59966efd125
golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)
replace code.cloudfoundry.org/idmapper => ../idmapper