List vendor includes separately

This commit is contained in:
Adrian Macneil 2017-01-27 23:49:06 -08:00
parent 5b0a2eeedd
commit ef4565c176
11 changed files with 24 additions and 13 deletions

View file

@ -3,7 +3,6 @@ package main
import (
"database/sql"
"fmt"
"github.com/urfave/cli"
"io/ioutil"
"net/url"
"os"
@ -11,6 +10,8 @@ import (
"regexp"
"sort"
"time"
"github.com/urfave/cli"
)
// UpCommand creates the database (if necessary) and runs migrations