diff --git a/src/mcquay.me/yay/cmd/yay/main.go b/cmd/yay/main.go similarity index 100% rename from src/mcquay.me/yay/cmd/yay/main.go rename to cmd/yay/main.go diff --git a/src/mcquay.me/yay/dance.go b/dance.go similarity index 100% rename from src/mcquay.me/yay/dance.go rename to dance.go diff --git a/src/mcquay.me/yay/sequence.go b/sequence.go similarity index 100% rename from src/mcquay.me/yay/sequence.go rename to sequence.go diff --git a/src/mcquay.me/yay/shrug.go b/shrug.go similarity index 100% rename from src/mcquay.me/yay/shrug.go rename to shrug.go diff --git a/src/mcquay.me/yay/term.go b/term.go similarity index 100% rename from src/mcquay.me/yay/term.go rename to term.go diff --git a/vendor/manifest b/vendor/manifest deleted file mode 100644 index cdc5686..0000000 --- a/vendor/manifest +++ /dev/null @@ -1,35 +0,0 @@ -{ - "version": 0, - "dependencies": [ - { - "importpath": "github.com/nsf/termbox-go", - "repository": "https://github.com/nsf/termbox-go", - "revision": "675ffd907b7401b8a709a5ef2249978af5616bb2", - "branch": "master" - }, - { - "importpath": "github.com/mattn/go-runewidth", - "repository": "https://github.com/mattn/go-runewidth", - "revision": "5890272cd41c5103531cd7b79e428d99c9e97f76", - "branch": "master" - }, - { - "importpath": "github.com/spf13/cobra", - "repository": "https://github.com/spf13/cobra", - "revision": "385fc87e4343efec233811d3d933509e8975d11a", - "branch": "master" - }, - { - "importpath": "github.com/inconshreveable/mousetrap", - "repository": "https://github.com/inconshreveable/mousetrap", - "revision": "76626ae9c91c4f2a10f34cad8ce83ea42c93bb75", - "branch": "master" - }, - { - "importpath": "github.com/spf13/pflag", - "repository": "https://github.com/spf13/pflag", - "revision": "67cbc198fd11dab704b214c1e629a97af392c085", - "branch": "master" - } - ] -} \ No newline at end of file diff --git a/src/mcquay.me/yay/yay.go b/yay.go similarity index 100% rename from src/mcquay.me/yay/yay.go rename to yay.go