Commit 85332d75 authored by Geoff Simmons's avatar Geoff Simmons

Fix import paths to match the git repo.

parent 1de10743
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
package main package main
import ( import (
"uplex.de/varnishapi/pkg/admin" "code.uplex.de/uplex-varnish/varnishapi/pkg/admin"
"bufio" "bufio"
"flag" "flag"
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
package main package main
import ( import (
"uplex.de/varnishapi/pkg/stats" "code.uplex.de/uplex-varnish/varnishapi/pkg/stats"
"encoding/json" "encoding/json"
"encoding/xml" "encoding/xml"
......
...@@ -30,7 +30,7 @@ package main ...@@ -30,7 +30,7 @@ package main
import ( import (
"golang.org/x/net/websocket" "golang.org/x/net/websocket"
"uplex.de/varnishapi/pkg/stats" "code.uplex.de/uplex-varnish/varnishapi/pkg/stats"
"errors" "errors"
"fmt" "fmt"
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
package admin package admin
import ( import (
"uplex.de/varnishapi/pkg/vsm" "code.uplex.de/uplex-varnish/varnishapi/pkg/vsm"
"crypto/sha256" "crypto/sha256"
"errors" "errors"
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
package admin package admin
import ( import (
"uplex.de/varnishapi/pkg/vsm" "code.uplex.de/uplex-varnish/varnishapi/pkg/vsm"
"io/ioutil" "io/ioutil"
"os" "os"
......
...@@ -37,7 +37,7 @@ package log ...@@ -37,7 +37,7 @@ package log
import "C" import "C"
import ( import (
"uplex.de/varnishapi/pkg/vsm" "code.uplex.de/uplex-varnish/varnishapi/pkg/vsm"
"errors" "errors"
"fmt" "fmt"
......
...@@ -37,7 +37,7 @@ package stats ...@@ -37,7 +37,7 @@ package stats
import "C" import "C"
import ( import (
"uplex.de/varnishapi/pkg/vsm" "code.uplex.de/uplex-varnish/varnishapi/pkg/vsm"
"errors" "errors"
"sync" "sync"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment