...

Text file src/github.com/doug-martin/goqu/v9/go.mod

Documentation: github.com/doug-martin/goqu/v9

     1module github.com/doug-martin/goqu/v9
     2
     3go 1.12
     4
     5require (
     6	github.com/DATA-DOG/go-sqlmock v1.5.0
     7	github.com/davecgh/go-spew v1.1.1 // indirect
     8	github.com/denisenkom/go-mssqldb v0.10.0
     9	github.com/go-sql-driver/mysql v1.6.0
    10	github.com/lib/pq v1.10.1
    11	github.com/mattn/go-sqlite3 v1.14.7
    12	github.com/stretchr/testify v1.7.0
    13	golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5 // indirect
    14)

View as plain text