GitHub / no-src / gin-session-redis
Gin middleware for session management
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/no-src%2Fgin-session-redis
Stars: 0
Forks: 0
Open issues: 0
License: mit
Language: Go
Size: 56.6 KB
Dependencies parsed at:
78
Created at: almost 2 years ago
Updated at: 7 months ago
Pushed at: 7 months ago
Last synced at: 7 months ago
.github/workflows/codeql.yml
actions
- actions/checkout v4 composite
- github/codeql-action/analyze v2 composite
- github/codeql-action/autobuild v2 composite
- github/codeql-action/init v2 composite
.github/workflows/go.yml
actions
- actions/checkout v4 composite
- actions/setup-go v4 composite
- codecov/codecov-action v3 composite
- redis * docker
go.mod
go
- github.com/cespare/xxhash/v2 v2.2.0
- github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
- github.com/gin-contrib/sessions v0.0.5
- github.com/gin-contrib/sse v0.1.0
- github.com/gin-gonic/gin v1.7.4
- github.com/go-playground/locales v0.13.0
- github.com/go-playground/universal-translator v0.17.0
- github.com/go-playground/validator/v10 v10.4.1
- github.com/golang/protobuf v1.3.3
- github.com/gorilla/context v1.1.1
- github.com/gorilla/securecookie v1.1.1
- github.com/gorilla/sessions v1.2.1
- github.com/json-iterator/go v1.1.9
- github.com/leodido/go-urn v1.2.0
- github.com/mattn/go-isatty v0.0.12
- github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421
- github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742
- github.com/no-src/redistore v0.0.0-20230606141741-b5d82a351724
- github.com/redis/go-redis/v9 v9.2.0
- github.com/ugorji/go/codec v1.1.7
- golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
- golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f
- gopkg.in/yaml.v2 v2.2.8
go.sum
go
- github.com/bsm/ginkgo/v2 v2.12.0
- github.com/bsm/gomega v1.27.10
- github.com/cespare/xxhash/v2 v2.2.0
- github.com/davecgh/go-spew v1.1.0
- github.com/davecgh/go-spew v1.1.1
- github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
- github.com/gin-contrib/sessions v0.0.5
- github.com/gin-contrib/sse v0.1.0
- github.com/gin-gonic/gin v1.7.4
- github.com/go-playground/assert/v2 v2.0.1
- github.com/go-playground/locales v0.13.0
- github.com/go-playground/universal-translator v0.17.0
- github.com/go-playground/validator/v10 v10.4.1
- github.com/golang/protobuf v1.3.3
- github.com/google/gofuzz v1.0.0
- github.com/gorilla/context v1.1.1
- github.com/gorilla/securecookie v1.1.1
- github.com/gorilla/sessions v1.2.1
- github.com/json-iterator/go v1.1.9
- github.com/leodido/go-urn v1.2.0
- github.com/mattn/go-isatty v0.0.12
- github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421
- github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742
- github.com/no-src/redistore v0.0.0-20230606141741-b5d82a351724
- github.com/pmezard/go-difflib v1.0.0
- github.com/redis/go-redis/v9 v9.2.0
- github.com/stretchr/objx v0.1.0
- github.com/stretchr/testify v1.3.0
- github.com/stretchr/testify v1.4.0
- github.com/ugorji/go v1.1.7
- github.com/ugorji/go/codec v1.1.7
- golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
- golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
- golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
- golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
- golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
- golang.org/x/sys v0.0.0-20190412213103-97732733099d
- golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
- golang.org/x/sys v0.0.0-20200116001909-b77594299b42
- golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f
- golang.org/x/term v0.0.0-20201117132131-f5c789dd3221
- golang.org/x/text v0.3.0
- golang.org/x/text v0.3.2
- golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/yaml.v2 v2.2.2
- gopkg.in/yaml.v2 v2.2.8