21262: Upgrades golang.org/x/net and its dependencies.
[arvados.git] / go.mod
diff --git a/go.mod b/go.mod
index 7931bb4f541d9f83601c528a0d21093d4f398288..5da056552b16c49c3018f24c8f1cbff5a18ba98b 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -15,7 +15,7 @@ require (
        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.18
-       github.com/docker/docker v24.0.2+incompatible
+       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
@@ -37,10 +37,10 @@ require (
        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.5.0
-       golang.org/x/net v0.9.0
+       golang.org/x/crypto v0.16.0
+       golang.org/x/net v0.19.0
        golang.org/x/oauth2 v0.7.0
-       golang.org/x/sys v0.7.0
+       golang.org/x/sys v0.15.0
        google.golang.org/api v0.114.0
        gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
        gopkg.in/square/go-jose.v2 v2.5.1
@@ -74,7 +74,7 @@ require (
        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/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.3 // indirect
@@ -103,7 +103,7 @@ require (
        github.com/src-d/gcfg v1.3.0 // indirect
        github.com/xanzy/ssh-agent v0.1.0 // indirect
        go.opencensus.io v0.24.0 // indirect
-       golang.org/x/text v0.9.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