From 3a21ef192628f6952eaa981bcdf718a35a4b43c7 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 13 Dec 2017 10:43:58 -0800 Subject: convert to go buildpack --- vendor/github.com/magefile/mage/.gitattributes | 2 + vendor/github.com/magefile/mage/.gitignore | 23 + vendor/github.com/magefile/mage/.goreleaser.yml | 53 + vendor/github.com/magefile/mage/.travis.yml | 28 + vendor/github.com/magefile/mage/CONTRIBUTING.md | 41 + vendor/github.com/magefile/mage/Gopkg.lock | 9 + vendor/github.com/magefile/mage/Gopkg.toml | 22 + vendor/github.com/magefile/mage/LICENSE | 201 ++ vendor/github.com/magefile/mage/README.md | 35 + vendor/github.com/magefile/mage/build/build.go | 1654 ++++++++++++ .../github.com/magefile/mage/build/build_test.go | 446 ++++ vendor/github.com/magefile/mage/build/deps_test.go | 556 ++++ vendor/github.com/magefile/mage/build/doc.go | 166 ++ vendor/github.com/magefile/mage/build/read.go | 247 ++ vendor/github.com/magefile/mage/build/read_test.go | 226 ++ vendor/github.com/magefile/mage/build/syslist.go | 8 + .../github.com/magefile/mage/build/syslist_test.go | 62 + .../magefile/mage/build/testdata/empty/dummy | 0 .../magefile/mage/build/testdata/multi/file.go | 5 + .../mage/build/testdata/multi/file_appengine.go | 5 + .../mage/build/testdata/other/file/file.go | 5 + .../magefile/mage/build/testdata/other/main.go | 11 + vendor/github.com/magefile/mage/build/zcgo.go | 37 + vendor/github.com/magefile/mage/contrib_test.go | 34 + .../github.com/magefile/mage/mage/magefile_tmpl.go | 46 + vendor/github.com/magefile/mage/mage/main.go | 399 +++ vendor/github.com/magefile/mage/mage/main_test.go | 479 ++++ vendor/github.com/magefile/mage/mage/template.go | 180 ++ .../magefile/mage/mage/testdata/command.go | 29 + .../magefile/mage/mage/testdata/context/context.go | 30 + .../magefile/mage/mage/testdata/error.go | 10 + .../github.com/magefile/mage/mage/testdata/func.go | 23 + .../mage/mage/testdata/keep_flag/magefile.go | 5 + .../magefile/mage/mage/testdata/list/command.go | 29 + .../github.com/magefile/mage/mage/testdata/main.go | 13 + .../mage/mage/testdata/no_default/magefile.go | 19 + .../mage/mage/testdata/onlyStdLib/command.go | 29 + .../magefile/mage/mage/testdata/panic.go | 15 + vendor/github.com/magefile/mage/magefile.go | 72 + vendor/github.com/magefile/mage/main.go | 11 + vendor/github.com/magefile/mage/mg/deps.go | 166 ++ vendor/github.com/magefile/mage/mg/deps_test.go | 147 ++ vendor/github.com/magefile/mage/mg/errors.go | 51 + vendor/github.com/magefile/mage/mg/errors_test.go | 19 + vendor/github.com/magefile/mage/mg/runtime.go | 36 + .../github.com/magefile/mage/parse/import_go1.9.go | 13 + .../magefile/mage/parse/import_not_go1.9.go | 15 + vendor/github.com/magefile/mage/parse/parse.go | 271 ++ .../github.com/magefile/mage/parse/parse_test.go | 58 + .../magefile/mage/parse/srcimporter/sizes.go | 40 + .../magefile/mage/parse/srcimporter/srcimporter.go | 213 ++ .../magefile/mage/parse/testdata/command.go | 33 + .../magefile/mage/parse/testdata/func.go | 14 + vendor/github.com/magefile/mage/sh/cmd.go | 165 ++ vendor/github.com/magefile/mage/sh/cmd_test.go | 72 + vendor/github.com/magefile/mage/sh/helpers.go | 16 + .../github.com/magefile/mage/sh/testmain_test.go | 46 + .../magefile/mage/site/archetypes/default.md | 6 + vendor/github.com/magefile/mage/site/config.toml | 34 + .../mage/site/content/dependencies/_index.en.md | 74 + .../mage/site/content/filesources/_index.en.md | 18 + .../mage/site/content/howitworks/_index.en.md | 23 + .../github.com/magefile/mage/site/content/index.md | 72 + .../mage/site/content/libraries/_index.en.md | 20 + .../mage/site/content/magefiles/_index.en.md | 85 + .../mage/site/content/targets/_index.en.md | 50 + .../mage/site/content/zeroInstall/_index.en.md | 42 + .../mage/site/layouts/partials/favicon.html | 2 + .../magefile/mage/site/layouts/partials/logo.html | 2 + .../magefile/mage/site/static/images/favicon.ico | Bin 0 -> 1150 bytes .../magefile/mage/site/static/images/favicon.png | Bin 0 -> 312944 bytes .../magefile/mage/site/static/images/gary.svg | 342 +++ .../magefile/mage/site/static/images/gnorm.png | Bin 0 -> 26767 bytes .../magefile/mage/site/static/images/hugo.png | Bin 0 -> 24748 bytes .../magefile/mage/site/themes/learn/.gitignore | 3 + .../magefile/mage/site/themes/learn/LICENSE.md | 21 + .../magefile/mage/site/themes/learn/README.md | 49 + .../mage/site/themes/learn/archetypes/chapter.md | 13 + .../mage/site/themes/learn/archetypes/default.md | 7 + .../mage/site/themes/learn/exampleSite/LICENSE.md | 20 + .../mage/site/themes/learn/exampleSite/README.md | 39 + .../mage/site/themes/learn/exampleSite/config.toml | 73 + .../themes/learn/exampleSite/content/_index.en.md | 41 + .../themes/learn/exampleSite/content/_index.fr.md | 43 + .../learn/exampleSite/content/basics/_index.en.md | 12 + .../learn/exampleSite/content/basics/_index.fr.md | 12 + .../content/basics/configuration/_index.en.md | 246 ++ .../content/basics/configuration/_index.fr.md | 245 ++ .../basics/configuration/images/blue-variant.png | Bin 0 -> 389127 bytes .../basics/configuration/images/green-variant.png | Bin 0 -> 390899 bytes .../basics/configuration/images/red-variant.png | Bin 0 -> 389964 bytes .../content/basics/installation/_index.en.md | 100 + .../content/basics/installation/_index.fr.md | 100 + .../content/basics/installation/images/chapter.png | Bin 0 -> 87764 bytes .../content/basics/requirements/_index.en.md | 11 + .../content/basics/requirements/_index.fr.md | 11 + .../content/basics/requirements/images/magic.gif | Bin 0 -> 1458653 bytes .../learn/exampleSite/content/cont/_index.en.md | 12 + .../learn/exampleSite/content/cont/_index.fr.md | 12 + .../exampleSite/content/cont/archetypes.en.md | 57 + .../exampleSite/content/cont/archetypes.fr.md | 57 + .../exampleSite/content/cont/i18n/_index.en.md | 78 + .../exampleSite/content/cont/i18n/_index.fr.md | 78 + .../content/cont/i18n/images/i18n-menu.gif | Bin 0 -> 24315 bytes .../learn/exampleSite/content/cont/markdown.en.md | 663 +++++ .../learn/exampleSite/content/cont/markdown.fr.md | 665 +++++ .../exampleSite/content/cont/menushortcuts.en.md | 109 + .../exampleSite/content/cont/menushortcuts.fr.md | 109 + .../exampleSite/content/cont/pages/_index.en.md | 148 ++ .../exampleSite/content/cont/pages/_index.fr.md | 146 ++ .../content/cont/pages/images/frontmatter-icon.png | Bin 0 -> 5811 bytes .../content/cont/pages/images/pages-chapter.png | Bin 0 -> 249169 bytes .../content/cont/pages/images/pages-default.png | Bin 0 -> 318250 bytes .../themes/learn/exampleSite/content/credits.en.md | 28 + .../themes/learn/exampleSite/content/credits.fr.md | 28 + .../exampleSite/content/shortcodes/_index.en.md | 16 + .../exampleSite/content/shortcodes/_index.fr.md | 16 + .../attachments.en.files/BachGavotteShort.mp3 | Bin 0 -> 366464 bytes .../Carroll_AliceAuPaysDesMerveilles.pdf | Bin 0 -> 179272 bytes .../adivorciarsetoca00cape.pdf | Bin 0 -> 370183 bytes .../shortcodes/attachments.en.files/hugo.png | Bin 0 -> 18210 bytes .../movieselectricsheep-flock-244-32500-2.mp4 | Bin 0 -> 348402 bytes .../content/shortcodes/attachments.en.md | 85 + .../attachments.fr.files/BachGavotteShort.mp3 | Bin 0 -> 366464 bytes .../Carroll_AliceAuPaysDesMerveilles.pdf | Bin 0 -> 179272 bytes .../adivorciarsetoca00cape.pdf | Bin 0 -> 370183 bytes .../shortcodes/attachments.fr.files/hugo.png | Bin 0 -> 18210 bytes .../movieselectricsheep-flock-244-32500-2.mp4 | Bin 0 -> 348402 bytes .../content/shortcodes/attachments.fr.md | 85 + .../exampleSite/content/shortcodes/button.en.md | 16 + .../exampleSite/content/shortcodes/button.fr.md | 16 + .../content/shortcodes/children/_index.en.md | 45 + .../content/shortcodes/children/_index.fr.md | 45 + .../shortcodes/children/children-1/_index.en.md | 6 + .../shortcodes/children/children-1/_index.fr.md | 6 + .../children/children-1/children-1-1/_index.en.md | 6 + .../children/children-1/children-1-1/_index.fr.md | 6 + .../children-1-1/children-1-1-1/_index.en.md | 6 + .../children-1-1/children-1-1-1/_index.fr.md | 6 + .../children-1-1-1/children-1-1-1-1/_index.en.md | 6 + .../children-1-1-1/children-1-1-1-1/_index.fr.md | 6 + .../children-1-1-1-1-1/_index.en.md | 6 + .../children-1-1-1-1-1/_index.fr.md | 6 + .../shortcodes/children/children-2/_index.en.md | 11 + .../shortcodes/children/children-2/_index.fr.md | 11 + .../shortcodes/children/children-2/test3.en.md | 6 + .../shortcodes/children/children-2/test3.fr.md | 6 + .../shortcodes/children/children-3/_index.en.md | 6 + .../shortcodes/children/children-3/_index.fr.md | 6 + .../shortcodes/children/children-4/_index.en.md | 7 + .../shortcodes/children/children-4/_index.fr.md | 7 + .../content/shortcodes/children/test.en.md | 6 + .../content/shortcodes/children/test.fr.md | 6 + .../exampleSite/content/shortcodes/expand.en.md | 45 + .../exampleSite/content/shortcodes/expand.fr.md | 45 + .../exampleSite/content/shortcodes/mermaid.en.md | 103 + .../exampleSite/content/shortcodes/mermaid.fr.md | 103 + .../exampleSite/content/shortcodes/notice.en.md | 62 + .../exampleSite/content/shortcodes/notice.fr.md | 62 + .../learn/exampleSite/content/showcase.en.md | 10 + .../learn/exampleSite/content/showcase.fr.md | 11 + .../learn/exampleSite/layouts/partials/logo.html | 39 + .../exampleSite/layouts/partials/menu-footer.html | 14 + .../layouts/shortcodes/ghcontributors.html | 31 + .../learn/exampleSite/static/css/theme-mine.css | 104 + .../static/fonts/monogramos-webfont.eot | Bin 0 -> 28654 bytes .../static/fonts/monogramos-webfont.svg | 237 ++ .../static/fonts/monogramos-webfont.ttf | Bin 0 -> 136752 bytes .../static/fonts/monogramos-webfont.woff | Bin 0 -> 34276 bytes .../static/fonts/monogramos-webfont.woff2 | Bin 0 -> 26436 bytes .../exampleSite/static/images/showcase/tat.png | Bin 0 -> 414931 bytes .../magefile/mage/site/themes/learn/i18n/en.toml | 26 + .../magefile/mage/site/themes/learn/i18n/fr.toml | 26 + .../mage/site/themes/learn/images/screenshot.png | Bin 0 -> 284162 bytes .../magefile/mage/site/themes/learn/images/tn.png | Bin 0 -> 144767 bytes .../mage/site/themes/learn/layouts/404.html | 59 + .../site/themes/learn/layouts/_default/list.html | 12 + .../site/themes/learn/layouts/_default/single.html | 13 + .../mage/site/themes/learn/layouts/index.html | 31 + .../mage/site/themes/learn/layouts/index.json | 12 + .../learn/layouts/partials/custom-footer.html | 5 + .../learn/layouts/partials/custom-header.html | 5 + .../themes/learn/layouts/partials/favicon.html | 2 + .../site/themes/learn/layouts/partials/footer.html | 74 + .../site/themes/learn/layouts/partials/header.html | 95 + .../site/themes/learn/layouts/partials/logo.html | 19 + .../themes/learn/layouts/partials/menu-footer.html | 1 + .../site/themes/learn/layouts/partials/menu.html | 150 ++ .../site/themes/learn/layouts/partials/meta.html | 2 + .../site/themes/learn/layouts/partials/search.html | 16 + .../site/themes/learn/layouts/partials/toc.html | 5 + .../learn/layouts/shortcodes/attachments.html | 35 + .../themes/learn/layouts/shortcodes/button.html | 13 + .../themes/learn/layouts/shortcodes/children.html | 96 + .../themes/learn/layouts/shortcodes/expand.html | 16 + .../themes/learn/layouts/shortcodes/mermaid.html | 1 + .../themes/learn/layouts/shortcodes/notice.html | 1 + .../themes/learn/layouts/shortcodes/relref.html | 12 + .../themes/learn/static/css/featherlight.min.css | 8 + .../themes/learn/static/css/font-awesome.min.css | 4 + .../mage/site/themes/learn/static/css/horsey.css | 35 + .../site/themes/learn/static/css/hugo-theme.css | 252 ++ .../mage/site/themes/learn/static/css/hybrid.css | 102 + .../mage/site/themes/learn/static/css/nucleus.css | 617 +++++ .../learn/static/css/perfect-scrollbar.min.css | 2 + .../site/themes/learn/static/css/theme-blue.css | 104 + .../site/themes/learn/static/css/theme-green.css | 104 + .../site/themes/learn/static/css/theme-red.css | 104 + .../mage/site/themes/learn/static/css/theme.css | 1130 +++++++++ .../site/themes/learn/static/fonts/FontAwesome.otf | Bin 0 -> 134808 bytes .../site/themes/learn/static/fonts/Inconsolata.eot | Bin 0 -> 35620 bytes .../site/themes/learn/static/fonts/Inconsolata.svg | 359 +++ .../site/themes/learn/static/fonts/Inconsolata.ttf | Bin 0 -> 63184 bytes .../themes/learn/static/fonts/Inconsolata.woff | Bin 0 -> 38248 bytes .../fonts/Novecentosanswide-Normal-webfont.eot | Bin 0 -> 22446 bytes .../fonts/Novecentosanswide-Normal-webfont.svg | 1019 ++++++++ .../fonts/Novecentosanswide-Normal-webfont.ttf | Bin 0 -> 56884 bytes .../fonts/Novecentosanswide-Normal-webfont.woff | Bin 0 -> 24772 bytes .../fonts/Novecentosanswide-Normal-webfont.woff2 | Bin 0 -> 19760 bytes .../fonts/Novecentosanswide-UltraLight-webfont.eot | Bin 0 -> 21080 bytes .../fonts/Novecentosanswide-UltraLight-webfont.svg | 918 +++++++ .../fonts/Novecentosanswide-UltraLight-webfont.ttf | Bin 0 -> 55600 bytes .../Novecentosanswide-UltraLight-webfont.woff | Bin 0 -> 23476 bytes .../Novecentosanswide-UltraLight-webfont.woff2 | Bin 0 -> 18716 bytes .../themes/learn/static/fonts/Work_Sans_200.eot | Bin 0 -> 24290 bytes .../themes/learn/static/fonts/Work_Sans_200.svg | 332 +++ .../themes/learn/static/fonts/Work_Sans_200.ttf | Bin 0 -> 49752 bytes .../themes/learn/static/fonts/Work_Sans_200.woff | Bin 0 -> 25896 bytes .../themes/learn/static/fonts/Work_Sans_200.woff2 | Bin 0 -> 21128 bytes .../themes/learn/static/fonts/Work_Sans_300.eot | Bin 0 -> 24817 bytes .../themes/learn/static/fonts/Work_Sans_300.svg | 331 +++ .../themes/learn/static/fonts/Work_Sans_300.ttf | Bin 0 -> 50784 bytes .../themes/learn/static/fonts/Work_Sans_300.woff | Bin 0 -> 26392 bytes .../themes/learn/static/fonts/Work_Sans_300.woff2 | Bin 0 -> 21548 bytes .../themes/learn/static/fonts/Work_Sans_500.eot | Bin 0 -> 26481 bytes .../themes/learn/static/fonts/Work_Sans_500.svg | 333 +++ .../themes/learn/static/fonts/Work_Sans_500.ttf | Bin 0 -> 54232 bytes .../themes/learn/static/fonts/Work_Sans_500.woff | Bin 0 -> 27900 bytes .../themes/learn/static/fonts/Work_Sans_500.woff2 | Bin 0 -> 22884 bytes .../learn/static/fonts/fontawesome-webfont.eot | Bin 0 -> 165742 bytes .../learn/static/fonts/fontawesome-webfont.svg | 2671 ++++++++++++++++++++ .../learn/static/fonts/fontawesome-webfont.ttf | Bin 0 -> 165548 bytes .../learn/static/fonts/fontawesome-webfont.woff | Bin 0 -> 98024 bytes .../learn/static/fonts/fontawesome-webfont.woff2 | Bin 0 -> 77160 bytes .../site/themes/learn/static/images/clippy.svg | 3 + .../site/themes/learn/static/images/favicon.png | Bin 0 -> 1253 bytes .../site/themes/learn/static/images/gopher-404.jpg | Bin 0 -> 220526 bytes .../site/themes/learn/static/js/clipboard.min.js | 7 + .../themes/learn/static/js/featherlight.min.js | 8 + .../site/themes/learn/static/js/highlight.pack.js | 2 + .../mage/site/themes/learn/static/js/horsey.js | 1571 ++++++++++++ .../learn/static/js/html5shiv-printshiv.min.js | 4 + .../mage/site/themes/learn/static/js/hugo-learn.js | 87 + .../site/themes/learn/static/js/jquery-2.x.min.js | 4 + .../learn/static/js/jquery.sticky-kit.min.js | 9 + .../mage/site/themes/learn/static/js/learn.js | 452 ++++ .../mage/site/themes/learn/static/js/lunr.min.js | 6 + .../learn/static/js/modernizr.custom.71422.js | 4 + .../static/js/perfect-scrollbar.jquery.min.js | 2 + .../learn/static/js/perfect-scrollbar.min.js | 2 + .../mage/site/themes/learn/static/js/search.js | 88 + .../site/themes/learn/static/mermaid/mermaid.css | 273 ++ .../themes/learn/static/mermaid/mermaid.dark.css | 275 ++ .../themes/learn/static/mermaid/mermaid.forest.css | 353 +++ .../site/themes/learn/static/mermaid/mermaid.js | 30 + .../magefile/mage/site/themes/learn/theme.toml | 21 + .../magefile/mage/site/themes/learn/wercker.yml | 18 + vendor/github.com/magefile/mage/target/target.go | 122 + .../github.com/magefile/mage/target/target_test.go | 63 + vendor/github.com/magefile/mage/types/funcs.go | 58 + .../github.com/magefile/mage/types/funcs_test.go | 48 + 271 files changed, 24630 insertions(+) create mode 100644 vendor/github.com/magefile/mage/.gitattributes create mode 100644 vendor/github.com/magefile/mage/.gitignore create mode 100644 vendor/github.com/magefile/mage/.goreleaser.yml create mode 100644 vendor/github.com/magefile/mage/.travis.yml create mode 100644 vendor/github.com/magefile/mage/CONTRIBUTING.md create mode 100644 vendor/github.com/magefile/mage/Gopkg.lock create mode 100644 vendor/github.com/magefile/mage/Gopkg.toml create mode 100644 vendor/github.com/magefile/mage/LICENSE create mode 100644 vendor/github.com/magefile/mage/README.md create mode 100644 vendor/github.com/magefile/mage/build/build.go create mode 100644 vendor/github.com/magefile/mage/build/build_test.go create mode 100644 vendor/github.com/magefile/mage/build/deps_test.go create mode 100644 vendor/github.com/magefile/mage/build/doc.go create mode 100644 vendor/github.com/magefile/mage/build/read.go create mode 100644 vendor/github.com/magefile/mage/build/read_test.go create mode 100644 vendor/github.com/magefile/mage/build/syslist.go create mode 100644 vendor/github.com/magefile/mage/build/syslist_test.go create mode 100644 vendor/github.com/magefile/mage/build/testdata/empty/dummy create mode 100644 vendor/github.com/magefile/mage/build/testdata/multi/file.go create mode 100644 vendor/github.com/magefile/mage/build/testdata/multi/file_appengine.go create mode 100644 vendor/github.com/magefile/mage/build/testdata/other/file/file.go create mode 100644 vendor/github.com/magefile/mage/build/testdata/other/main.go create mode 100644 vendor/github.com/magefile/mage/build/zcgo.go create mode 100644 vendor/github.com/magefile/mage/contrib_test.go create mode 100644 vendor/github.com/magefile/mage/mage/magefile_tmpl.go create mode 100644 vendor/github.com/magefile/mage/mage/main.go create mode 100644 vendor/github.com/magefile/mage/mage/main_test.go create mode 100644 vendor/github.com/magefile/mage/mage/template.go create mode 100644 vendor/github.com/magefile/mage/mage/testdata/command.go create mode 100644 vendor/github.com/magefile/mage/mage/testdata/context/context.go create mode 100644 vendor/github.com/magefile/mage/mage/testdata/error.go create mode 100644 vendor/github.com/magefile/mage/mage/testdata/func.go create mode 100644 vendor/github.com/magefile/mage/mage/testdata/keep_flag/magefile.go create mode 100644 vendor/github.com/magefile/mage/mage/testdata/list/command.go create mode 100644 vendor/github.com/magefile/mage/mage/testdata/main.go create mode 100644 vendor/github.com/magefile/mage/mage/testdata/no_default/magefile.go create mode 100644 vendor/github.com/magefile/mage/mage/testdata/onlyStdLib/command.go create mode 100644 vendor/github.com/magefile/mage/mage/testdata/panic.go create mode 100644 vendor/github.com/magefile/mage/magefile.go create mode 100644 vendor/github.com/magefile/mage/main.go create mode 100644 vendor/github.com/magefile/mage/mg/deps.go create mode 100644 vendor/github.com/magefile/mage/mg/deps_test.go create mode 100644 vendor/github.com/magefile/mage/mg/errors.go create mode 100644 vendor/github.com/magefile/mage/mg/errors_test.go create mode 100644 vendor/github.com/magefile/mage/mg/runtime.go create mode 100644 vendor/github.com/magefile/mage/parse/import_go1.9.go create mode 100644 vendor/github.com/magefile/mage/parse/import_not_go1.9.go create mode 100644 vendor/github.com/magefile/mage/parse/parse.go create mode 100644 vendor/github.com/magefile/mage/parse/parse_test.go create mode 100644 vendor/github.com/magefile/mage/parse/srcimporter/sizes.go create mode 100644 vendor/github.com/magefile/mage/parse/srcimporter/srcimporter.go create mode 100644 vendor/github.com/magefile/mage/parse/testdata/command.go create mode 100644 vendor/github.com/magefile/mage/parse/testdata/func.go create mode 100644 vendor/github.com/magefile/mage/sh/cmd.go create mode 100644 vendor/github.com/magefile/mage/sh/cmd_test.go create mode 100644 vendor/github.com/magefile/mage/sh/helpers.go create mode 100644 vendor/github.com/magefile/mage/sh/testmain_test.go create mode 100644 vendor/github.com/magefile/mage/site/archetypes/default.md create mode 100644 vendor/github.com/magefile/mage/site/config.toml create mode 100644 vendor/github.com/magefile/mage/site/content/dependencies/_index.en.md create mode 100644 vendor/github.com/magefile/mage/site/content/filesources/_index.en.md create mode 100644 vendor/github.com/magefile/mage/site/content/howitworks/_index.en.md create mode 100644 vendor/github.com/magefile/mage/site/content/index.md create mode 100644 vendor/github.com/magefile/mage/site/content/libraries/_index.en.md create mode 100644 vendor/github.com/magefile/mage/site/content/magefiles/_index.en.md create mode 100644 vendor/github.com/magefile/mage/site/content/targets/_index.en.md create mode 100644 vendor/github.com/magefile/mage/site/content/zeroInstall/_index.en.md create mode 100644 vendor/github.com/magefile/mage/site/layouts/partials/favicon.html create mode 100644 vendor/github.com/magefile/mage/site/layouts/partials/logo.html create mode 100644 vendor/github.com/magefile/mage/site/static/images/favicon.ico create mode 100644 vendor/github.com/magefile/mage/site/static/images/favicon.png create mode 100644 vendor/github.com/magefile/mage/site/static/images/gary.svg create mode 100644 vendor/github.com/magefile/mage/site/static/images/gnorm.png create mode 100644 vendor/github.com/magefile/mage/site/static/images/hugo.png create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/.gitignore create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/LICENSE.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/README.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/archetypes/chapter.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/archetypes/default.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/LICENSE.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/README.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/config.toml create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/_index.en.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/_index.fr.md create mode 100755 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/_index.en.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/_index.fr.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/configuration/_index.en.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/configuration/_index.fr.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/configuration/images/blue-variant.png create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/configuration/images/green-variant.png create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/configuration/images/red-variant.png create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/installation/_index.en.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/installation/_index.fr.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/installation/images/chapter.png create mode 100755 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/requirements/_index.en.md create mode 100755 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/requirements/_index.fr.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/requirements/images/magic.gif create mode 100755 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/_index.en.md create mode 100755 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/_index.fr.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/archetypes.en.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/archetypes.fr.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/i18n/_index.en.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/i18n/_index.fr.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/i18n/images/i18n-menu.gif create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/markdown.en.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/markdown.fr.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/menushortcuts.en.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/menushortcuts.fr.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/pages/_index.en.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/pages/_index.fr.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/pages/images/frontmatter-icon.png create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/pages/images/pages-chapter.png create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/pages/images/pages-default.png create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/credits.en.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/credits.fr.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/_index.en.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/_index.fr.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/attachments.en.files/BachGavotteShort.mp3 create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/attachments.en.files/Carroll_AliceAuPaysDesMerveilles.pdf create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/attachments.en.files/adivorciarsetoca00cape.pdf create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/attachments.en.files/hugo.png create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/attachments.en.files/movieselectricsheep-flock-244-32500-2.mp4 create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/attachments.en.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/attachments.fr.files/BachGavotteShort.mp3 create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/attachments.fr.files/Carroll_AliceAuPaysDesMerveilles.pdf create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/attachments.fr.files/adivorciarsetoca00cape.pdf create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/attachments.fr.files/hugo.png create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/attachments.fr.files/movieselectricsheep-flock-244-32500-2.mp4 create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/attachments.fr.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/button.en.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/button.fr.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/children/_index.en.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/children/_index.fr.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/children/children-1/_index.en.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/children/children-1/_index.fr.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/children/children-1/children-1-1/_index.en.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/children/children-1/children-1-1/_index.fr.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/_index.en.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/_index.fr.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/_index.en.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/_index.fr.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/_index.en.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/_index.fr.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/children/children-2/_index.en.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/children/children-2/_index.fr.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/children/children-2/test3.en.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/children/children-2/test3.fr.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/children/children-3/_index.en.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/children/children-3/_index.fr.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/children/children-4/_index.en.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/children/children-4/_index.fr.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/children/test.en.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/children/test.fr.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/expand.en.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/expand.fr.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/mermaid.en.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/mermaid.fr.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/notice.en.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/notice.fr.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/showcase.en.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/showcase.fr.md create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/layouts/partials/logo.html create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/layouts/partials/menu-footer.html create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/layouts/shortcodes/ghcontributors.html create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/static/css/theme-mine.css create mode 100755 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/static/fonts/monogramos-webfont.eot create mode 100755 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/static/fonts/monogramos-webfont.svg create mode 100755 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/static/fonts/monogramos-webfont.ttf create mode 100755 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/static/fonts/monogramos-webfont.woff create mode 100755 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/static/fonts/monogramos-webfont.woff2 create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/exampleSite/static/images/showcase/tat.png create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/i18n/en.toml create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/i18n/fr.toml create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/images/screenshot.png create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/images/tn.png create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/layouts/404.html create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/layouts/_default/list.html create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/layouts/_default/single.html create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/layouts/index.html create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/layouts/index.json create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/layouts/partials/custom-footer.html create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/layouts/partials/custom-header.html create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/layouts/partials/favicon.html create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/layouts/partials/footer.html create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/layouts/partials/header.html create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/layouts/partials/logo.html create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/layouts/partials/menu-footer.html create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/layouts/partials/menu.html create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/layouts/partials/meta.html create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/layouts/partials/search.html create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/layouts/partials/toc.html create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/layouts/shortcodes/attachments.html create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/layouts/shortcodes/button.html create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/layouts/shortcodes/children.html create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/layouts/shortcodes/expand.html create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/layouts/shortcodes/mermaid.html create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/layouts/shortcodes/notice.html create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/layouts/shortcodes/relref.html create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/css/featherlight.min.css create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/css/font-awesome.min.css create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/css/horsey.css create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/css/hugo-theme.css create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/css/hybrid.css create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/css/nucleus.css create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/css/perfect-scrollbar.min.css create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/css/theme-blue.css create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/css/theme-green.css create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/css/theme-red.css create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/css/theme.css create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/FontAwesome.otf create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/Inconsolata.eot create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/Inconsolata.svg create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/Inconsolata.ttf create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/Inconsolata.woff create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/Novecentosanswide-Normal-webfont.eot create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/Novecentosanswide-Normal-webfont.svg create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/Novecentosanswide-Normal-webfont.ttf create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/Novecentosanswide-Normal-webfont.woff create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/Novecentosanswide-Normal-webfont.woff2 create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/Novecentosanswide-UltraLight-webfont.eot create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/Novecentosanswide-UltraLight-webfont.svg create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/Novecentosanswide-UltraLight-webfont.ttf create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/Novecentosanswide-UltraLight-webfont.woff create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/Novecentosanswide-UltraLight-webfont.woff2 create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/Work_Sans_200.eot create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/Work_Sans_200.svg create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/Work_Sans_200.ttf create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/Work_Sans_200.woff create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/Work_Sans_200.woff2 create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/Work_Sans_300.eot create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/Work_Sans_300.svg create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/Work_Sans_300.ttf create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/Work_Sans_300.woff create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/Work_Sans_300.woff2 create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/Work_Sans_500.eot create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/Work_Sans_500.svg create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/Work_Sans_500.ttf create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/Work_Sans_500.woff create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/Work_Sans_500.woff2 create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/fontawesome-webfont.eot create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/fontawesome-webfont.svg create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/fontawesome-webfont.ttf create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/fontawesome-webfont.woff create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/fonts/fontawesome-webfont.woff2 create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/images/clippy.svg create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/images/favicon.png create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/images/gopher-404.jpg create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/js/clipboard.min.js create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/js/featherlight.min.js create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/js/highlight.pack.js create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/js/horsey.js create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/js/html5shiv-printshiv.min.js create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/js/hugo-learn.js create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/js/jquery-2.x.min.js create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/js/jquery.sticky-kit.min.js create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/js/learn.js create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/js/lunr.min.js create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/js/modernizr.custom.71422.js create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/js/perfect-scrollbar.jquery.min.js create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/js/perfect-scrollbar.min.js create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/js/search.js create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/mermaid/mermaid.css create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/mermaid/mermaid.dark.css create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/mermaid/mermaid.forest.css create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/static/mermaid/mermaid.js create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/theme.toml create mode 100644 vendor/github.com/magefile/mage/site/themes/learn/wercker.yml create mode 100644 vendor/github.com/magefile/mage/target/target.go create mode 100644 vendor/github.com/magefile/mage/target/target_test.go create mode 100644 vendor/github.com/magefile/mage/types/funcs.go create mode 100644 vendor/github.com/magefile/mage/types/funcs_test.go (limited to 'vendor/github.com/magefile') diff --git a/vendor/github.com/magefile/mage/.gitattributes b/vendor/github.com/magefile/mage/.gitattributes new file mode 100644 index 0000000..571c1ad --- /dev/null +++ b/vendor/github.com/magefile/mage/.gitattributes @@ -0,0 +1,2 @@ +site/* linguist-documentation +vendor/* linguist-vendored \ No newline at end of file diff --git a/vendor/github.com/magefile/mage/.gitignore b/vendor/github.com/magefile/mage/.gitignore new file mode 100644 index 0000000..bdd09ea --- /dev/null +++ b/vendor/github.com/magefile/mage/.gitignore @@ -0,0 +1,23 @@ +# Binaries for programs and plugins +*.exe +*.dll +*.so +*.dylib + +# Test binary, build with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 +.glide/ + +# Magefile output +mage_output_file.go + +# VScode +.vscode + +# stupid osx +.DS_Store diff --git a/vendor/github.com/magefile/mage/.goreleaser.yml b/vendor/github.com/magefile/mage/.goreleaser.yml new file mode 100644 index 0000000..1f7ba27 --- /dev/null +++ b/vendor/github.com/magefile/mage/.goreleaser.yml @@ -0,0 +1,53 @@ +project_name: mage +release: + github: + owner: magefile + name: mage + draft: true +build: + binary: mage + main: . + ldflags: -s -w -X github.com/magefile/mage/mage.timestamp={{.Date}} -X github.com/magefile/mage/mage.commitHash={{.Commit}} -X github.com/magefile/mage/mage.gitTag={{.Version}} + goos: + - darwin + - linux + - windows + - freebsd + - netbsd + - openbsd + - dragonfly + goarch: + - amd64 + - 386 + - arm + - arm64 + ignore: + - goos: openbsd + goarch: arm + goarm: 6 + env: + - CGO_ENABLED=0 +archive: + name_template: "{{.Binary}}_{{.Version}}_{{.Os}}-{{.Arch}}" + replacements: + amd64: 64bit + 386: 32bit + arm: ARM + arm64: ARM64 + darwin: macOS + linux: Linux + windows: Windows + openbsd: OpenBSD + netbsd: NetBSD + freebsd: FreeBSD + dragonfly: DragonFlyBSD + format: tar.gz + format_overrides: + - goos: windows + format: zip + files: + - LICENSE +snapshot: + name_template: SNAPSHOT-{{ .Commit }} +checksum: + name_template: '{{ .ProjectName }}_{{ .Version }}_checksums.txt' diff --git a/vendor/github.com/magefile/mage/.travis.yml b/vendor/github.com/magefile/mage/.travis.yml new file mode 100644 index 0000000..5b42a2f --- /dev/null +++ b/vendor/github.com/magefile/mage/.travis.yml @@ -0,0 +1,28 @@ +language: go + +# prevent double test runs for PRs +branches: + only: + - "master" + +# In theory, older versions would probably work fine, but since this isn't a +# library, I'm not going to worry about older versions for now. +go: + - 1.9.x + - 1.8.x + - 1.7.x + +# don't call go get ./... because this hides when deps are +# not packaged into the vendor directory. +install: true + +# don't call go test -v because we want to be able to only show t.Log output when +# a test fails +script: go test -race $(go list ./... | grep -v /vendor/) + +# run a test for every major OS +env: + - GOOS=linux + - GOOS=windows + - GOOS=darwin + diff --git a/vendor/github.com/magefile/mage/CONTRIBUTING.md b/vendor/github.com/magefile/mage/CONTRIBUTING.md new file mode 100644 index 0000000..1c929d6 --- /dev/null +++ b/vendor/github.com/magefile/mage/CONTRIBUTING.md @@ -0,0 +1,41 @@ +# Contributing + +Of course, contributions are more than welcome. Please read these guidelines for +making the process as painless as possible. + +## Discussion + +Development discussion should take place on the #mage channel of [gopher +slack](https://gophers.slack.com/). + +There is a separate #mage-dev channel that has the github app to post github +activity to the channel, to make it easy to follow. + +## Issues + +If there's an issue you'd like to work on, please comment on it, so we can +discuss approach, etc. and make sure no one else is currently working on that +issue. + +Please always create an issue before sending a PR unless it's an obvious typo +or other trivial change. + +## Dependency Management + +Currently mage has no dependencies(!). Let's try to keep it that way. Since +it's likely that mage will be vendored into a project, adding dependencies to +mage adds dependencies to every project that uses mage. + +## Versions + +Please try to avoid using features of go and the stdlib that prevent mage from +being buildable with old versions of Go. Definitely avoid anything that +requires go 1.9. + +## Testing + +Please write tests for any new features. Tests must use the normal go testing +package. + +Tests must pass the race detector (run `go test -race ./...`). + diff --git a/vendor/github.com/magefile/mage/Gopkg.lock b/vendor/github.com/magefile/mage/Gopkg.lock new file mode 100644 index 0000000..bef2d00 --- /dev/null +++ b/vendor/github.com/magefile/mage/Gopkg.lock @@ -0,0 +1,9 @@ +# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'. + + +[solve-meta] + analyzer-name = "dep" + analyzer-version = 1 + inputs-digest = "ab4fef131ee828e96ba67d31a7d690bd5f2f42040c6766b1b12fe856f87e0ff7" + solver-name = "gps-cdcl" + solver-version = 1 diff --git a/vendor/github.com/magefile/mage/Gopkg.toml b/vendor/github.com/magefile/mage/Gopkg.toml new file mode 100644 index 0000000..9425a54 --- /dev/null +++ b/vendor/github.com/magefile/mage/Gopkg.toml @@ -0,0 +1,22 @@ + +# Gopkg.toml example +# +# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md +# for detailed Gopkg.toml documentation. +# +# required = ["github.com/user/thing/cmd/thing"] +# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"] +# +# [[constraint]] +# name = "github.com/user/project" +# version = "1.0.0" +# +# [[constraint]] +# name = "github.com/user/project2" +# branch = "dev" +# source = "github.com/myfork/project2" +# +# [[override]] +# name = "github.com/x/y" +# version = "2.4.0" + diff --git a/vendor/github.com/magefile/mage/LICENSE b/vendor/github.com/magefile/mage/LICENSE new file mode 100644 index 0000000..8dada3e --- /dev/null +++ b/vendor/github.com/magefile/mage/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright {yyyy} {name of copyright owner} + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/vendor/github.com/magefile/mage/README.md b/vendor/github.com/magefile/mage/README.md new file mode 100644 index 0000000..f3e0f43 --- /dev/null +++ b/vendor/github.com/magefile/mage/README.md @@ -0,0 +1,35 @@ +

mage

+

+ +

Mage is a make/rake-like build tool using Go.

+ +[![Build Status](https://travis-ci.org/magefile/mage.svg?branch=master)](https://travis-ci.org/magefile/mage) + +## Demo + +[![Mage Demo](https://img.youtube.com/vi/GOqbD0lF-iA/maxresdefault.jpg)](https://www.youtube.com/watch?v=GOqbD0lF-iA) + +## Discussion + +Join the `#mage` channel on [gophers slack](https://gophers.slack.com/messages/general/) for discussion of usage, development, etc. + +# Documentation + +see [magefile.org](https://magefile.org) for full docs + +see [godoc.org/github.com/magefile/mage/mage](https://godoc.org/github.com/magefile/mage/mage) for how to use mage as a library. + +# Why? + +Makefiles are hard to read and hard to write. Mostly because makefiles are essentially fancy bash scripts with significant white space and additional make-related syntax. + +Mage lets you have multiple magefiles, name your magefiles whatever you +want, and they're easy to customize for multiple operating systems. Mage has no +dependencies (aside from go) and runs just fine on all major operating systems, whereas make generally uses bash which is not well supported on Windows. +Go is superior to bash for any non-trivial task involving branching, looping, anything that's not just straight line execution of commands. And if your project is written in Go, why introduce another +language as idiosyncratic as bash? Why not use the language your contributors +are already comfortable with? + +# TODO + +* File conversion tasks diff --git a/vendor/github.com/magefile/mage/build/build.go b/vendor/github.com/magefile/mage/build/build.go new file mode 100644