goose/Gopkg.toml
Mario Kozjak 33c4e7f6a3 Add vendoring.
- Add vendor dependencies for better macos homebrew support
- Referencing #42
- Referencing Homebrew/homebrew-core#14724"

Signed-off-by: Mario Kozjak <kozjakm1@gmail.com>

Add vendoring.

- Add vendor dependencies for better macos homebrew support
- Referencing #42
- Referencing Homebrew/homebrew-core#14724

Signed-off-by: Mario Kozjak <kozjakm1@gmail.com>

Revert "Add vendoring. (glide)"

This reverts commit 8e3eb6282c955f14d493d6f084b3cf4fb4ad7b2b.

vendoring: removed vendor/; moved Gopkg.toml to topdir; removed Gopkg.lock

Signed-off-by: Mario Kozjak <kozjakm1@gmail.com>

travis: use golang/dep for dependency resolving; referencing #51

Signed-off-by: Mario Kozjak <kozjakm1@gmail.com>

Gopkg.toml: remove examples

Signed-off-by: Mario Kozjak <kozjakm1@gmail.com>

Gopkg.toml: goose doesn't need to pull itself :)

Signed-off-by: Mario Kozjak <kozjakm1@gmail.com>

Gopkg.toml: should be able to upgrade minor versions

Signed-off-by: Mario Kozjak <kozjakm1@gmail.com>
2017-06-20 17:35:18 +02:00

12 lines
219 B
TOML

[[constraint]]
name = "github.com/go-sql-driver/mysql"
version = "^1.3.0"
[[constraint]]
branch = "master"
name = "github.com/lib/pq"
[[constraint]]
name = "github.com/mattn/go-sqlite3"
version = "^1.2.0"