19961: Fix tests sabotaging other tests.
[arvados.git] / go.mod
diff --git a/go.mod b/go.mod
index aced60dbc4e0ee83281ba8e03a8e0511a02ab220..5bcfcc69bc814be4944a4f9e454c2a1fc0df2f42 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -9,7 +9,7 @@ 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
@@ -35,10 +35,10 @@ require (
        github.com/prometheus/client_model v0.2.0
        github.com/prometheus/common v0.10.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
+       golang.org/x/crypto v0.5.0
+       golang.org/x/net v0.5.0
+       golang.org/x/oauth2 v0.4.0
+       golang.org/x/sys v0.4.0
        google.golang.org/api v0.20.0
        gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
        gopkg.in/square/go-jose.v2 v2.5.1
@@ -62,19 +62,21 @@ require (
        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/coreos/go-oidc/v3 v3.5.0 // indirect
        github.com/dimchansky/utfbom v1.1.1 // indirect
        github.com/docker/distribution v2.7.1+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.0 // 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/golang/protobuf v1.5.2 // indirect
        github.com/googleapis/gax-go/v2 v2.0.5 // indirect
        github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87 // 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
@@ -94,12 +96,12 @@ require (
        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
+       golang.org/x/text v0.6.0 // indirect
+       golang.org/x/tools v0.1.12 // indirect
+       google.golang.org/appengine v1.6.7 // 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
+       google.golang.org/protobuf v1.28.1 // 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