-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (28 loc) · 1.23 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module github.com/rafalmnich/exporter
go 1.13
require (
github.com/DATA-DOG/go-sqlmock v1.3.0
github.com/benbjohnson/clock v0.0.0-20161215174838-7dc76406b6d3
github.com/denisenkom/go-mssqldb v0.0.0-20190924004331-208c0a498538 // indirect
github.com/dghubble/sling v1.3.0
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/jinzhu/gorm v1.9.1
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.0.1 // indirect
github.com/joho/godotenv v1.3.0
github.com/juju/errors v0.0.0-20190930114154-d42613fe1ab9
github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8 // indirect
github.com/juju/testing v0.0.0-20191001232224-ce9dec17d28b // indirect
github.com/lib/pq v1.2.0 // indirect
github.com/mattn/go-sqlite3 v1.11.0 // indirect
github.com/msales/go-clock v0.1.0
github.com/msales/pkg/v3 v3.19.0
github.com/remind101/migrate v0.0.0-20170729031349-52c1edff7319
github.com/stretchr/testify v1.4.0
github.com/vbauerster/mpb/v4 v4.11.0
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
google.golang.org/appengine v1.4.0 // indirect
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
gopkg.in/urfave/cli.v1 v1.20.0
)