github.skymusic.top/amacneil/dbmate@v1.4.1/Gopkg.toml (about)

     1  # Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
     2  # for detailed Gopkg.toml documentation.
     3  
     4  [[constraint]]
     5    name = "github.com/go-sql-driver/mysql"
     6    branch = "master"
     7  
     8  [[constraint]]
     9    name = "github.com/joho/godotenv"
    10    version = "1.2.0"
    11  
    12  [[constraint]]
    13    name = "github.com/lib/pq"
    14    branch = "master"
    15  
    16  [[constraint]]
    17    name = "github.com/mattn/go-sqlite3"
    18    version = "1.6.0"
    19  
    20  [[constraint]]
    21    name = "github.com/stretchr/testify"
    22    version = "1.2.0"
    23  
    24  [[constraint]]
    25    name = "github.com/urfave/cli"
    26    version = "1.20.0"