1
0
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:
Alex Edwards
2019-04-28 07:50:05 +02:00
parent 47d01d5475
commit f8f550fff1
5 changed files with 6 additions and 6 deletions

View File

@ -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"
)

View File

@ -1,4 +1,4 @@
module github.com/alexedwards/scs/v2/postgresstore
module github.com/alexedwards/scs/postgresstore
go 1.12