*: Update import name to github.com/go-delve/delve

The repository is being switched from the personal account
github.com/derekparker/delve to the organization account
github.com/go-delve/delve. This patch updates imports and docs, while
preserving things which should not be changed such as my name in the
CHANGELOG and in TODO comments.
This commit is contained in:
Derek Parker
2019-01-04 10:39:25 -08:00
committed by Alessandro Arzilli
parent 385c7935a6
commit 4c9a72e486
91 changed files with 258 additions and 258 deletions

View File

@ -6,8 +6,8 @@ import (
"path/filepath"
"testing"
"github.com/derekparker/delve/pkg/proc/native"
protest "github.com/derekparker/delve/pkg/proc/test"
"github.com/go-delve/delve/pkg/proc/native"
protest "github.com/go-delve/delve/pkg/proc/test"
)
func TestLoadingExternalDebugInfo(t *testing.T) {