Codebase list golang-github-renekroon-ttlcache / b06d48a go.mod
b06d48a

Tree @b06d48a (Download .tar.gz)

go.mod @b06d48araw · history · blame

1
2
3
4
5
6
7
8
9
module github.com/ReneKroon/ttlcache

go 1.14

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/stretchr/testify v1.3.0
	go.uber.org/goleak v0.10.0
)