gin-contrib / sessions

Gin middleware for session management
MIT License
1.41k stars 192 forks source link

github.com/mattn/go-sqlite3@v2.0.3+incompatible #257

Open shenghui0779 opened 5 months ago

shenghui0779 commented 5 months ago

github.com/gin-contrib/sessions@v0.0.5

Command 'gopls.upgrade_dependency' failed: 
Error: err: exit status 1: stderr: go: 
github.com/gin-contrib/sessions@upgrade (v0.0.5) 
requires github.com/mattn/go-sqlite3@v2.0.3+incompatible, 
not github.com/mattn/go-sqlite3@upgrade (v1.14.19) .
qjebbs commented 3 months ago

seems the following dep in current go.mod needs to be updated

gorm.io/driver/sqlite v1.4.4

It requires an accidently released version explained here , anyone who updates to gin-contrib/sessions@v0.0.5 will run into this issue