21461: Updates arvados-server install to support other archs. Upgrades Cypress.
[arvados.git] / go.mod
diff --git a/go.mod b/go.mod
index 525bae11ee49be2fd83fe7d717384eaf580550dd..0011d7970f0c47811cc47b3474feea3ad9c6048b 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -9,38 +9,40 @@ require (
        github.com/Azure/go-autorest/autorest/azure/auth v0.5.9
        github.com/Azure/go-autorest/autorest/to v0.4.0
        github.com/arvados/cgofuse v1.2.0-arvados1
-       github.com/aws/aws-sdk-go v1.25.30
+       github.com/aws/aws-sdk-go v1.44.174
        github.com/aws/aws-sdk-go-v2 v0.23.0
        github.com/bradleypeabody/godap v0.0.0-20170216002349-c249933bc092
-       github.com/coreos/go-oidc v2.1.0+incompatible
+       github.com/coreos/go-oidc/v3 v3.5.0
        github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
-       github.com/creack/pty v1.1.7
-       github.com/docker/docker v17.12.0-ce-rc1.0.20210128214336-420b1d36250f+incompatible
+       github.com/creack/pty v1.1.18
+       github.com/docker/docker v24.0.7+incompatible
        github.com/dustin/go-humanize v1.0.0
        github.com/fsnotify/fsnotify v1.4.9
        github.com/ghodss/yaml v1.0.0
        github.com/go-ldap/ldap v3.0.3+incompatible
        github.com/gogo/protobuf v1.3.2
        github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
-       github.com/gorilla/mux v1.7.2
+       github.com/gorilla/mux v1.8.0
+       github.com/hashicorp/go-retryablehttp v0.7.2
        github.com/hashicorp/golang-lru v0.5.1
+       github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87
        github.com/imdario/mergo v0.3.12
        github.com/jmcvetta/randutil v0.0.0-20150817122601-2bb1b664bcff
        github.com/jmoiron/sqlx v1.2.0
        github.com/johannesboyne/gofakes3 v0.0.0-20200716060623-6b2b4cb092cc
-       github.com/julienschmidt/httprouter v1.2.0
+       github.com/julienschmidt/httprouter v1.3.0
        github.com/lib/pq v1.10.2
        github.com/msteinert/pam v0.0.0-20190215180659-f29b9f28d6f9
-       github.com/prometheus/client_golang v1.7.1
-       github.com/prometheus/client_model v0.2.0
-       github.com/prometheus/common v0.10.0
+       github.com/prometheus/client_golang v1.14.0
+       github.com/prometheus/client_model v0.3.0
+       github.com/prometheus/common v0.39.0
        github.com/sirupsen/logrus v1.8.1
-       golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
-       golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
-       golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
-       golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e
-       google.golang.org/api v0.20.0
-       gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
+       golang.org/x/crypto v0.17.0
+       golang.org/x/net v0.19.0
+       golang.org/x/oauth2 v0.11.0
+       golang.org/x/sys v0.15.0
+       google.golang.org/api v0.126.0
+       gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
        gopkg.in/square/go-jose.v2 v2.5.1
        gopkg.in/src-d/go-billy.v4 v4.0.1
        gopkg.in/src-d/go-git.v4 v4.0.0
@@ -48,7 +50,9 @@ require (
 )
 
 require (
-       cloud.google.com/go v0.54.0 // indirect
+       cloud.google.com/go/compute v1.23.0 // indirect
+       cloud.google.com/go/compute/metadata v0.2.3 // indirect
+       github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
        github.com/Azure/go-autorest v14.2.0+incompatible // indirect
        github.com/Azure/go-autorest/autorest/adal v0.9.17 // indirect
        github.com/Azure/go-autorest/autorest/azure/cli v0.4.4 // indirect
@@ -56,53 +60,62 @@ require (
        github.com/Azure/go-autorest/autorest/validation v0.3.0 // indirect
        github.com/Azure/go-autorest/logger v0.2.1 // indirect
        github.com/Azure/go-autorest/tracing v0.6.0 // indirect
-       github.com/Microsoft/go-winio v0.4.17 // indirect
+       github.com/Microsoft/go-winio v0.5.2 // indirect
        github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7 // indirect
        github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect
        github.com/beorn7/perks v1.0.1 // indirect
-       github.com/cespare/xxhash/v2 v2.1.1 // indirect
-       github.com/containerd/containerd v1.5.10 // indirect
+       github.com/bgentry/speakeasy v0.1.0 // indirect
+       github.com/cespare/xxhash/v2 v2.2.0 // indirect
+       github.com/davecgh/go-spew v1.1.1 // indirect
        github.com/dimchansky/utfbom v1.1.1 // indirect
-       github.com/docker/distribution v2.7.1+incompatible // indirect
+       github.com/dnaeon/go-vcr v1.2.0 // indirect
+       github.com/docker/distribution v2.8.2+incompatible // indirect
        github.com/docker/go-connections v0.3.0 // indirect
        github.com/docker/go-units v0.4.0 // indirect
        github.com/gliderlabs/ssh v0.2.2 // indirect
        github.com/go-asn1-ber/asn1-ber v1.4.1 // indirect
+       github.com/go-jose/go-jose/v3 v3.0.1 // indirect
        github.com/golang-jwt/jwt/v4 v4.1.0 // indirect
-       github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
-       github.com/golang/protobuf v1.5.0 // indirect
-       github.com/googleapis/gax-go/v2 v2.0.5 // indirect
+       github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
+       github.com/golang/protobuf v1.5.3 // indirect
+       github.com/google/s2a-go v0.1.4 // indirect
+       github.com/google/uuid v1.3.1 // indirect
+       github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
+       github.com/googleapis/gax-go/v2 v2.11.0 // indirect
+       github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
        github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
-       github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
+       github.com/jmespath/go-jmespath v0.4.0 // indirect
        github.com/kevinburke/ssh_config v0.0.0-20171013211458-802051befeb5 // indirect
        github.com/kr/pretty v0.2.1 // indirect
        github.com/kr/text v0.1.0 // indirect
-       github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
+       github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
        github.com/mitchellh/go-homedir v1.1.0 // indirect
+       github.com/moby/term v0.5.0 // indirect
        github.com/morikuni/aec v1.0.0 // indirect
        github.com/opencontainers/go-digest v1.0.0 // indirect
        github.com/opencontainers/image-spec v1.0.2 // indirect
        github.com/pelletier/go-buffruneio v0.2.0 // indirect
        github.com/pkg/errors v0.9.1 // indirect
-       github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
-       github.com/prometheus/procfs v0.6.0 // indirect
+       github.com/prometheus/procfs v0.9.0 // indirect
        github.com/ryszard/goskiplist v0.0.0-20150312221310-2dfbae5fcf46 // indirect
        github.com/satori/go.uuid v1.2.1-0.20180103174451-36e9d2ebbde5 // indirect
        github.com/sergi/go-diff v1.0.0 // indirect
        github.com/shabbyrobe/gocovmerge v0.0.0-20180507124511-f6ea450bfb63 // indirect
        github.com/src-d/gcfg v1.3.0 // indirect
        github.com/xanzy/ssh-agent v0.1.0 // indirect
-       go.opencensus.io v0.22.3 // indirect
-       golang.org/x/text v0.3.6 // indirect
-       golang.org/x/tools v0.1.7 // indirect
-       google.golang.org/appengine v1.6.5 // indirect
-       google.golang.org/genproto v0.0.0-20201110150050-8816d57aaa9a // indirect
-       google.golang.org/grpc v1.33.2 // indirect
-       google.golang.org/protobuf v1.27.1 // indirect
+       go.opencensus.io v0.24.0 // indirect
+       golang.org/x/text v0.14.0 // indirect
+       golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
+       golang.org/x/tools v0.6.0 // indirect
+       google.golang.org/appengine v1.6.7 // indirect
+       google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
+       google.golang.org/grpc v1.59.0 // indirect
+       google.golang.org/protobuf v1.31.0 // indirect
        gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
        gopkg.in/src-d/go-git-fixtures.v3 v3.5.0 // indirect
        gopkg.in/warnings.v0 v0.1.2 // indirect
        gopkg.in/yaml.v2 v2.4.0 // indirect
+       gotest.tools/v3 v3.0.3 // indirect
 )
 
 replace github.com/AdRoll/goamz => github.com/arvados/goamz v0.0.0-20190905141525-1bba09f407ef