X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/add09f355520b2bd1214b8c74d5a8d6c8e76dc88..d5f878c37f321c71c785fc7d8b76c4a32f148faa:/go.mod diff --git a/go.mod b/go.mod index 131073ff2c..88dcb86c72 100644 --- a/go.mod +++ b/go.mod @@ -20,6 +20,7 @@ require ( github.com/bradleypeabody/godap v0.0.0-20170216002349-c249933bc092 github.com/coreos/go-oidc v2.1.0+incompatible github.com/coreos/go-systemd v0.0.0-20180108085132-cc4f39464dc7 + github.com/creack/pty v1.1.7 github.com/dnaeon/go-vcr v1.0.1 // indirect github.com/docker/distribution v2.6.0-rc.1.0.20180105232752-277ed486c948+incompatible // indirect github.com/docker/docker v1.4.2-0.20180109013817-94b8a116fbf1 @@ -33,6 +34,7 @@ require ( github.com/go-asn1-ber/asn1-ber v1.4.1 // indirect github.com/go-ldap/ldap v3.0.3+incompatible github.com/gogo/protobuf v1.1.1 + github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 github.com/gorilla/context v1.1.1 // indirect github.com/gorilla/mux v1.6.1-0.20180107155708-5bbbb5b2b572 github.com/hashicorp/golang-lru v0.5.1 @@ -60,10 +62,9 @@ require ( github.com/src-d/gcfg v1.3.0 // indirect github.com/xanzy/ssh-agent v0.1.0 // indirect golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 - golang.org/x/net v0.0.0-20200625001655-4c5254603344 + golang.org/x/net v0.0.0-20200202094626-16171245cfb2 golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 - golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd - golang.org/x/tools v0.0.0-20200826040757-bc8aaaa29e06 // indirect + golang.org/x/sys v0.0.0-20191105231009-c1f44814a5cd google.golang.org/api v0.13.0 gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect gopkg.in/check.v1 v1.0.0-20161208181325-20d25e280405