gleb
gleb
> Are there any updates on this? Would be lovely get this fixed. > > > > I'd be happy to give it a go, but I have no familiarity...
The workaround is to downgrade corresponding deps: ``` github.com/aws/aws-sdk-go-v2 v1.22.2 github.com/aws/aws-sdk-go-v2/config v1.25.0 github.com/aws/aws-sdk-go-v2/service/sqs v1.26.0 ```
try remove any whitespace after last semicolon, or remove semicolon at all. tell me if it worked
yes, will look into it. thank you
@GennadySpb can you glance at this please
it is indeed sqlite3. What do you mean?
> I can't open DB with `sql.Open("sqlite3","data.db")` ,maybe I did something wrong? use ```go sql.Open("sqlite","data.db") ```
> This issue could probably be closed, but I'm asking in here at the same time. Why does this module depend on the sqlite3 mattn module? This repo does not...