Commit 75c4f38d authored by Geoff Simmons's avatar Geoff Simmons

Move pkg vsm to the top level (no longer internal).

parent 6af60ff6
......@@ -52,7 +52,7 @@
package admin
import (
"uplex.de/varnishapi/internal/pkg/vsm"
"uplex.de/varnishapi/pkg/vsm"
"crypto/sha256"
"errors"
......
......@@ -38,7 +38,7 @@
package admin
import (
"uplex.de/varnishapi/internal/pkg/vsm"
"uplex.de/varnishapi/pkg/vsm"
"io/ioutil"
"os"
......
......@@ -37,7 +37,7 @@ package log
import "C"
import (
"uplex.de/varnishapi/internal/pkg/vsm"
"uplex.de/varnishapi/pkg/vsm"
"errors"
"fmt"
......
......@@ -37,7 +37,7 @@ package stats
import "C"
import (
"uplex.de/varnishapi/internal/pkg/vsm"
"uplex.de/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