golang / dep

Go dependency management tool experiment (deprecated)
https://golang.github.io/dep/
BSD 3-Clause "New" or "Revised" License
12.85k stars 1.05k forks source link

dep crash - panic: runtime error: index out of range [0] with length 0 #2220

Closed kost closed 4 years ago

kost commented 4 years ago

What version of dep are you using (dep version)?

docker run -it --name blah golang:latest go get -u github.com/golang/dep/cmd/dep

root@957288a7b9e3:/go/src/tty2web# cd $GOPATH/src/github.com/golang/dep && git describe --tags v0.5.4-2-g5600de07

What dep command did you run?

root@957288a7b9e3:/go/src/tty2web# dep init -v
Getting direct dependencies...
Checked 17 directories for packages.
Found 11 direct dependencies.
Root project is "tty2web"
 8 transitively valid internal packages
 16 external packages imported from 11 projects
(0)   ✓ select (root)
(1)     ? attempt github.com/elazarl/go-bindata-assetfs with 1 pkgs; 2 versions to try
(1)         try github.com/elazarl/go-bindata-assetfs@v1.0.0
(1)     ✓ select github.com/elazarl/go-bindata-assetfs@v1.0.0 w/1 pkgs
(2)     ? attempt github.com/kost/go-ntlmssp with 1 pkgs; 2 versions to try
(2)         try github.com/kost/go-ntlmssp@master
(2)     ✓ select github.com/kost/go-ntlmssp@master w/1 pkgs
(3)     ? attempt github.com/hashicorp/yamux with 1 pkgs; 2 versions to try
(3)         try github.com/hashicorp/yamux@master
(3)     ✓ select github.com/hashicorp/yamux@master w/1 pkgs
(4)     ? attempt github.com/fatih/structs with 1 pkgs; 4 versions to try
(4)         try github.com/fatih/structs@v1.1.0
(4)     ✓ select github.com/fatih/structs@v1.1.0 w/1 pkgs
(5)     ? attempt github.com/yudai/hcl with 1 pkgs; 2 versions to try
(5)         try github.com/yudai/hcl@master
(5)     ✓ select github.com/yudai/hcl@master w/3 pkgs
(6)     ? attempt github.com/hashicorp/go-multierror with 1 pkgs; 2 versions to try
(6)         try github.com/hashicorp/go-multierror@v1.0.0
(6)     ✓ select github.com/hashicorp/go-multierror@v1.0.0 w/1 pkgs
(7)     ? attempt github.com/hashicorp/errwrap with 1 pkgs; 2 versions to try
(7)         try github.com/hashicorp/errwrap@v1.0.0
(7)     ✓ select github.com/hashicorp/errwrap@v1.0.0 w/1 pkgs
(8)     ? attempt github.com/creack/pty with 1 pkgs; 12 versions to try
(8)         try github.com/creack/pty@v1.1.9
(8)     ✓ select github.com/creack/pty@v1.1.9 w/1 pkgs
(9)     ? attempt golang.org/x/crypto with 1 pkgs; 4 versions to try
(9)         try golang.org/x/crypto@master
(9)     ✓ select golang.org/x/crypto@master w/1 pkgs
(10)  ? attempt github.com/NYTimes/gziphandler with 1 pkgs; 6 versions to try
(10)      try github.com/NYTimes/gziphandler@v1.1.1
(10)  ✓ select github.com/NYTimes/gziphandler@v1.1.1 w/1 pkgs
(11)  ? attempt github.com/kost/tty2web with 6 pkgs; 4 versions to try
(11)      try github.com/kost/tty2web@v2.2.0
(11)  ✓ select github.com/kost/tty2web@v2.2.0 w/6 pkgs
(12)  ? attempt github.com/gorilla/websocket with 1 pkgs; 8 versions to try
(12)      try github.com/gorilla/websocket@v1.4.1
(12)  ✓ select github.com/gorilla/websocket@v1.4.1 w/1 pkgs
(13)  ? attempt github.com/pkg/errors with 1 pkgs; 14 versions to try
(13)      try github.com/pkg/errors@v0.8.1
(13)  ✓ select github.com/pkg/errors@v0.8.1 w/1 pkgs
(14)  ? attempt github.com/urfave/cli with 1 pkgs; 60 versions to try
(14)      try github.com/urfave/cli@v2.0.0
(14)  ✗   "github.com/urfave/cli" imports "github.com/urfave/cli/v2", which contains malformed code: no package exists at "github.com/urfave/cli/v2"
(14)      try github.com/urfave/cli@v1.22.2
(14)  ✓ select github.com/urfave/cli@v1.22.2 w/1 pkgs
(15)  ? attempt golang.org/x/sys with 1 pkgs; 4 versions to try
(15)      try golang.org/x/sys@master
(15)  ✓ select golang.org/x/sys@master w/1 pkgs
(16)  ? attempt github.com/codegangsta/cli with 1 pkgs; 60 versions to try
(16)      try github.com/codegangsta/cli@v2.0.0
(17)  ✗   github.com/codegangsta/cli@v2.0.0 not allowed by constraint ^1.19.1:
(17)      ^1.19.1 from github.com/kost/tty2web@v2.2.0
(16)      try github.com/codegangsta/cli@v1.22.2
(16)  ✓ select github.com/codegangsta/cli@v1.22.2 w/1 pkgs
(17)  ? attempt github.com/cpuguy83/go-md2man with 1 pkgs; 16 versions to try
(17)      try github.com/cpuguy83/go-md2man@v2.0.0
(18)  ✗   github.com/cpuguy83/go-md2man at v2.0.0 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing;  required by:
(18)                    github.com/urfave/cli at v1.22.2
(18)                    github.com/codegangsta/cli at v1.22.2
(17)      try github.com/cpuguy83/go-md2man@v1.0.10
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.10 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing;  required by:
(18)                    github.com/urfave/cli at v1.22.2
(18)                    github.com/codegangsta/cli at v1.22.2
(17)      try github.com/cpuguy83/go-md2man@v1.0.9
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.9 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing;  required by:
(18)                    github.com/urfave/cli at v1.22.2
(18)                    github.com/codegangsta/cli at v1.22.2
(17)      try github.com/cpuguy83/go-md2man@v1.0.8
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.8 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing;  required by:
(18)                    github.com/urfave/cli at v1.22.2
(18)                    github.com/codegangsta/cli at v1.22.2
(17)      try github.com/cpuguy83/go-md2man@v1.0.7
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.7 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing;  required by:
(18)                    github.com/urfave/cli at v1.22.2
(18)                    github.com/codegangsta/cli at v1.22.2
(17)      try github.com/cpuguy83/go-md2man@v1.0.6
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.6 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing;  required by:
(18)                    github.com/urfave/cli at v1.22.2
(18)                    github.com/codegangsta/cli at v1.22.2
(17)      try github.com/cpuguy83/go-md2man@v1.0.5
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.5 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing;  required by:
(18)                    github.com/urfave/cli at v1.22.2
(18)                    github.com/codegangsta/cli at v1.22.2
(17)      try github.com/cpuguy83/go-md2man@v1.0.4
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.4 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing;  required by:
(18)                    github.com/urfave/cli at v1.22.2
(18)                    github.com/codegangsta/cli at v1.22.2
(17)      try github.com/cpuguy83/go-md2man@v1.0.3
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.3 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing;  required by:
(18)                    github.com/urfave/cli at v1.22.2
(18)                    github.com/codegangsta/cli at v1.22.2
(17)      try github.com/cpuguy83/go-md2man@v1.0.2
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.2 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing;  required by:
(18)                    github.com/urfave/cli at v1.22.2
(18)                    github.com/codegangsta/cli at v1.22.2
(17)      try github.com/cpuguy83/go-md2man@v1.0.1
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.1 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing;  required by:
(18)                    github.com/urfave/cli at v1.22.2
(18)                    github.com/codegangsta/cli at v1.22.2
(17)      try github.com/cpuguy83/go-md2man@v1
(18)  ✗   github.com/cpuguy83/go-md2man at v1 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing;  required by:
(18)                    github.com/urfave/cli at v1.22.2
(18)                    github.com/codegangsta/cli at v1.22.2
(17)      try github.com/cpuguy83/go-md2man@master
(18)  ✗   github.com/cpuguy83/go-md2man at master has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing;  required by:
(18)                    github.com/urfave/cli at v1.22.2
(18)                    github.com/codegangsta/cli at v1.22.2
(17)      try github.com/cpuguy83/go-md2man@6_fix_char_escaping
(18)  ✗   github.com/cpuguy83/go-md2man at 6_fix_char_escaping has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing;  required by:
(18)                    github.com/urfave/cli at v1.22.2
(18)                    github.com/codegangsta/cli at v1.22.2
(17)      try github.com/cpuguy83/go-md2man@fix_rawhtml
(18)  ✗   github.com/cpuguy83/go-md2man at fix_rawhtml has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing;  required by:
(18)                    github.com/urfave/cli at v1.22.2
(18)                    github.com/codegangsta/cli at v1.22.2
(17)      try github.com/cpuguy83/go-md2man@release-1.0
(18)  ✗   github.com/cpuguy83/go-md2man at release-1.0 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing;  required by:
(18)                    github.com/urfave/cli at v1.22.2
(18)                    github.com/codegangsta/cli at v1.22.2
(17)    ← no more versions of github.com/cpuguy83/go-md2man to try; begin backtrack
(16)  ← backtrack: no more versions of github.com/codegangsta/cli to try
(15)  ← backtrack: no more versions of golang.org/x/sys to try
(14)  ← backtrack: no more versions of github.com/urfave/cli to try
(14)    ? continue github.com/urfave/cli with 1 pkgs; 58 more versions to try
(14)      try github.com/urfave/cli@v1.22.1
(14)  ✓ select github.com/urfave/cli@v1.22.1 w/1 pkgs
(15)  ? attempt golang.org/x/sys with 1 pkgs; 4 versions to try
(15)      try golang.org/x/sys@master
(15)  ✓ select golang.org/x/sys@master w/1 pkgs
(16)  ? attempt github.com/codegangsta/cli with 1 pkgs; 60 versions to try
(16)      try github.com/codegangsta/cli@v2.0.0
(17)  ✗   github.com/codegangsta/cli@v2.0.0 not allowed by constraint ^1.19.1:
(17)      ^1.19.1 from github.com/kost/tty2web@v2.2.0
(16)      try github.com/codegangsta/cli@v1.22.2
(16)  ✓ select github.com/codegangsta/cli@v1.22.2 w/1 pkgs
(17)  ? attempt github.com/cpuguy83/go-md2man with 1 pkgs; 16 versions to try
(17)      try github.com/cpuguy83/go-md2man@v2.0.0
(18)  ✗   github.com/cpuguy83/go-md2man at v2.0.0 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing;  required by:
(18)                    github.com/urfave/cli at v1.22.1
(18)                    github.com/codegangsta/cli at v1.22.2
(17)      try github.com/cpuguy83/go-md2man@v1.0.10
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.10 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing;  required by:
(18)                    github.com/urfave/cli at v1.22.1
(18)                    github.com/codegangsta/cli at v1.22.2
(17)      try github.com/cpuguy83/go-md2man@v1.0.9
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.9 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing;  required by:
(18)                    github.com/urfave/cli at v1.22.1
(18)                    github.com/codegangsta/cli at v1.22.2
(17)      try github.com/cpuguy83/go-md2man@v1.0.8
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.8 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing;  required by:
(18)                    github.com/urfave/cli at v1.22.1
(18)                    github.com/codegangsta/cli at v1.22.2
(17)      try github.com/cpuguy83/go-md2man@v1.0.7
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.7 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing;  required by:
(18)                    github.com/urfave/cli at v1.22.1
(18)                    github.com/codegangsta/cli at v1.22.2
(17)      try github.com/cpuguy83/go-md2man@v1.0.6
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.6 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing;  required by:
(18)                    github.com/urfave/cli at v1.22.1
(18)                    github.com/codegangsta/cli at v1.22.2
(17)      try github.com/cpuguy83/go-md2man@v1.0.5
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.5 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing;  required by:
(18)                    github.com/urfave/cli at v1.22.1
(18)                    github.com/codegangsta/cli at v1.22.2
(17)      try github.com/cpuguy83/go-md2man@v1.0.4
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.4 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing;  required by:
(18)                    github.com/urfave/cli at v1.22.1
(18)                    github.com/codegangsta/cli at v1.22.2
(17)      try github.com/cpuguy83/go-md2man@v1.0.3
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.3 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing;  required by:
(18)                    github.com/urfave/cli at v1.22.1
(18)                    github.com/codegangsta/cli at v1.22.2
(17)      try github.com/cpuguy83/go-md2man@v1.0.2
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.2 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing;  required by:
(18)                    github.com/urfave/cli at v1.22.1
(18)                    github.com/codegangsta/cli at v1.22.2
(17)      try github.com/cpuguy83/go-md2man@v1.0.1
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.1 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing;  required by:
(18)                    github.com/urfave/cli at v1.22.1
(18)                    github.com/codegangsta/cli at v1.22.2
(17)      try github.com/cpuguy83/go-md2man@v1
(18)  ✗   github.com/cpuguy83/go-md2man at v1 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing;  required by:
(18)                    github.com/urfave/cli at v1.22.1
(18)                    github.com/codegangsta/cli at v1.22.2
(17)      try github.com/cpuguy83/go-md2man@master
(18)  ✗   github.com/cpuguy83/go-md2man at master has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing;  required by:
(18)                    github.com/urfave/cli at v1.22.1
(18)                    github.com/codegangsta/cli at v1.22.2
(17)      try github.com/cpuguy83/go-md2man@6_fix_char_escaping
(18)  ✗   github.com/cpuguy83/go-md2man at 6_fix_char_escaping has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing;  required by:
(18)                    github.com/urfave/cli at v1.22.1
(18)                    github.com/codegangsta/cli at v1.22.2
(17)      try github.com/cpuguy83/go-md2man@fix_rawhtml
(18)  ✗   github.com/cpuguy83/go-md2man at fix_rawhtml has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing;  required by:
(18)                    github.com/urfave/cli at v1.22.1
(18)                    github.com/codegangsta/cli at v1.22.2
(17)      try github.com/cpuguy83/go-md2man@release-1.0
(18)  ✗   github.com/cpuguy83/go-md2man at release-1.0 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing;  required by:
(18)                    github.com/urfave/cli at v1.22.1
(18)                    github.com/codegangsta/cli at v1.22.2
(17)    ← no more versions of github.com/cpuguy83/go-md2man to try; begin backtrack
(16)  ← backtrack: no more versions of github.com/codegangsta/cli to try
(15)  ← backtrack: no more versions of golang.org/x/sys to try
(14)  ← backtrack: no more versions of github.com/urfave/cli to try
(14)    ? continue github.com/urfave/cli with 1 pkgs; 57 more versions to try
(14)      try github.com/urfave/cli@v1.22.0
(14)  ✓ select github.com/urfave/cli@v1.22.0 w/1 pkgs
(15)  ? attempt golang.org/x/sys with 1 pkgs; 4 versions to try
(15)      try golang.org/x/sys@master
(15)  ✓ select golang.org/x/sys@master w/1 pkgs
(16)  ? attempt github.com/codegangsta/cli with 1 pkgs; 60 versions to try
(16)      try github.com/codegangsta/cli@v2.0.0
(17)  ✗   github.com/codegangsta/cli@v2.0.0 not allowed by constraint ^1.19.1:
(17)      ^1.19.1 from github.com/kost/tty2web@v2.2.0
(16)      try github.com/codegangsta/cli@v1.22.2
(16)  ✓ select github.com/codegangsta/cli@v1.22.2 w/1 pkgs
(17)  ? attempt github.com/cpuguy83/go-md2man with 1 pkgs; 16 versions to try
(17)      try github.com/cpuguy83/go-md2man@v2.0.0
(18)  ✗   github.com/cpuguy83/go-md2man at v2.0.0 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.2.
(17)      try github.com/cpuguy83/go-md2man@v1.0.10
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.10 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.2.
(17)      try github.com/cpuguy83/go-md2man@v1.0.9
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.9 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.2.
(17)      try github.com/cpuguy83/go-md2man@v1.0.8
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.8 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.2.
(17)      try github.com/cpuguy83/go-md2man@v1.0.7
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.7 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.2.
(17)      try github.com/cpuguy83/go-md2man@v1.0.6
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.6 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.2.
(17)      try github.com/cpuguy83/go-md2man@v1.0.5
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.5 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.2.
(17)      try github.com/cpuguy83/go-md2man@v1.0.4
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.4 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.2.
(17)      try github.com/cpuguy83/go-md2man@v1.0.3
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.3 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/md2man is missing; required by github.com/urfave/cli@v1.22.0.     github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.2.
(17)      try github.com/cpuguy83/go-md2man@v1.0.2
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.2 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/md2man is missing; required by github.com/urfave/cli@v1.22.0.     github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.2.
(17)      try github.com/cpuguy83/go-md2man@v1.0.1
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.1 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/md2man is missing; required by github.com/urfave/cli@v1.22.0.     github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.2.
(17)      try github.com/cpuguy83/go-md2man@v1
(18)  ✗   github.com/cpuguy83/go-md2man at v1 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/md2man is missing; required by github.com/urfave/cli@v1.22.0.     github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.2.
(17)      try github.com/cpuguy83/go-md2man@master
(18)  ✗   github.com/cpuguy83/go-md2man at master has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.2.
(17)      try github.com/cpuguy83/go-md2man@6_fix_char_escaping
(18)  ✗   github.com/cpuguy83/go-md2man at 6_fix_char_escaping has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.2.     github.com/cpuguy83/go-md2man/md2man is missing; required by github.com/urfave/cli@v1.22.0.
(17)      try github.com/cpuguy83/go-md2man@fix_rawhtml
(18)  ✗   github.com/cpuguy83/go-md2man at fix_rawhtml has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/md2man is missing; required by github.com/urfave/cli@v1.22.0.     github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.2.
(17)      try github.com/cpuguy83/go-md2man@release-1.0
(18)  ✗   github.com/cpuguy83/go-md2man at release-1.0 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.2.
(17)    ← no more versions of github.com/cpuguy83/go-md2man to try; begin backtrack
(16)  ← backtrack: no more versions of github.com/codegangsta/cli to try
(15)  ← backtrack: no more versions of golang.org/x/sys to try
(14)  ← backtrack: no more versions of github.com/urfave/cli to try
(14)    ? continue github.com/urfave/cli with 1 pkgs; 56 more versions to try
(14)      try github.com/urfave/cli@v1.21.0
(14)  ✓ select github.com/urfave/cli@v1.21.0 w/1 pkgs
(15)  ? attempt golang.org/x/sys with 1 pkgs; 4 versions to try
(15)      try golang.org/x/sys@master
(15)  ✓ select golang.org/x/sys@master w/1 pkgs
(16)  ? attempt github.com/codegangsta/cli with 1 pkgs; 60 versions to try
(16)      try github.com/codegangsta/cli@v2.0.0
(17)  ✗   github.com/codegangsta/cli@v2.0.0 not allowed by constraint ^1.19.1:
(17)      ^1.19.1 from github.com/kost/tty2web@v2.2.0
(16)      try github.com/codegangsta/cli@v1.22.2
(16)  ✓ select github.com/codegangsta/cli@v1.22.2 w/1 pkgs
(17)  ? attempt github.com/cpuguy83/go-md2man with 1 pkgs; 16 versions to try
(17)      try github.com/cpuguy83/go-md2man@v2.0.0
(18)  ✗   github.com/cpuguy83/go-md2man at v2.0.0 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.2.
(17)      try github.com/cpuguy83/go-md2man@v1.0.10
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.10 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.2.
(17)      try github.com/cpuguy83/go-md2man@v1.0.9
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.9 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.2.
(17)      try github.com/cpuguy83/go-md2man@v1.0.8
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.8 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.2.
(17)      try github.com/cpuguy83/go-md2man@v1.0.7
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.7 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.2.
(17)      try github.com/cpuguy83/go-md2man@v1.0.6
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.6 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.2.
(17)      try github.com/cpuguy83/go-md2man@v1.0.5
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.5 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.2.
(17)      try github.com/cpuguy83/go-md2man@v1.0.4
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.4 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.2.
(17)      try github.com/cpuguy83/go-md2man@v1.0.3
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.3 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.2.
(17)      try github.com/cpuguy83/go-md2man@v1.0.2
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.2 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.2.
(17)      try github.com/cpuguy83/go-md2man@v1.0.1
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.1 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.2.
(17)      try github.com/cpuguy83/go-md2man@v1
(18)  ✗   github.com/cpuguy83/go-md2man at v1 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.2.
(17)      try github.com/cpuguy83/go-md2man@master
(18)  ✗   github.com/cpuguy83/go-md2man at master has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.2.
(17)      try github.com/cpuguy83/go-md2man@6_fix_char_escaping
(18)  ✗   github.com/cpuguy83/go-md2man at 6_fix_char_escaping has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.2.
(17)      try github.com/cpuguy83/go-md2man@fix_rawhtml
(18)  ✗   github.com/cpuguy83/go-md2man at fix_rawhtml has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.2.
(17)      try github.com/cpuguy83/go-md2man@release-1.0
(18)  ✗   github.com/cpuguy83/go-md2man at release-1.0 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.2.
(17)    ← no more versions of github.com/cpuguy83/go-md2man to try; begin backtrack
(16)  ← backtrack: no more versions of github.com/codegangsta/cli to try
(16)    ? continue github.com/codegangsta/cli with 1 pkgs; 58 more versions to try
(16)      try github.com/codegangsta/cli@v1.22.1
(16)  ✓ select github.com/codegangsta/cli@v1.22.1 w/1 pkgs
(17)  ? attempt github.com/cpuguy83/go-md2man with 1 pkgs; 16 versions to try
(17)      try github.com/cpuguy83/go-md2man@v2.0.0
(18)  ✗   github.com/cpuguy83/go-md2man at v2.0.0 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.1.
(17)      try github.com/cpuguy83/go-md2man@v1.0.10
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.10 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.1.
(17)      try github.com/cpuguy83/go-md2man@v1.0.9
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.9 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.1.
(17)      try github.com/cpuguy83/go-md2man@v1.0.8
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.8 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.1.
(17)      try github.com/cpuguy83/go-md2man@v1.0.7
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.7 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.1.
(17)      try github.com/cpuguy83/go-md2man@v1.0.6
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.6 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.1.
(17)      try github.com/cpuguy83/go-md2man@v1.0.5
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.5 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.1.
(17)      try github.com/cpuguy83/go-md2man@v1.0.4
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.4 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.1.
(17)      try github.com/cpuguy83/go-md2man@v1.0.3
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.3 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.1.
(17)      try github.com/cpuguy83/go-md2man@v1.0.2
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.2 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.1.
(17)      try github.com/cpuguy83/go-md2man@v1.0.1
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.1 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.1.
(17)      try github.com/cpuguy83/go-md2man@v1
(18)  ✗   github.com/cpuguy83/go-md2man at v1 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.1.
(17)      try github.com/cpuguy83/go-md2man@master
(18)  ✗   github.com/cpuguy83/go-md2man at master has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.1.
(17)      try github.com/cpuguy83/go-md2man@6_fix_char_escaping
(18)  ✗   github.com/cpuguy83/go-md2man at 6_fix_char_escaping has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.1.
(17)      try github.com/cpuguy83/go-md2man@fix_rawhtml
(18)  ✗   github.com/cpuguy83/go-md2man at fix_rawhtml has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.1.
(17)      try github.com/cpuguy83/go-md2man@release-1.0
(18)  ✗   github.com/cpuguy83/go-md2man at release-1.0 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/v2/md2man is missing; required by github.com/codegangsta/cli@v1.22.1.
(17)    ← no more versions of github.com/cpuguy83/go-md2man to try; begin backtrack
(16)  ← backtrack: no more versions of github.com/codegangsta/cli to try
(16)    ? continue github.com/codegangsta/cli with 1 pkgs; 57 more versions to try
(16)      try github.com/codegangsta/cli@v1.22.0
(16)  ✓ select github.com/codegangsta/cli@v1.22.0 w/1 pkgs
(17)  ? attempt github.com/cpuguy83/go-md2man with 1 pkgs; 16 versions to try
(17)      try github.com/cpuguy83/go-md2man@v2.0.0
(17)  ✗   package github.com/cpuguy83/go-md2man/v2/md2man does not exist within project github.com/cpuguy83/go-md2man
(17)      try github.com/cpuguy83/go-md2man@v1.0.10
(17)  ✗   package github.com/cpuguy83/go-md2man/v2/md2man does not exist within project github.com/cpuguy83/go-md2man
(17)      try github.com/cpuguy83/go-md2man@v1.0.9
(17)  ✗   package github.com/cpuguy83/go-md2man/v2/md2man does not exist within project github.com/cpuguy83/go-md2man
(17)      try github.com/cpuguy83/go-md2man@v1.0.8
(17)  ✗   package github.com/cpuguy83/go-md2man/v2/md2man does not exist within project github.com/cpuguy83/go-md2man
(17)      try github.com/cpuguy83/go-md2man@v1.0.7
(17)  ✗   package github.com/cpuguy83/go-md2man/v2/md2man does not exist within project github.com/cpuguy83/go-md2man
(17)      try github.com/cpuguy83/go-md2man@v1.0.6
Importing configuration from govend. These are only initial constraints, and are further refined during the solve process.
(17)  ✗   package github.com/cpuguy83/go-md2man/v2/md2man does not exist within project github.com/cpuguy83/go-md2man
(17)      try github.com/cpuguy83/go-md2man@v1.0.5
(17)  ✗   package github.com/cpuguy83/go-md2man/v2/md2man does not exist within project github.com/cpuguy83/go-md2man
(17)      try github.com/cpuguy83/go-md2man@v1.0.4
(17)  ✗   package github.com/cpuguy83/go-md2man/v2/md2man does not exist within project github.com/cpuguy83/go-md2man
(17)      try github.com/cpuguy83/go-md2man@v1.0.3
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.3 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/md2man is missing; required by github.com/codegangsta/cli@v1.22.0.
(17)      try github.com/cpuguy83/go-md2man@v1.0.2
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.2 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/md2man is missing; required by github.com/codegangsta/cli@v1.22.0.
(17)      try github.com/cpuguy83/go-md2man@v1.0.1
(18)  ✗   github.com/cpuguy83/go-md2man at v1.0.1 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/md2man is missing; required by github.com/codegangsta/cli@v1.22.0.
(17)      try github.com/cpuguy83/go-md2man@v1
(18)  ✗   github.com/cpuguy83/go-md2man at v1 has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/md2man is missing; required by github.com/codegangsta/cli@v1.22.0.
(17)      try github.com/cpuguy83/go-md2man@master
(17)  ✗   package github.com/cpuguy83/go-md2man/v2/md2man does not exist within project github.com/cpuguy83/go-md2man
(17)      try github.com/cpuguy83/go-md2man@6_fix_char_escaping
(18)  ✗   github.com/cpuguy83/go-md2man at 6_fix_char_escaping has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/md2man is missing; required by github.com/codegangsta/cli@v1.22.0.
(17)      try github.com/cpuguy83/go-md2man@fix_rawhtml
(18)  ✗   github.com/cpuguy83/go-md2man at fix_rawhtml has problem subpkg(s):
(18)            github.com/cpuguy83/go-md2man/md2man is missing; required by github.com/codegangsta/cli@v1.22.0.
(17)      try github.com/cpuguy83/go-md2man@release-1.0
(17)  ✗   package github.com/cpuguy83/go-md2man/v2/md2man does not exist within project github.com/cpuguy83/go-md2man
(17)    ← no more versions of github.com/cpuguy83/go-md2man to try; begin backtrack
(16)  ← backtrack: no more versions of github.com/codegangsta/cli to try
(16)    ? continue github.com/codegangsta/cli with 1 pkgs; 56 more versions to try
(16)      try github.com/codegangsta/cli@v1.21.0
(16)  ✓ select github.com/codegangsta/cli@v1.21.0 w/1 pkgs
(17)  ? attempt github.com/cpuguy83/go-md2man with 1 pkgs; 16 versions to try
(17)      try github.com/cpuguy83/go-md2man@v2.0.0
(17)  ✗   package github.com/cpuguy83/go-md2man/v2/md2man does not exist within project github.com/cpuguy83/go-md2man
(17)      try github.com/cpuguy83/go-md2man@v1.0.10
(17)  ✗   package github.com/cpuguy83/go-md2man/v2/md2man does not exist within project github.com/cpuguy83/go-md2man
(17)      try github.com/cpuguy83/go-md2man@v1.0.9
(17)  ✗   package github.com/cpuguy83/go-md2man/v2/md2man does not exist within project github.com/cpuguy83/go-md2man
(17)      try github.com/cpuguy83/go-md2man@v1.0.8
(17)  ✗   package github.com/cpuguy83/go-md2man/v2/md2man does not exist within project github.com/cpuguy83/go-md2man
(17)      try github.com/cpuguy83/go-md2man@v1.0.7
(17)  ✗   package github.com/cpuguy83/go-md2man/v2/md2man does not exist within project github.com/cpuguy83/go-md2man
(17)      try github.com/cpuguy83/go-md2man@v1.0.6
(17)  ✗   package github.com/cpuguy83/go-md2man/v2/md2man does not exist within project github.com/cpuguy83/go-md2man
(17)      try github.com/cpuguy83/go-md2man@v1.0.5
(17)  ✗   package github.com/cpuguy83/go-md2man/v2/md2man does not exist within project github.com/cpuguy83/go-md2man
(17)      try github.com/cpuguy83/go-md2man@v1.0.4
(17)  ✗   package github.com/cpuguy83/go-md2man/v2/md2man does not exist within project github.com/cpuguy83/go-md2man
(17)      try github.com/cpuguy83/go-md2man@v1.0.3
(17)  ✗   package github.com/cpuguy83/go-md2man/v2/md2man does not exist within project github.com/cpuguy83/go-md2man
(17)      try github.com/cpuguy83/go-md2man@v1.0.2
(17)  ✗   package github.com/cpuguy83/go-md2man/v2/md2man does not exist within project github.com/cpuguy83/go-md2man
(17)      try github.com/cpuguy83/go-md2man@v1.0.1
(17)  ✗   package github.com/cpuguy83/go-md2man/v2/md2man does not exist within project github.com/cpuguy83/go-md2man
(17)      try github.com/cpuguy83/go-md2man@v1
(17)  ✗   package github.com/cpuguy83/go-md2man/v2/md2man does not exist within project github.com/cpuguy83/go-md2man
(17)      try github.com/cpuguy83/go-md2man@master
(17)  ✗   package github.com/cpuguy83/go-md2man/v2/md2man does not exist within project github.com/cpuguy83/go-md2man
(17)      try github.com/cpuguy83/go-md2man@6_fix_char_escaping
(17)  ✗   package github.com/cpuguy83/go-md2man/v2/md2man does not exist within project github.com/cpuguy83/go-md2man
(17)      try github.com/cpuguy83/go-md2man@fix_rawhtml
(17)  ✗   package github.com/cpuguy83/go-md2man/v2/md2man does not exist within project github.com/cpuguy83/go-md2man
(17)      try github.com/cpuguy83/go-md2man@release-1.0
(17)  ✗   package github.com/cpuguy83/go-md2man/v2/md2man does not exist within project github.com/cpuguy83/go-md2man
panic: runtime error: index out of range [0] with length 0

