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.

15 lines
450 B

module gitoa.ru/go-4devs/cache
go 1.15
require (
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
github.com/cockroachdb/pebble v0.0.0-20200916123908-284ba0668391
github.com/dgraph-io/ristretto v0.0.3
github.com/gomodule/redigo v1.8.2
github.com/hashicorp/golang-lru v0.5.4
github.com/mailru/easyjson v0.7.6
github.com/prometheus/client_golang v1.7.1
github.com/stretchr/testify v1.6.1
gitoa.ru/go-4devs/encoding v0.0.3
)