File: go.mod

package info (click to toggle)
golang-github-victoriametrics-fastcache 1.12.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 192 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 350 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
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.2
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/golang/snappy v0.0.4
	github.com/stretchr/testify v1.3.0 // indirect
	golang.org/x/sys v0.0.0-20220405052023-b1e9470b6e64
)