summaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 0f17cbf5e60891ea8484ec944acb86f5234ece47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
module github.com/marcthe12/cache

go 1.24.0

require (
	github.com/rogpeppe/go-internal v1.14.0
	github.com/vmihailenco/msgpack/v5 v5.4.1
)

require github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect