Skip to content

Commit

Permalink
[IMPROVEMENT] fix dependency for good
Browse files Browse the repository at this point in the history
  • Loading branch information
mango committed Jul 20, 2020
1 parent d7ef3f8 commit 2ca489e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
5 changes: 0 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,5 @@ module github.com/sohdev2020/scs/v2

go 1.14

require (
github.com/sohdev2020/scs/memstore v0.0.0
)

replace github.com/sohdev2020/scs/memstore => ./memstore


3 changes: 0 additions & 3 deletions memstore/go.mod

This file was deleted.

2 changes: 1 addition & 1 deletion session.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"net/http"
"time"

"github.com/sohdev2020/scs/memstore"
"github.com/sohdev2020/scs/v2/memstore"
)

// Deprecated: Session is a backwards-compatible alias for SessionManager.
Expand Down

0 comments on commit 2ca489e

Please sign in to comment.