Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.1.1 to 1.3.0. - [Release notes](https://github.com/google/uuid/releases) - [Commits](https://github.com/google/uuid/compare/v1.1.1...v1.3.0) --- updated-dependencies: - dependency-name: github.com/google/uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
21 lines
466 B
Modula-2
21 lines
466 B
Modula-2
module github.com/go-jet/jet/v2
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/google/uuid v1.3.0
|
|
github.com/jackc/pgconn v1.12.0
|
|
github.com/lib/pq v1.10.5
|
|
github.com/mattn/go-sqlite3 v1.14.8
|
|
)
|
|
|
|
// test dependencies
|
|
require (
|
|
github.com/google/go-cmp v0.5.8
|
|
github.com/jackc/pgx/v4 v4.16.0
|
|
github.com/pkg/profile v1.6.0
|
|
github.com/shopspring/decimal v1.3.1
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/volatiletech/null/v8 v8.1.2
|
|
)
|