Skip to content
This repository was archived by the owner on Sep 23, 2021. It is now read-only.

Commit 10facad

Browse files
committed
gin sessions changed to gin-contrib/sessions
1 parent 0427681 commit 10facad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

1010
log "github.com/Sirupsen/logrus"
1111
haikunator "github.com/atrox/haikunatorgo"
12-
"github.com/gin-gonic/contrib/sessions"
12+
"github.com/gin-contrib/sessions"
1313
"github.com/gin-gonic/gin"
1414
)
1515

0 commit comments

Comments
 (0)