File: go.mod

package info (click to toggle)
golang-github-rubenv-sql-migrate 0.0~git20191213.0633851-2~bpo10%2B1
  • links: PTS, VCS
  • area: main
  • in suites: buster-backports
  • size: 272 kB
  • sloc: sh: 42; sql: 4; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/rubenv/sql-migrate

go 1.11

require (
	github.com/denisenkom/go-mssqldb v0.0.0-20191001013358-cfbb681360f0
	github.com/go-sql-driver/mysql v1.4.1
	github.com/gobuffalo/packr/v2 v2.7.1
	github.com/lib/pq v1.2.0
	github.com/mattn/go-sqlite3 v1.12.0
	github.com/mitchellh/cli v1.0.0
	github.com/olekukonko/tablewriter v0.0.2
	github.com/ziutek/mymysql v1.5.4 // indirect
	google.golang.org/appengine v1.6.5 // indirect
	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
	gopkg.in/gorp.v1 v1.7.2
	gopkg.in/yaml.v2 v2.2.5
)