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

Fix import paths to match the git repo.

parent 1de10743
......@@ -29,7 +29,7 @@
package main
import (
"uplex.de/varnishapi/pkg/admin"
"code.uplex.de/uplex-varnish/varnishapi/pkg/admin"
"bufio"
"flag"
......
......@@ -29,7 +29,7 @@
package main
import (
"uplex.de/varnishapi/pkg/stats"
"code.uplex.de/uplex-varnish/varnishapi/pkg/stats"
"encoding/json"
"encoding/xml"
......
......@@ -30,7 +30,7 @@ package main
import (
"golang.org/x/net/websocket"
"uplex.de/varnishapi/pkg/stats"
"code.uplex.de/uplex-varnish/varnishapi/pkg/stats"
"errors"
"fmt"
......
......@@ -52,7 +52,7 @@
package admin
import (
"uplex.de/varnishapi/pkg/vsm"
"code.uplex.de/uplex-varnish/varnishapi/pkg/vsm"
"crypto/sha256"
"errors"
......
......@@ -38,7 +38,7 @@
package admin
import (
"uplex.de/varnishapi/pkg/vsm"
"code.uplex.de/uplex-varnish/varnishapi/pkg/vsm"
"io/ioutil"
"os"
......
......@@ -37,7 +37,7 @@ package log
import "C"
import (
"uplex.de/varnishapi/pkg/vsm"
"code.uplex.de/uplex-varnish/varnishapi/pkg/vsm"
"errors"
"fmt"
......
......@@ -37,7 +37,7 @@ package stats
import "C"
import (
"uplex.de/varnishapi/pkg/vsm"
"code.uplex.de/uplex-varnish/varnishapi/pkg/vsm"
"errors"
"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