diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,8 +12,8 @@ require ( github.com/imdario/mergo v0.3.7 // indirect github.com/jmoiron/sqlx v1.2.0 github.com/mattn/go-sqlite3 v1.11.0 - github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 github.com/rubenv/sql-migrate v0.0.0-20190717103323-87ce952f7079 + github.com/sirupsen/logrus v1.4.2 github.com/ziutek/mymysql v1.5.4 // indirect golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect google.golang.org/appengine v1.6.1 // indirect |