Skip to content

Commit

Permalink
Move slurp to nanobox-io
Browse files Browse the repository at this point in the history
  • Loading branch information
glinton committed Apr 26, 2016
1 parent 0191968 commit 8264302
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/gorilla/pat"
"github.com/nanobox-io/golang-nanoauth"

"github.com/nanopack/slurp/config"
"github.com/nanobox-io/slurp/config"
)

var (
Expand Down
6 changes: 3 additions & 3 deletions api/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import (

"github.com/jcelliott/lumber"

"github.com/nanopack/slurp/api"
"github.com/nanopack/slurp/backend"
"github.com/nanopack/slurp/config"
"github.com/nanobox-io/slurp/api"
"github.com/nanobox-io/slurp/backend"
"github.com/nanobox-io/slurp/config"
)

func TestMain(m *testing.M) {
Expand Down
2 changes: 1 addition & 1 deletion api/stages.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package api
import (
"net/http"

"github.com/nanopack/slurp/core"
"github.com/nanobox-io/slurp/core"
)

// for whatever reason, these need to be exported so json.[un]marshal can utilize it
Expand Down
2 changes: 1 addition & 1 deletion backend/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"io"
"net/url"

"github.com/nanopack/slurp/config"
"github.com/nanobox-io/slurp/config"
)

type blobReadWriter interface {
Expand Down
4 changes: 2 additions & 2 deletions backend/backend_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (

"github.com/jcelliott/lumber"

"github.com/nanopack/slurp/backend"
"github.com/nanopack/slurp/config"
"github.com/nanobox-io/slurp/backend"
"github.com/nanobox-io/slurp/config"
)

func TestMain(m *testing.M) {
Expand Down
2 changes: 1 addition & 1 deletion backend/hoarder.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"io"
"net/http"

"github.com/nanopack/slurp/config"
"github.com/nanobox-io/slurp/config"
)

type hoarder struct{}
Expand Down
6 changes: 3 additions & 3 deletions core/slurp.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import (
"os/exec"
"sync"

"github.com/nanopack/slurp/backend"
"github.com/nanopack/slurp/config"
"github.com/nanopack/slurp/ssh"
"github.com/nanobox-io/slurp/backend"
"github.com/nanobox-io/slurp/config"
"github.com/nanobox-io/slurp/ssh"
)

var (
Expand Down
6 changes: 3 additions & 3 deletions core/slurp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import (

"github.com/jcelliott/lumber"

"github.com/nanopack/slurp/backend"
"github.com/nanopack/slurp/config"
"github.com/nanopack/slurp/core"
"github.com/nanobox-io/slurp/backend"
"github.com/nanobox-io/slurp/config"
"github.com/nanobox-io/slurp/core"
)

func TestMain(m *testing.M) {
Expand Down
8 changes: 4 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ import (
"github.com/jcelliott/lumber"
"github.com/spf13/cobra"

"github.com/nanopack/slurp/api"
"github.com/nanopack/slurp/backend"
"github.com/nanopack/slurp/config"
"github.com/nanopack/slurp/ssh"
"github.com/nanobox-io/slurp/api"
"github.com/nanobox-io/slurp/backend"
"github.com/nanobox-io/slurp/config"
"github.com/nanobox-io/slurp/ssh"
)

var (
Expand Down
4 changes: 2 additions & 2 deletions main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (

"github.com/jcelliott/lumber"

"github.com/nanopack/slurp/backend"
"github.com/nanopack/slurp/config"
"github.com/nanobox-io/slurp/backend"
"github.com/nanobox-io/slurp/config"
)

func TestMain(m *testing.M) {
Expand Down
2 changes: 1 addition & 1 deletion ssh/ssh.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (

"golang.org/x/crypto/ssh"

"github.com/nanopack/slurp/config"
"github.com/nanobox-io/slurp/config"
)

// Check for host key, generate and write to a file if none exist
Expand Down
4 changes: 2 additions & 2 deletions ssh/ssh_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (

"github.com/jcelliott/lumber"

"github.com/nanopack/slurp/config"
"github.com/nanopack/slurp/ssh"
"github.com/nanobox-io/slurp/config"
"github.com/nanobox-io/slurp/ssh"
)

func TestMain(m *testing.M) {
Expand Down
2 changes: 1 addition & 1 deletion ssh/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package ssh
import (
"sync"

"github.com/nanopack/slurp/config"
"github.com/nanobox-io/slurp/config"
)

var (
Expand Down

0 comments on commit 8264302

Please sign in to comment.