Redo import statements

This commit is contained in:
Peter Bourgon
2015-05-12 18:56:55 +02:00
committed by Tom Wilkie
parent 8269cc9705
commit 0e19360215
26 changed files with 34 additions and 34 deletions

View File

@@ -4,7 +4,7 @@ import (
"net/http"
"strings"
"github.com/weaveworks/scope/scope/report"
"github.com/weaveworks/scope/report"
)
// APITopologyDesc is returned in a list by the /api/topology handler.

View File

@@ -5,7 +5,7 @@ import (
"net/http/httptest"
"testing"
"github.com/weaveworks/scope/scope/report"
"github.com/weaveworks/scope/report"
)
func TestAPIReport(t *testing.T) {

View File

@@ -9,7 +9,7 @@ import (
"github.com/gorilla/mux"
"github.com/gorilla/websocket"
"github.com/weaveworks/scope/scope/report"
"github.com/weaveworks/scope/report"
)
const (

View File

@@ -8,7 +8,7 @@ import (
"github.com/gorilla/websocket"
"github.com/weaveworks/scope/scope/report"
"github.com/weaveworks/scope/report"
)
func TestAPITopologyApplications(t *testing.T) {

View File

@@ -15,7 +15,7 @@ import (
"syscall"
"time"
"github.com/weaveworks/scope/scope/xfer"
"github.com/weaveworks/scope/xfer"
)
func main() {

View File

@@ -3,7 +3,7 @@ package main
import (
"net"
"github.com/weaveworks/scope/scope/report"
"github.com/weaveworks/scope/report"
)
// StaticReport is used as know test data in api tests.

View File

@@ -3,7 +3,7 @@ package main
import (
"time"
"github.com/weaveworks/scope/scope/report"
"github.com/weaveworks/scope/report"
)
// Reporter is something which generates a single 'current' report over a

View File

@@ -1,11 +1,11 @@
// HTTP server routing table
package main
import (
"net/http"
"github.com/gorilla/mux"
"github.com/weaveworks/scope/scope/report"
"github.com/weaveworks/scope/report"
)
// Router gives of the HTTP dispatcher. It will always use the embedded HTML

View File

@@ -12,8 +12,8 @@ import (
"syscall"
"time"
"github.com/weaveworks/scope/scope/report"
"github.com/weaveworks/scope/scope/xfer"
"github.com/weaveworks/scope/report"
"github.com/weaveworks/scope/xfer"
)
const (

View File

@@ -6,7 +6,7 @@ import (
"net"
"time"
"github.com/weaveworks/scope/scope/report"
"github.com/weaveworks/scope/report"
)
func init() {

View File

@@ -10,7 +10,7 @@ import (
"syscall"
"time"
"github.com/weaveworks/scope/scope/xfer"
"github.com/weaveworks/scope/xfer"
)
func main() {

View File

@@ -10,8 +10,8 @@ import (
"strconv"
"time"
"github.com/weaveworks/scope/scope/report"
"github.com/weaveworks/scope/scope/xfer"
"github.com/weaveworks/scope/report"
"github.com/weaveworks/scope/xfer"
)
func main() {

View File

@@ -6,7 +6,7 @@ import (
"net"
"time"
"github.com/weaveworks/scope/scope/report"
"github.com/weaveworks/scope/report"
)
func init() {

View File

@@ -8,7 +8,7 @@ import (
"sort"
"strings"
"github.com/weaveworks/scope/scope/report"
"github.com/weaveworks/scope/report"
)
func handleTXT(r Reporter) http.HandlerFunc {

View File

@@ -12,7 +12,7 @@ import (
"syscall"
"time"
"github.com/weaveworks/scope/scope/xfer"
"github.com/weaveworks/scope/xfer"
)
func main() {

View File

@@ -3,7 +3,7 @@ package main
import (
"time"
"github.com/weaveworks/scope/scope/report"
"github.com/weaveworks/scope/report"
)
// Copy/paste from app/report_lifo.go

View File

@@ -11,8 +11,8 @@ import (
"syscall"
"time"
"github.com/weaveworks/scope/scope/report"
"github.com/weaveworks/scope/scope/xfer"
"github.com/weaveworks/scope/report"
"github.com/weaveworks/scope/xfer"
)
func main() {

View File

@@ -8,7 +8,7 @@ import (
"testing"
"time"
"github.com/weaveworks/scope/scope/report"
"github.com/weaveworks/scope/report"
)
func TestComponentsAreAvailable(t *testing.T) {

View File

@@ -15,8 +15,8 @@ import (
"time"
"github.com/weaveworks/procspy"
"github.com/weaveworks/scope/scope/report"
"github.com/weaveworks/scope/scope/xfer"
"github.com/weaveworks/scope/report"
"github.com/weaveworks/scope/xfer"
)
func main() {

View File

@@ -8,7 +8,7 @@ import (
"time"
"github.com/weaveworks/procspy"
"github.com/weaveworks/scope/scope/report"
"github.com/weaveworks/scope/report"
)
// spy invokes procspy.Connections to generate a report.Report that contains

View File

@@ -7,7 +7,7 @@ import (
"testing"
"github.com/weaveworks/procspy"
"github.com/weaveworks/scope/scope/report"
"github.com/weaveworks/scope/report"
)
func TestScopedIP(t *testing.T) {

View File

@@ -7,7 +7,7 @@ import (
"sync"
"time"
"github.com/weaveworks/scope/scope/report"
"github.com/weaveworks/scope/report"
)
const (

View File

@@ -9,8 +9,8 @@ import (
"testing"
"time"
"github.com/weaveworks/scope/scope/report"
"github.com/weaveworks/scope/scope/xfer"
"github.com/weaveworks/scope/report"
"github.com/weaveworks/scope/xfer"
)
func TestCollector(t *testing.T) {

View File

@@ -6,8 +6,8 @@ import (
"testing"
"time"
"github.com/weaveworks/scope/scope/report"
"github.com/weaveworks/scope/scope/xfer"
"github.com/weaveworks/scope/report"
"github.com/weaveworks/scope/xfer"
)
func TestMerge(t *testing.T) {

View File

@@ -6,7 +6,7 @@ import (
"log"
"net"
"github.com/weaveworks/scope/scope/report"
"github.com/weaveworks/scope/report"
)
// Publisher provides a way to send reports upstream.

View File

@@ -8,8 +8,8 @@ import (
"testing"
"time"
"github.com/weaveworks/scope/scope/report"
"github.com/weaveworks/scope/scope/xfer"
"github.com/weaveworks/scope/report"
"github.com/weaveworks/scope/xfer"
)
func TestTCPPublisher(t *testing.T) {