mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-13 02:57:29 -06:00
Grand test fixup (#138)
* start fixing up tests * fix up tests + automate with drone * fiddle with linting * messing about with drone.yml * some more fiddling * hmmm * add cache * add vendor directory * verbose * ci updates * update some little things * update sig
This commit is contained in:
parent
329a5e8144
commit
98263a7de6
2677 changed files with 1090869 additions and 219 deletions
17
vendor/github.com/gin-contrib/sessions/go.mod
generated
vendored
Normal file
17
vendor/github.com/gin-contrib/sessions/go.mod
generated
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
module github.com/gin-contrib/sessions
|
||||
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff
|
||||
github.com/bradfitz/gomemcache v0.0.0-20190329173943-551aad21a668
|
||||
github.com/bradleypeabody/gorilla-sessions-memcache v0.0.0-20181103040241-659414f458e1
|
||||
github.com/gin-gonic/gin v1.5.0
|
||||
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
|
||||
github.com/gomodule/redigo v2.0.0+incompatible
|
||||
github.com/gorilla/context v1.1.1
|
||||
github.com/gorilla/sessions v1.1.3
|
||||
github.com/kidstuff/mongostore v0.0.0-20181113001930-e650cd85ee4b
|
||||
github.com/memcachier/mc v2.0.1+incompatible
|
||||
github.com/quasoft/memstore v0.0.0-20180925164028-84a050167438
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue