mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-31 23:02:25 -05:00
[chore]: Bump github.com/gin-contrib/sessions from 0.0.5 to 1.0.0 (#2782)
This commit is contained in:
parent
a24936040c
commit
29031d1e27
93 changed files with 2888 additions and 969 deletions
4
vendor/github.com/gin-contrib/sessions/session_options_go1.11.go
generated
vendored
4
vendor/github.com/gin-contrib/sessions/session_options_go1.11.go
generated
vendored
|
|
@ -1,10 +1,12 @@
|
|||
//go:build go1.11
|
||||
// +build go1.11
|
||||
|
||||
package sessions
|
||||
|
||||
import (
|
||||
gsessions "github.com/gorilla/sessions"
|
||||
"net/http"
|
||||
|
||||
gsessions "github.com/gorilla/sessions"
|
||||
)
|
||||
|
||||
// Options stores configuration for a session or session store.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue