mirror of
https://github.com/go-gitea/gitea
synced 2024-11-02 08:14:25 +00:00
70ea2300ca
* Vendor: update gitea.com/macaron/session to a177a270 * make vendor * Vendor: update gitea.com/macaron/macaron to 0db5d458 * make vendor * Vendor: update gitea.com/macaron/cache to 905232fb * make vendor * Vendor: update gitea.com/macaron/i18n to 4ca3dd0c * make vendor * Vendor: update gitea.com/macaron/gzip to efa5e847 * make vendor * Vendor: update gitea.com/macaron/captcha to e8597820 * make vendor
31 lines
1.3 KiB
Modula-2
Vendored
31 lines
1.3 KiB
Modula-2
Vendored
module gitea.com/macaron/session
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
gitea.com/lunny/nodb v0.0.0-20200923032308-3238c4655727
|
|
gitea.com/macaron/macaron v1.5.0
|
|
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
|
|
)
|