mutecomm / go-sqlcipher

Self-contained Go sqlite3 driver with an AES-256 encrypted sqlite3 database
Other
159 stars 60 forks source link

The version of go module is not correct #20

Closed lufishggg closed 3 years ago

lufishggg commented 3 years ago

The tag is v3.4.2, but the go module name is github.com/mutecomm/go-sqlcipher, which is not right. Should be changed to github.com/mutecomm/go-sqlcipher/v3

frankbraun commented 3 years ago

This has been corrected in v4.. in master and I don't maintain multiple branches. I suggest to upgrade to v4 or maintain your own fork.