17776: Merge branch 'master' into 17776-more-throttling
[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/autorest v0.11.3
9         github.com/Azure/go-autorest/autorest/azure/auth v0.5.1
10         github.com/Azure/go-autorest/autorest/to v0.4.0
11         github.com/Azure/go-autorest/autorest/validation v0.3.0 // indirect
12         github.com/Microsoft/go-winio v0.4.5 // indirect
13         github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7 // indirect
14         github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect
15         github.com/arvados/cgofuse v1.2.0-arvados1
16         github.com/aws/aws-sdk-go v1.25.30
17         github.com/aws/aws-sdk-go-v2 v0.23.0
18         github.com/bgentry/speakeasy v0.1.0 // indirect
19         github.com/bradleypeabody/godap v0.0.0-20170216002349-c249933bc092
20         github.com/coreos/go-oidc v2.1.0+incompatible
21         github.com/coreos/go-systemd v0.0.0-20180108085132-cc4f39464dc7
22         github.com/creack/pty v1.1.7
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/google/shlex v0.0.0-20191202100458-e7afc7fbc510
37         github.com/gorilla/context v1.1.1 // indirect
38         github.com/gorilla/mux v1.6.1-0.20180107155708-5bbbb5b2b572
39         github.com/hashicorp/golang-lru v0.5.1
40         github.com/imdario/mergo v0.3.8-0.20190415133143-5ef87b449ca7
41         github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
42         github.com/jmcvetta/randutil v0.0.0-20150817122601-2bb1b664bcff
43         github.com/jmoiron/sqlx v1.2.0
44         github.com/johannesboyne/gofakes3 v0.0.0-20200716060623-6b2b4cb092cc
45         github.com/julienschmidt/httprouter v1.2.0
46         github.com/kevinburke/ssh_config v0.0.0-20171013211458-802051befeb5 // indirect
47         github.com/lib/pq v1.3.0
48         github.com/msteinert/pam v0.0.0-20190215180659-f29b9f28d6f9
49         github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
50         github.com/opencontainers/image-spec v1.0.1-0.20171125024018-577479e4dc27 // indirect
51         github.com/pelletier/go-buffruneio v0.2.0 // indirect
52         github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
53         github.com/prometheus/client_golang v1.2.1
54         github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
55         github.com/prometheus/common v0.7.0
56         github.com/satori/go.uuid v1.2.1-0.20180103174451-36e9d2ebbde5 // indirect
57         github.com/sergi/go-diff v1.0.0 // indirect
58         github.com/sirupsen/logrus v1.8.1
59         github.com/src-d/gcfg v1.3.0 // indirect
60         github.com/xanzy/ssh-agent v0.1.0 // indirect
61         golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
62         golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
63         golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
64         golang.org/x/sys v0.0.0-20210603125802-9665404d3644
65         golang.org/x/tools v0.1.0 // indirect
66         golang.org/x/sys v0.0.0-20210510120138-977fb7262007
67         golang.org/x/tools v0.1.2 // indirect
68         google.golang.org/api v0.13.0
69         gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
70         gopkg.in/check.v1 v1.0.0-20161208181325-20d25e280405
71         gopkg.in/square/go-jose.v2 v2.3.1
72         gopkg.in/src-d/go-billy.v4 v4.0.1
73         gopkg.in/src-d/go-git-fixtures.v3 v3.5.0 // indirect
74         gopkg.in/src-d/go-git.v4 v4.0.0
75         gopkg.in/warnings.v0 v0.1.2 // indirect
76         gopkg.in/yaml.v2 v2.2.4 // indirect
77         rsc.io/getopt v0.0.0-20170811000552-20be20937449
78 )
79
80 replace github.com/AdRoll/goamz => github.com/arvados/goamz v0.0.0-20190905141525-1bba09f407ef
81
82 replace gopkg.in/yaml.v2 => github.com/arvados/yaml v0.0.0-20210427145106-92a1cab0904b