Skip to content

Commit

Permalink
Revert "cmd/cloud-debug-agent: copy golang.org/x/debug to internal pa…
Browse files Browse the repository at this point in the history
…ckage"

This reverts commit 0febb27.

Reason for revert: tests don't pass

Change-Id: I66a2a35301b73cdab5bfb9b6ad0ecd3c807766dd
Reviewed-on: https://code-review.googlesource.com/29010
Reviewed-by: kokoro <[email protected]>
Reviewed-by: Jean de Klerk <[email protected]>
  • Loading branch information
jba committed Jun 14, 2018
1 parent 5b56f17 commit 55a0587
Show file tree
Hide file tree
Showing 62 changed files with 6 additions and 17,164 deletions.
4 changes: 2 additions & 2 deletions cmd/go-cloud-debug-agent/debuglet.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ import (

"cloud.google.com/go/cmd/go-cloud-debug-agent/internal/breakpoints"
debuglet "cloud.google.com/go/cmd/go-cloud-debug-agent/internal/controller"
"cloud.google.com/go/cmd/go-cloud-debug-agent/internal/debug"
"cloud.google.com/go/cmd/go-cloud-debug-agent/internal/debug/local"
"cloud.google.com/go/cmd/go-cloud-debug-agent/internal/valuecollector"
"cloud.google.com/go/compute/metadata"
"golang.org/x/debug"
"golang.org/x/debug/local"
"golang.org/x/net/context"
"golang.org/x/oauth2"
"golang.org/x/oauth2/google"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"log"
"sync"

"cloud.google.com/go/cmd/go-cloud-debug-agent/internal/debug"
"golang.org/x/debug"
cd "google.golang.org/api/clouddebugger/v2"
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ package breakpoints
import (
"testing"

"cloud.google.com/go/cmd/go-cloud-debug-agent/internal/debug"
"cloud.google.com/go/internal/testutil"
"golang.org/x/debug"
cd "google.golang.org/api/clouddebugger/v2"
)

Expand Down
186 changes: 0 additions & 186 deletions cmd/go-cloud-debug-agent/internal/debug/arch/arch.go

This file was deleted.

128 changes: 0 additions & 128 deletions cmd/go-cloud-debug-agent/internal/debug/doc/ptrace-nptl.txt

This file was deleted.

Loading

0 comments on commit 55a0587

Please sign in to comment.