go-gorm / bigquery

BigQuery golang sql driver/GORM dialect
MIT License
42 stars 23 forks source link

Update dependencies #19

Closed mihaitodor closed 8 months ago

mihaitodor commented 10 months ago

I think the latest version of the BigQuery client library shouldn't break anything and I managed to run the unit tests successfully against a BigQuery instance in my demo account after I made these changes.

What did this pull request do?

Currently, there are many stale entries in go.sum which are brought over when importing this project. This PR updates the Go language version to a newer version and also updates the BigQuery client library and GORM to the current version.

User Case Description

I'd like to import this library in another project and it adds many stale dependencies to my go.sum, which I'd rather avoid if possible.

It would help a lot to get a new release tagged once these changes get merged. Thank you!