go-sql-driver-spanner icon indicating copy to clipboard operation
go-sql-driver-spanner copied to clipboard

Updating dependencies and tidying modules

Open kenshaw opened this issue 4 years ago • 2 comments
trafficstars

This removes unused package dependenices declared in the go.{mod,sum} files, and updates all dependencies.

kenshaw avatar May 01 '21 01:05 kenshaw

Hi, @rakyll really appreciate the work done on this driver!

I'm submitting this PR since there are some dependencies listed in go.{mod,sum} that are unnecessary. The usql project incorporates this driver. The extra declared dependency to gorm causes some issues with also incorporating the go-sqlite3 driver.

kenshaw avatar May 01 '21 01:05 kenshaw

@kenshaw I don't think @rakyll works on this project anymore. We're continuing the work in https://github.com/cloudspannerecosystem/go-sql-spanner. Would you be able to make this PR against that repo? Then we can review and merge it in. Thanks a lot :)

skuruppu avatar May 11 '21 10:05 skuruppu