X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f15d246be0ddac1ece0151ed8cdca8781add5d4b..da5858d5f794c14cf00b830166bb34b1bcd79ba5:/go.mod diff --git a/go.mod b/go.mod index 218e2ddde8..ccadc8ce9d 100644 --- 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.7+incompatible + github.com/docker/docker v24.0.9+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.16.0 - golang.org/x/net v0.19.0 + golang.org/x/crypto v0.22.0 + golang.org/x/net v0.24.0 golang.org/x/oauth2 v0.11.0 - golang.org/x/sys v0.15.0 + golang.org/x/sys v0.19.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 @@ -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.1 // indirect + github.com/go-jose/go-jose/v3 v3.0.3 // indirect github.com/golang-jwt/jwt/v4 v4.1.0 // indirect github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect github.com/golang/protobuf v1.5.3 // indirect @@ -98,7 +98,7 @@ require ( github.com/pkg/errors v0.9.1 // 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/satori/go.uuid v1.2.1-0.20180404165556-75cca531ea76 // 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 @@ -110,7 +110,7 @@ require ( 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 + google.golang.org/protobuf v1.33.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