Codebase list golang-github-renekroon-ttlcache / debian/2.1.0+ds-1 go.mod
debian/2.1.0+ds-1

Tree @debian/2.1.0+ds-1 (Download .tar.gz)

go.mod @debian/2.1.0+ds-1raw · history · blame

module github.com/ReneKroon/ttlcache/v2

go 1.14

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/stretchr/testify v1.6.1
	go.uber.org/goleak v1.1.10
	golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
	golang.org/x/tools v0.0.0-20200804011535-6c149bb5ef0d // indirect
)