You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
315 B
11 lines
315 B
module meow.tf/go/cacheinterface |
|
|
|
go 1.12 |
|
|
|
require ( |
|
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b |
|
github.com/hashicorp/golang-lru v0.5.3 |
|
github.com/hoisie/redis v0.0.0-20160730154456-b5c6e81454e0 |
|
github.com/patrickmn/go-cache v2.1.0+incompatible |
|
github.com/vmihailenco/msgpack/v4 v4.2.0 |
|
)
|
|
|