mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 15:00:00 +00:00
18 lines
668 B
Modula-2
18 lines
668 B
Modula-2
|
module github.com/gin-contrib/sessions
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff
|
||
|
github.com/bradfitz/gomemcache v0.0.0-20190329173943-551aad21a668
|
||
|
github.com/bradleypeabody/gorilla-sessions-memcache v0.0.0-20181103040241-659414f458e1
|
||
|
github.com/gin-gonic/gin v1.5.0
|
||
|
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
|
||
|
github.com/gomodule/redigo v2.0.0+incompatible
|
||
|
github.com/gorilla/context v1.1.1
|
||
|
github.com/gorilla/sessions v1.1.3
|
||
|
github.com/kidstuff/mongostore v0.0.0-20181113001930-e650cd85ee4b
|
||
|
github.com/memcachier/mc v2.0.1+incompatible
|
||
|
github.com/quasoft/memstore v0.0.0-20180925164028-84a050167438
|
||
|
)
|