graveyard / s3-to-redshift

Library and worker to handle transfer of data in s3 into redshift. Includes table creation and manipulation, as well as time-based insertion.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support go modules import now that is the default dep management tool for go

alok87 opened this issue · comments

$ go get "github.com/Clever/pq"
go: github.com/Clever/pq upgrade => v0.0.0-20190927032255-278004c23b92
go get: github.com/Clever/pq@v0.0.0-20190927032255-278004c23b92: parsing go.mod:
	module declares its path as: github.com/lib/pq
	        but was required as: github.com/Clever/pq