mirror of
https://github.com/alexedwards/scs.git
synced 2025-07-13 01:00:17 +02:00
Fix module path
This commit is contained in:
@ -30,7 +30,7 @@ import (
|
||||
"net/http"
|
||||
|
||||
"github.com/alexedwards/scs/v2"
|
||||
"github.com/alexedwards/scs/v2/postgresstore"
|
||||
"github.com/alexedwards/scs/postgresstore"
|
||||
|
||||
_ "github.com/lib/pq"
|
||||
)
|
||||
|
@ -1,4 +1,4 @@
|
||||
module github.com/alexedwards/scs/v2/postgresstore
|
||||
module github.com/alexedwards/scs/postgresstore
|
||||
|
||||
go 1.12
|
||||
|
||||
|
Reference in New Issue
Block a user