13 lines
350 B
Modula-2
13 lines
350 B
Modula-2
module github.com/VictoriaMetrics/fastcache
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156
|
|
github.com/cespare/xxhash/v2 v2.1.1
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/golang/snappy v0.0.3
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
golang.org/x/sys v0.0.0-20210324051608-47abb6519492
|
|
)
|