Merge branch '15964-fix-docs' refs #15964
[arvados.git] / go.mod
1 module git.arvados.org/arvados.git
2
3 go 1.13
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 v14.2.0+incompatible
9         github.com/Azure/go-autorest/autorest v0.11.3
10         github.com/Azure/go-autorest/autorest/azure/auth v0.5.1
11         github.com/Azure/go-autorest/autorest/to v0.4.0
12         github.com/Azure/go-autorest/autorest/validation v0.3.0 // indirect
13         github.com/Microsoft/go-winio v0.4.5 // indirect
14         github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7 // indirect
15         github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect
16         github.com/arvados/cgofuse v1.2.0-arvados1
17         github.com/aws/aws-sdk-go v1.25.30
18         github.com/aws/aws-sdk-go-v2 v0.23.0
19         github.com/bgentry/speakeasy v0.1.0 // indirect
20         github.com/bradleypeabody/godap v0.0.0-20170216002349-c249933bc092
21         github.com/coreos/go-oidc v2.1.0+incompatible
22         github.com/coreos/go-systemd v0.0.0-20180108085132-cc4f39464dc7
23         github.com/dnaeon/go-vcr v1.0.1 // indirect
24         github.com/docker/distribution v2.6.0-rc.1.0.20180105232752-277ed486c948+incompatible // indirect
25         github.com/docker/docker v1.4.2-0.20180109013817-94b8a116fbf1
26         github.com/docker/go-connections v0.3.0 // indirect
27         github.com/docker/go-units v0.3.3-0.20171221200356-d59758554a3d // indirect
28         github.com/dustin/go-humanize v1.0.0
29         github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
30         github.com/fsnotify/fsnotify v1.4.9
31         github.com/ghodss/yaml v1.0.0
32         github.com/gliderlabs/ssh v0.2.2 // indirect
33         github.com/go-asn1-ber/asn1-ber v1.4.1 // indirect
34         github.com/go-ldap/ldap v3.0.3+incompatible
35         github.com/gogo/protobuf v1.1.1
36         github.com/gorilla/context v1.1.1 // indirect
37         github.com/gorilla/mux v1.6.1-0.20180107155708-5bbbb5b2b572
38         github.com/hashicorp/golang-lru v0.5.1
39         github.com/imdario/mergo v0.3.8-0.20190415133143-5ef87b449ca7
40         github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
41         github.com/jmcvetta/randutil v0.0.0-20150817122601-2bb1b664bcff
42         github.com/jmoiron/sqlx v1.2.0
43         github.com/johannesboyne/gofakes3 v0.0.0-20200716060623-6b2b4cb092cc
44         github.com/julienschmidt/httprouter v1.2.0
45         github.com/karalabe/xgo v0.0.0-20191115072854-c5ccff8648a7 // indirect
46         github.com/kevinburke/ssh_config v0.0.0-20171013211458-802051befeb5 // indirect
47         github.com/lib/pq v1.3.0
48         github.com/marstr/guid v1.1.1-0.20170427235115-8bdf7d1a087c // indirect
49         github.com/msteinert/pam v0.0.0-20190215180659-f29b9f28d6f9
50         github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
51         github.com/opencontainers/image-spec v1.0.1-0.20171125024018-577479e4dc27 // indirect
52         github.com/pelletier/go-buffruneio v0.2.0 // indirect
53         github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
54         github.com/prometheus/client_golang v1.2.1
55         github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
56         github.com/prometheus/common v0.7.0
57         github.com/satori/go.uuid v1.2.1-0.20180103174451-36e9d2ebbde5 // indirect
58         github.com/sergi/go-diff v1.0.0 // indirect
59         github.com/sirupsen/logrus v1.4.2
60         github.com/src-d/gcfg v1.3.0 // indirect
61         github.com/xanzy/ssh-agent v0.1.0 // indirect
62         golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
63         golang.org/x/net v0.0.0-20200202094626-16171245cfb2
64         golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
65         golang.org/x/sys v0.0.0-20191105231009-c1f44814a5cd
66         google.golang.org/api v0.13.0
67         gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
68         gopkg.in/check.v1 v1.0.0-20161208181325-20d25e280405
69         gopkg.in/square/go-jose.v2 v2.3.1
70         gopkg.in/src-d/go-billy.v4 v4.0.1
71         gopkg.in/src-d/go-git-fixtures.v3 v3.5.0 // indirect
72         gopkg.in/src-d/go-git.v4 v4.0.0
73         gopkg.in/warnings.v0 v0.1.2 // indirect
74         gopkg.in/yaml.v2 v2.2.4 // indirect
75         rsc.io/getopt v0.0.0-20170811000552-20be20937449
76 )
77
78 replace github.com/AdRoll/goamz => github.com/arvados/goamz v0.0.0-20190905141525-1bba09f407ef