mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 06:06:15 -06:00
vendor ttlcache
This commit is contained in:
parent
accc8971d1
commit
73fc5cf2f0
9 changed files with 557 additions and 0 deletions
9
vendor/github.com/ReneKroon/ttlcache/go.mod
generated
vendored
Normal file
9
vendor/github.com/ReneKroon/ttlcache/go.mod
generated
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
module github.com/ReneKroon/ttlcache
|
||||
|
||||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/stretchr/testify v1.3.0
|
||||
go.uber.org/goleak v0.10.0
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue