-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
Update Go to 1.18 and dependencies
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ database schema. | |
|
||
## Requirements | ||
|
||
- Go 1.17+ | ||
- Go 1.18+ | ||
|
||
## Install | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
module github.com/fraenky8/tables-to-go | ||
|
||
go 1.17 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/go-sql-driver/mysql v1.6.0 | ||
github.com/iancoleman/strcase v0.2.0 | ||
github.com/jmoiron/sqlx v1.3.5 | ||
github.com/lib/pq v1.10.6 | ||
github.com/mattn/go-sqlite3 v2.0.3+incompatible | ||
github.com/stretchr/testify v1.7.2 | ||
github.com/mattn/go-sqlite3 v1.14.14 | ||
github.com/stretchr/testify v1.8.0 | ||
golang.org/x/text v0.3.7 | ||
) | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/stretchr/objx v0.1.0 // indirect | ||
github.com/stretchr/objx v0.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.