goroutine 1 [running]:
github.com/golang/dep/gps.(*solver).findValidVersion(0xc0002fa000, 0xc0003b20a0, 0xc000302490, 0x1, 0x1, 0x0, 0xc000302490)
        /go/src/github.com/golang/dep/gps/solver.go:945 +0x4ce
github.com/golang/dep/gps.(*solver).createVersionQueue(0xc0002fa000, 0xc000025c20, 0x1d, 0x0, 0x0, 0xc000302490, 0x1, 0x1, 0x0, 0x0, ...)
        /go/src/github.com/golang/dep/gps/solver.go:902 +0x46f
github.com/golang/dep/gps.(*solver).solve(0xc0002fa000, 0xb067c0, 0xc000026098, 0x5, 0xc0002fc158, 0xc0000e75f8)
        /go/src/github.com/golang/dep/gps/solver.go:505 +0x542
github.com/golang/dep/gps.(*solver).Solve(0xc0002fa000, 0xb067c0, 0xc000026098, 0xc0002c6b10, 0xc00002402c, 0x7, 0xc000201d70)
        /go/src/github.com/golang/dep/gps/solver.go:440 +0x1ea
main.(*initCommand).Run(0xc0001516da, 0xc0000c4880, 0xc00015e680, 0x0, 0x0, 0x0, 0x0)
        /go/src/github.com/golang/dep/cmd/dep/init.go:155 +0x5c2
