19907: Update go-oidc to v3.
[arvados.git] / go.mod
diff --git a/go.mod b/go.mod
index eb867f8c5037ec7cea85878b9dc4cf49893c204a..5bcfcc69bc814be4944a4f9e454c2a1fc0df2f42 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -35,9 +35,9 @@ 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/crypto v0.5.0
        golang.org/x/net v0.5.0
-       golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
+       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
@@ -62,15 +62,17 @@ 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
@@ -96,10 +98,10 @@ require (
        go.opencensus.io v0.22.3 // indirect
        golang.org/x/text v0.6.0 // indirect
        golang.org/x/tools v0.1.12 // indirect
-       google.golang.org/appengine v1.6.5 // 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