From 2c4455b12aca82ccd29c05c1750c25430867e545 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Thu, 16 Feb 2017 13:21:11 +0100 Subject: vendor: update dependencies with github.com/kardianos/govendor --- vendor/gopkg.in/urfave/cli.v1/.gitignore | 2 -- vendor/gopkg.in/urfave/cli.v1/.travis.yml | 39 ------------------------------- 2 files changed, 41 deletions(-) delete mode 100644 vendor/gopkg.in/urfave/cli.v1/.gitignore delete mode 100644 vendor/gopkg.in/urfave/cli.v1/.travis.yml (limited to 'vendor/gopkg.in/urfave') diff --git a/vendor/gopkg.in/urfave/cli.v1/.gitignore b/vendor/gopkg.in/urfave/cli.v1/.gitignore deleted file mode 100644 index faf70c4c2..000000000 --- a/vendor/gopkg.in/urfave/cli.v1/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -*.coverprofile -node_modules/ diff --git a/vendor/gopkg.in/urfave/cli.v1/.travis.yml b/vendor/gopkg.in/urfave/cli.v1/.travis.yml deleted file mode 100644 index 94836d750..000000000 --- a/vendor/gopkg.in/urfave/cli.v1/.travis.yml +++ /dev/null @@ -1,39 +0,0 @@ -language: go - -sudo: false - -cache: - directories: - - node_modules - -go: -- 1.2.x -- 1.3.x -- 1.4.2 -- 1.5.x -- 1.6.x -- 1.7.x -- master - -matrix: - allow_failures: - - go: master - include: - - go: 1.6.x - os: osx - - go: 1.7.x - os: osx - -before_script: -- go get github.com/urfave/gfmrun/... || true -- go get golang.org/x/tools/... || true -- if [ ! -f node_modules/.bin/markdown-toc ] ; then - npm install markdown-toc ; - fi - -script: -- ./runtests gen -- ./runtests vet -- ./runtests test -- ./runtests gfmrun -- ./runtests toc -- cgit v1.2.3