Codebase list golang-github-renekroon-ttlcache / 1d2d53cd-ef6d-4890-8a5d-445b4d720015/main go.mod
1d2d53cd-ef6d-4890-8a5d-445b4d720015/main

Tree @1d2d53cd-ef6d-4890-8a5d-445b4d720015/main (Download .tar.gz)

go.mod @1d2d53cd-ef6d-4890-8a5d-445b4d720015/main

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

go 1.12

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