blob: 22f2c8ad600ae8f3eb4a23f96cddb0443350be31 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
module go.sudomsg.com/cache
go 1.24.0
require (
github.com/rogpeppe/go-internal v1.14.1
github.com/vmihailenco/msgpack/v5 v5.4.1
)
require github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|