Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.8 to 0.5.9. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.5.8...v0.5.9) --- updated-dependencies: - dependency-name: github.com/google/go-cmp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
22 lines
499 B
Modula-2
22 lines
499 B
Modula-2
module github.com/go-jet/jet/v2
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.7.0
|
|
github.com/google/uuid v1.3.0
|
|
github.com/jackc/pgconn v1.13.0
|
|
github.com/lib/pq v1.10.5
|
|
github.com/mattn/go-sqlite3 v1.14.16
|
|
)
|
|
|
|
// test dependencies
|
|
require (
|
|
github.com/google/go-cmp v0.5.9
|
|
github.com/jackc/pgx/v4 v4.17.2
|
|
github.com/pkg/profile v1.7.0
|
|
github.com/shopspring/decimal v1.3.1
|
|
github.com/stretchr/testify v1.8.0
|
|
github.com/volatiletech/null/v8 v8.1.2
|
|
gopkg.in/guregu/null.v4 v4.0.0
|
|
)
|