Codebase list golang-github-renekroon-ttlcache / upstream/2.7.0+ds+git20210725.1.c2e46a7 go.mod
upstream/2.7.0+ds+git20210725.1.c2e46a7

Tree @upstream/2.7.0+ds+git20210725.1.c2e46a7 (Download .tar.gz)

go.mod @upstream/2.7.0+ds+git20210725.1.c2e46a7

2161962
0634dc9
136a06f
0634dc9
 
 
136a06f
2161962
136a06f
5c504d6
136a06f
0634dc9
module github.com/ReneKroon/ttlcache/v2

go 1.15

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/stretchr/testify v1.7.0
	go.uber.org/goleak v1.1.10
	golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
	golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
	golang.org/x/tools v0.0.0-20210112230658-8b4aab62c064 // indirect
)