From bf3f43a143ce03624ad2a609cb06f3ebda7607be Mon Sep 17 00:00:00 2001 From: gizak Date: Wed, 6 Apr 2016 21:36:10 -0400 Subject: [PATCH] Remove vendor in git --- .gitignore | 1 + vendor/github.com/mattn/go-runewidth | 1 - vendor/github.com/mitchellh/go-wordwrap | 1 - vendor/github.com/nsf/termbox-go | 1 - vendor/golang.org/x/net | 1 - 5 files changed, 1 insertion(+), 4 deletions(-) delete mode 160000 vendor/github.com/mattn/go-runewidth delete mode 160000 vendor/github.com/mitchellh/go-wordwrap delete mode 160000 vendor/github.com/nsf/termbox-go delete mode 160000 vendor/golang.org/x/net diff --git a/.gitignore b/.gitignore index eb1369f..8b156b0 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ _testmain.go *.test *.prof .DS_Store +/vendor diff --git a/vendor/github.com/mattn/go-runewidth b/vendor/github.com/mattn/go-runewidth deleted file mode 160000 index d6bea18..0000000 --- a/vendor/github.com/mattn/go-runewidth +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d6bea18f789704b5f83375793155289da36a3c7f diff --git a/vendor/github.com/mitchellh/go-wordwrap b/vendor/github.com/mitchellh/go-wordwrap deleted file mode 160000 index ad45545..0000000 --- a/vendor/github.com/mitchellh/go-wordwrap +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ad45545899c7b13c020ea92b2072220eefad42b8 diff --git a/vendor/github.com/nsf/termbox-go b/vendor/github.com/nsf/termbox-go deleted file mode 160000 index 362329b..0000000 --- a/vendor/github.com/nsf/termbox-go +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 362329b0aa6447eadd52edd8d660ec1dff470295 diff --git a/vendor/golang.org/x/net b/vendor/golang.org/x/net deleted file mode 160000 index af4fee9..0000000 --- a/vendor/golang.org/x/net +++ /dev/null @@ -1 +0,0 @@ -Subproject commit af4fee9d05b66edc24197d189e6118f8ebce8c2b