main.(*Config).Run(0xc0000e7ef0, 0x0)
        /go/src/github.com/golang/dep/cmd/dep/main.go:212 +0x10d1
main.main()
        /go/src/github.com/golang/dep/cmd/dep/main.go:84 +0x5f5
root@957288a7b9e3:/go/src/tty2web#

What did you expect to see?

dep init

What did you see instead?

root@957288a7b9e3:/go/src/tty2web# go get -u github.com/golang/dep/cmd/dep
root@957288a7b9e3:/go/src/tty2web# dep init
Importing configuration from govend. These are only initial constraints, and are further refined during the solve process.
panic: runtime error: index out of range [0] with length 0

goroutine 1 [running]:
github.com/golang/dep/gps.(*solver).findValidVersion(0xc000322000, 0xc00056c000, 0xc00032a590, 0x1, 0x1, 0x0, 0xc00032a590)
        /go/src/github.com/golang/dep/gps/solver.go:945 +0x4ce
github.com/golang/dep/gps.(*solver).createVersionQueue(0xc000322000, 0xc0003526c0, 0x1d, 0x0, 0x0, 0xc00032a590, 0x1, 0x1, 0x0, 0x0, ...)
        /go/src/github.com/golang/dep/gps/solver.go:902 +0x46f
github.com/golang/dep/gps.(*solver).solve(0xc000322000, 0xb067c0, 0xc0000ae028, 0x5, 0xc000324158, 0xc0000f55f8)
        /go/src/github.com/golang/dep/gps/solver.go:505 +0x542
github.com/golang/dep/gps.(*solver).Solve(0xc000322000, 0xb067c0, 0xc0000ae028, 0xc0002e6ae0, 0xc00002202c, 0x7, 0xc000217d40)
        /go/src/github.com/golang/dep/gps/solver.go:440 +0x1ea
main.(*initCommand).Run(0xc00016366a, 0xc0000d0880, 0xc0000a5600, 0x0, 0x0, 0x0, 0x0)
        /go/src/github.com/golang/dep/cmd/dep/init.go:155 +0x5c2
main.(*Config).Run(0xc0000f5ef0, 0x0)
        /go/src/github.com/golang/dep/cmd/dep/main.go:212 +0x10d1
main.main()
        /go/src/github.com/golang/dep/cmd/dep/main.go:84 +0x5f5
mvdan commented 4 years ago

Dep was officially deprecated earlier this year, and the proposal to archive this repository was accepted. As such, I'm closing outstanding issues before archiving the repository. For any further comments, please use the proposal thread on the Go issue tracker. Thanks!