X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6a22686571417278c242a3fa1a7f1018594f8fc4..refs/heads/20612-diag-ctr-api-access:/go.mod diff --git a/go.mod b/go.mod index 10b2faab9c..d7bb5768eb 100644 --- a/go.mod +++ b/go.mod @@ -14,8 +14,8 @@ require ( github.com/bradleypeabody/godap v0.0.0-20170216002349-c249933bc092 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.5+incompatible github.com/dustin/go-humanize v1.0.0 github.com/fsnotify/fsnotify v1.4.9 github.com/ghodss/yaml v1.0.0 @@ -66,7 +66,6 @@ require ( github.com/beorn7/perks v1.0.1 // indirect github.com/bgentry/speakeasy v0.1.0 // indirect github.com/cespare/xxhash/v2 v2.2.0 // indirect - github.com/containerd/containerd v1.5.18 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/dimchansky/utfbom v1.1.1 // indirect github.com/dnaeon/go-vcr v1.2.0 // indirect @@ -90,6 +89,7 @@ require ( github.com/kr/text v0.1.0 // 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 @@ -104,6 +104,7 @@ require ( 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/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 v0.0.0-20230410155749-daa745c078e1 // indirect @@ -113,7 +114,7 @@ require ( 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 v2.2.0+incompatible // indirect + gotest.tools/v3 v3.0.3 // indirect ) replace github.com/AdRoll/goamz => github.com/arvados/goamz v0.0.0-20190905141525-1bba09f407ef