15370: Ensure keep data dirs exists for test.
[arvados.git] / go.mod
1 module git.arvados.org/arvados.git
2
3 go 1.17
4
5 require (
6         github.com/AdRoll/goamz v0.0.0-20170825154802-2731d20f46f4
7         github.com/Azure/azure-sdk-for-go v45.1.0+incompatible
8         github.com/Azure/go-autorest/autorest v0.11.22
9         github.com/Azure/go-autorest/autorest/azure/auth v0.5.9
10         github.com/Azure/go-autorest/autorest/to v0.4.0
11         github.com/arvados/cgofuse v1.2.0-arvados1
12         github.com/aws/aws-sdk-go v1.25.30
13         github.com/aws/aws-sdk-go-v2 v0.23.0
14         github.com/bradleypeabody/godap v0.0.0-20170216002349-c249933bc092
15         github.com/coreos/go-oidc v2.1.0+incompatible
16         github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
17         github.com/creack/pty v1.1.7
18         github.com/docker/docker v17.12.0-ce-rc1.0.20210128214336-420b1d36250f+incompatible
19         github.com/dustin/go-humanize v1.0.0
20         github.com/fsnotify/fsnotify v1.4.9
21         github.com/ghodss/yaml v1.0.0
22         github.com/go-ldap/ldap v3.0.3+incompatible
23         github.com/gogo/protobuf v1.3.2
24         github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
25         github.com/gorilla/mux v1.7.2
26         github.com/hashicorp/golang-lru v0.5.1
27         github.com/imdario/mergo v0.3.12
28         github.com/jmcvetta/randutil v0.0.0-20150817122601-2bb1b664bcff
29         github.com/jmoiron/sqlx v1.2.0
30         github.com/johannesboyne/gofakes3 v0.0.0-20200716060623-6b2b4cb092cc
31         github.com/julienschmidt/httprouter v1.2.0
32         github.com/lib/pq v1.10.2
33         github.com/msteinert/pam v0.0.0-20190215180659-f29b9f28d6f9
34         github.com/prometheus/client_golang v1.7.1
35         github.com/prometheus/client_model v0.2.0
36         github.com/prometheus/common v0.10.0
37         github.com/sirupsen/logrus v1.8.1
38         golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
39         golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
40         golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
41         golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e
42         google.golang.org/api v0.20.0
43         gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
44         gopkg.in/square/go-jose.v2 v2.5.1
45         gopkg.in/src-d/go-billy.v4 v4.0.1
46         gopkg.in/src-d/go-git.v4 v4.0.0
47         rsc.io/getopt v0.0.0-20170811000552-20be20937449
48 )
49
50 require (
51         cloud.google.com/go v0.54.0 // indirect
52         github.com/Azure/go-autorest v14.2.0+incompatible // indirect
53         github.com/Azure/go-autorest/autorest/adal v0.9.17 // indirect
54         github.com/Azure/go-autorest/autorest/azure/cli v0.4.4 // indirect
55         github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
56         github.com/Azure/go-autorest/autorest/validation v0.3.0 // indirect
57         github.com/Azure/go-autorest/logger v0.2.1 // indirect
58         github.com/Azure/go-autorest/tracing v0.6.0 // indirect
59         github.com/Microsoft/go-winio v0.4.17 // indirect
60         github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7 // indirect
61         github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect
62         github.com/beorn7/perks v1.0.1 // indirect
63         github.com/cespare/xxhash/v2 v2.1.1 // indirect
64         github.com/containerd/containerd v1.5.10 // indirect
65         github.com/dimchansky/utfbom v1.1.1 // indirect
66         github.com/docker/distribution v2.7.1+incompatible // indirect
67         github.com/docker/go-connections v0.3.0 // indirect
68         github.com/docker/go-units v0.4.0 // indirect
69         github.com/gliderlabs/ssh v0.2.2 // indirect
70         github.com/go-asn1-ber/asn1-ber v1.4.1 // indirect
71         github.com/golang-jwt/jwt/v4 v4.1.0 // indirect
72         github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
73         github.com/golang/protobuf v1.5.0 // indirect
74         github.com/googleapis/gax-go/v2 v2.0.5 // indirect
75         github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
76         github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
77         github.com/kevinburke/ssh_config v0.0.0-20171013211458-802051befeb5 // indirect
78         github.com/kr/pretty v0.2.1 // indirect
79         github.com/kr/text v0.1.0 // indirect
80         github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
81         github.com/mitchellh/go-homedir v1.1.0 // indirect
82         github.com/morikuni/aec v1.0.0 // indirect
83         github.com/opencontainers/go-digest v1.0.0 // indirect
84         github.com/opencontainers/image-spec v1.0.2 // indirect
85         github.com/pelletier/go-buffruneio v0.2.0 // indirect
86         github.com/pkg/errors v0.9.1 // indirect
87         github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
88         github.com/prometheus/procfs v0.6.0 // indirect
89         github.com/ryszard/goskiplist v0.0.0-20150312221310-2dfbae5fcf46 // indirect
90         github.com/satori/go.uuid v1.2.1-0.20180103174451-36e9d2ebbde5 // indirect
91         github.com/sergi/go-diff v1.0.0 // indirect
92         github.com/shabbyrobe/gocovmerge v0.0.0-20180507124511-f6ea450bfb63 // indirect
93         github.com/src-d/gcfg v1.3.0 // indirect
94         github.com/xanzy/ssh-agent v0.1.0 // indirect
95         go.opencensus.io v0.22.3 // indirect
96         golang.org/x/text v0.3.6 // indirect
97         golang.org/x/tools v0.1.7 // indirect
98         google.golang.org/appengine v1.6.5 // indirect
99         google.golang.org/genproto v0.0.0-20201110150050-8816d57aaa9a // indirect
100         google.golang.org/grpc v1.33.2 // indirect
101         google.golang.org/protobuf v1.27.1 // indirect
102         gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
103         gopkg.in/src-d/go-git-fixtures.v3 v3.5.0 // indirect
104         gopkg.in/warnings.v0 v0.1.2 // indirect
105         gopkg.in/yaml.v2 v2.4.0 // indirect
106 )
107
108 replace github.com/AdRoll/goamz => github.com/arvados/goamz v0.0.0-20190905141525-1bba09f407ef
109
110 replace gopkg.in/yaml.v2 => github.com/arvados/yaml v0.0.0-20210427145106-92a1cab0904b