mirror of
https://github.com/go-gitea/gitea
synced 2024-11-17 23:41:49 +01:00
7 lines
129 B
Modula-2
7 lines
129 B
Modula-2
|
module "github.com/gorilla/sessions"
|
||
|
|
||
|
require (
|
||
|
"github.com/gorilla/context" v1.1.1
|
||
|
"github.com/gorilla/securecookie" v1.1.1
|
||
|
)
|