This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Description
Note that I did try entering my username.
Reproduce with:
$ mkdir -p ~/golang/src/mypjt && \
export GOPATH=~/golang && \
cd $GOPATH/src/mypjt && \
echo 'package main
import (
_ "code.cloudfoundry.org/cli"
)' > app.go
$ dep init -v
Getting direct dependencies...
Checked 1 directories for packages.
Found 1 direct dependencies.
Root project is "mypjt"
1 transitively valid internal packages
1 external packages imported from 1 projects
(0) ✓ select (root)
(1) ? attempt code.cloudfoundry.org/cli with 1 pkgs; 69 versions to try
(1) try code.cloudfoundry.org/cli@v9001
Username for 'https://github.com':
What version of dep are you using (dep version)?
v0.3.2-48-gc47c866e
What dep command did you run?
dep init -v
What did you expect to see?
Successful completion.
What did you see instead?
Username prompt for github.com, then seemed to hang.