10 lines
176 B
Modula-2
10 lines
176 B
Modula-2
module github.com/allegro/bigcache
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/cespare/xxhash v1.1.0 // indirect
|
|
github.com/coocood/freecache v1.1.0
|
|
github.com/stretchr/testify v1.3.0
|
|
)
|