*: build paths to my repo
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
4b906a3877
commit
9dca822092
9 changed files with 12 additions and 11 deletions
|
@ -21,9 +21,9 @@ import (
|
|||
"net/url"
|
||||
"time"
|
||||
|
||||
"github.com/satori/go.uuid"
|
||||
uuid "github.com/satori/go.uuid"
|
||||
|
||||
"github.com/coreos/go-omaha/omaha"
|
||||
"git.thisco.de/vbatts/go-omaha/omaha"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
@ -18,7 +18,7 @@ import (
|
|||
"reflect"
|
||||
"testing"
|
||||
|
||||
"github.com/coreos/go-omaha/omaha"
|
||||
"git.thisco.de/vbatts/go-omaha/omaha"
|
||||
)
|
||||
|
||||
// implements omaha.Updater
|
||||
|
|
|
@ -22,7 +22,7 @@ import (
|
|||
"net/http"
|
||||
"time"
|
||||
|
||||
"github.com/coreos/go-omaha/omaha"
|
||||
"git.thisco.de/vbatts/go-omaha/omaha"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
@ -17,10 +17,11 @@ package client
|
|||
import (
|
||||
"fmt"
|
||||
"os"
|
||||
|
||||
//"os/signal"
|
||||
"syscall"
|
||||
|
||||
"github.com/coreos/go-omaha/omaha"
|
||||
"git.thisco.de/vbatts/go-omaha/omaha"
|
||||
)
|
||||
|
||||
func Example() {
|
||||
|
|
|
@ -22,7 +22,7 @@ import (
|
|||
"net/http"
|
||||
"time"
|
||||
|
||||
"github.com/coreos/go-omaha/omaha"
|
||||
"git.thisco.de/vbatts/go-omaha/omaha"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
@ -21,7 +21,7 @@ import (
|
|||
"strings"
|
||||
"testing"
|
||||
|
||||
"github.com/coreos/go-omaha/omaha"
|
||||
"git.thisco.de/vbatts/go-omaha/omaha"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
@ -18,7 +18,7 @@ package client
|
|||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/coreos/go-omaha/omaha"
|
||||
"git.thisco.de/vbatts/go-omaha/omaha"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue