Source: golang-forgejo-go-chi-session Section: golang Priority: optional Maintainer: Daniel Baumann Build-Depends: debhelper-compat (= 13), dh-sequence-golang, dpkg-build-api (= 1), golang-go, golang-github-bradfitz-gomemcache-dev, golang-github-go-chi-chi-dev, golang-github-go-sql-driver-mysql-dev, golang-github-jackc-pgx-v5-dev, golang-github-redis-go-redis-dev, golang-github-stretchr-testify-dev, Standards-Version: 4.7.4 Homepage: https://code.forgejo.org/go-chi/session Vcs-Browser: https://forgejo.debian.net/golang/golang-forgejo-go-chi-session Vcs-Git: https://forgejo.debian.net/golang/golang-forgejo-go-chi-session Testsuite: autopkgtest-pkg-go XS-Go-Import-Path: code.forgejo.org/go-chi/session Package: golang-forgejo-go-chi-session-dev Section: golang Architecture: all Multi-Arch: foreign Depends: golang-github-bradfitz-gomemcache-dev, golang-github-go-chi-chi-dev, golang-github-go-sql-driver-mysql-dev, golang-github-jackc-pgx-v5-dev, golang-github-redis-go-redis-dev, golang-github-stretchr-testify-dev, ${misc:Depends}, Description: session middleware for go-chi (Go library) Middleware session provides session management which based on a fork of a fork of Macaron Session for go-chi. It can use many session providers, including memory, file, Redis, Memcache, PostgreSQL and MySQL.