go-macaron_session/go.mod
Andrew Thornton b8f62d7880 Add samesite cookie options (#16)
Add samesite cookie options

Signed-off-by: Andrew Thornton <art27@cantab.net>

Securely encrypt flash cookie to prevent javascript attack

Signed-off-by: Andrew Thornton <art27@cantab.net>

Reviewed-on: macaron/session#16
Reviewed-by: silverwind <silverwind@noreply.gitea.io>
Reviewed-by: 6543 <6543@obermui.de>
Co-Authored-By: Andrew Thornton <art27@cantab.net>
Co-Committed-By: Andrew Thornton <art27@cantab.net>
2020-11-12 12:27:16 +08:00

31 lines
1.3 KiB
Modula-2

module gitea.com/macaron/session
go 1.11
require (
gitea.com/lunny/nodb v0.0.0-20200923032308-3238c4655727
gitea.com/macaron/macaron v1.5.1-0.20201027213641-0db5d4584804
github.com/bradfitz/gomemcache v0.0.0-20190329173943-551aad21a668
github.com/couchbase/go-couchbase v0.0.0-20201026062457-7b3be89bbd89
github.com/couchbase/gomemcached v0.1.0 // indirect
github.com/couchbase/goutils v0.0.0-20201030094643-5e82bb967e67 // indirect
github.com/cupcake/rdb v0.0.0-20161107195141-43ba34106c76 // indirect
github.com/edsrzf/mmap-go v1.0.0 // indirect
github.com/go-redis/redis v6.15.2+incompatible
github.com/go-sql-driver/mysql v1.4.1
github.com/golang/snappy v0.0.2 // indirect
github.com/lib/pq v1.2.0
github.com/pkg/errors v0.8.1 // indirect
github.com/siddontang/go v0.0.0-20180604090527-bdc77568d726 // indirect
github.com/siddontang/ledisdb v0.0.0-20190202134119-8ceb77e66a92
github.com/siddontang/rdb v0.0.0-20150307021120-fc89ed2e418d // indirect
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337
github.com/stretchr/testify v1.3.0 // indirect
github.com/unknwon/com v1.0.1
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
google.golang.org/appengine v1.6.1 // indirect
gopkg.in/ini.v1 v1.62.0
gopkg.in/yaml.v2 v2.2.2 // indirect
)