update import paths

This commit is contained in:
Rick Olson 2015-05-25 12:20:50 -06:00
parent eab3892e51
commit d678d4bf33
32 changed files with 35 additions and 35 deletions

@ -4,7 +4,7 @@ import (
"os"
"github.com/github/git-lfs/lfs"
"github.com/spf13/cobra"
"github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra"
)
var (

@ -2,7 +2,7 @@ package commands
import (
"github.com/github/git-lfs/lfs"
"github.com/spf13/cobra"
"github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra"
)
var (

@ -2,7 +2,7 @@ package commands
import (
"github.com/github/git-lfs/lfs"
"github.com/spf13/cobra"
"github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra"
)
var (

@ -7,7 +7,7 @@ import (
"path/filepath"
"github.com/github/git-lfs/lfs"
"github.com/spf13/cobra"
"github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra"
)
var (

@ -3,7 +3,7 @@ package commands
import (
"github.com/github/git-lfs/git"
"github.com/github/git-lfs/lfs"
"github.com/spf13/cobra"
"github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra"
)
var (

@ -11,7 +11,7 @@ import (
"os/exec"
"github.com/github/git-lfs/lfs"
"github.com/spf13/cobra"
"github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra"
)
var (

@ -7,8 +7,8 @@ import (
"github.com/github/git-lfs/git"
"github.com/github/git-lfs/lfs"
"github.com/rubyist/tracerx"
"github.com/spf13/cobra"
"github.com/github/git-lfs/vendor/_nuts/github.com/rubyist/tracerx"
"github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra"
)
var (

@ -7,7 +7,7 @@ import (
"path/filepath"
"github.com/github/git-lfs/lfs"
"github.com/spf13/cobra"
"github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra"
)
var (

@ -5,7 +5,7 @@ import (
"github.com/github/git-lfs/git"
"github.com/github/git-lfs/lfs"
"github.com/spf13/cobra"
"github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra"
)
var (

@ -9,7 +9,7 @@ import (
"strings"
"github.com/github/git-lfs/lfs"
"github.com/spf13/cobra"
"github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra"
)
var (

@ -7,7 +7,7 @@ import (
"strings"
"github.com/github/git-lfs/lfs"
"github.com/spf13/cobra"
"github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra"
)
var (

@ -2,7 +2,7 @@ package commands
import (
"github.com/github/git-lfs/lfs"
"github.com/spf13/cobra"
"github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra"
)
var (

@ -2,7 +2,7 @@ package commands
import (
"github.com/github/git-lfs/lfs"
"github.com/spf13/cobra"
"github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra"
)
var (

@ -12,7 +12,7 @@ import (
"time"
"github.com/github/git-lfs/lfs"
"github.com/spf13/cobra"
"github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra"
)
var (

@ -6,7 +6,7 @@ import (
"strings"
"github.com/github/git-lfs/lfs"
"github.com/spf13/cobra"
"github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra"
)
var (

@ -11,7 +11,7 @@ import (
"strings"
"testing"
"github.com/technoweenie/assert"
"github.com/github/git-lfs/vendor/_nuts/github.com/technoweenie/assert"
)
var (

@ -7,7 +7,7 @@ import (
"strings"
"testing"
"github.com/technoweenie/assert"
"github.com/github/git-lfs/vendor/_nuts/github.com/technoweenie/assert"
)
func TestInit(t *testing.T) {

@ -7,7 +7,7 @@ import (
"strings"
"testing"
"github.com/technoweenie/assert"
"github.com/github/git-lfs/vendor/_nuts/github.com/technoweenie/assert"
)
func TestPointerWithBuildAndCompareStdinMismatch(t *testing.T) {

@ -7,7 +7,7 @@ import (
"path/filepath"
"testing"
"github.com/technoweenie/assert"
"github.com/github/git-lfs/vendor/_nuts/github.com/technoweenie/assert"
)
func TestSmudge(t *testing.T) {

@ -8,7 +8,7 @@ import (
"os/exec"
"strings"
"github.com/rubyist/tracerx"
"github.com/github/git-lfs/vendor/_nuts/github.com/rubyist/tracerx"
)
func LsRemote(remote, remoteRef string) (string, error) {

@ -14,7 +14,7 @@ import (
"regexp"
"strconv"
"github.com/rubyist/tracerx"
"github.com/github/git-lfs/vendor/_nuts/github.com/rubyist/tracerx"
)
const (

@ -3,7 +3,7 @@ package lfs
import (
"testing"
"github.com/technoweenie/assert"
"github.com/github/git-lfs/vendor/_nuts/github.com/technoweenie/assert"
)
func TestEndpointDefaultsToOrigin(t *testing.T) {

@ -11,7 +11,7 @@ import (
"strings"
"time"
"github.com/rubyist/tracerx"
"github.com/github/git-lfs/vendor/_nuts/github.com/rubyist/tracerx"
)
func DoHTTP(c *Configuration, req *http.Request) (*http.Response, error) {

@ -9,7 +9,7 @@ import (
"strings"
"github.com/github/git-lfs/git"
"github.com/rubyist/tracerx"
"github.com/github/git-lfs/vendor/_nuts/github.com/rubyist/tracerx"
)
const Version = "0.5.1"

@ -6,9 +6,9 @@ import (
"os"
"path/filepath"
"github.com/cheggaaa/pb"
"github.com/rubyist/tracerx"
contentaddressable "github.com/technoweenie/go-contentaddressable"
"github.com/github/git-lfs/vendor/_nuts/github.com/cheggaaa/pb"
"github.com/github/git-lfs/vendor/_nuts/github.com/rubyist/tracerx"
contentaddressable "github.com/github/git-lfs/vendor/_nuts/github.com/technoweenie/go-contentaddressable"
)
func PointerSmudge(writer io.Writer, ptr *Pointer, workingfile string, cb CopyCallback) error {

@ -6,7 +6,7 @@ import (
"strings"
"testing"
"github.com/technoweenie/assert"
"github.com/github/git-lfs/vendor/_nuts/github.com/technoweenie/assert"
)
func TestEncode(t *testing.T) {

@ -10,7 +10,7 @@ import (
"strings"
"time"
"github.com/rubyist/tracerx"
"github.com/github/git-lfs/vendor/_nuts/github.com/rubyist/tracerx"
)
const (

@ -4,7 +4,7 @@ import (
"encoding/json"
"os/exec"
"github.com/rubyist/tracerx"
"github.com/github/git-lfs/vendor/_nuts/github.com/rubyist/tracerx"
)
type sshAuthResponse struct {

@ -7,7 +7,7 @@ import (
"sync"
"sync/atomic"
"github.com/cheggaaa/pb"
"github.com/github/git-lfs/vendor/_nuts/github.com/cheggaaa/pb"
)
var (

@ -5,7 +5,7 @@ import (
"io/ioutil"
"testing"
"github.com/technoweenie/assert"
"github.com/github/git-lfs/vendor/_nuts/github.com/technoweenie/assert"
)
func TestWriterWithCallback(t *testing.T) {

@ -16,7 +16,7 @@
pflag under the name "flag" then all code should continue to function
with no changes.
import flag "github.com/ogier/pflag"
import flag "github.com/github/git-lfs/vendor/_nuts/github.com/ogier/pflag"
There is one exception to this: if you directly instantiate the Flag struct
there is one more field "Shorthand" that you will need to set.

@ -20,7 +20,7 @@ Example
import (
"fmt"
"github.com/olekukonko/ts"
"github.com/github/git-lfs/vendor/_nuts/github.com/olekukonko/ts"
)
func main() {