Codebase list golang-github-renekroon-ttlcache / 76892ae go.mod
76892ae

Tree @76892ae (Download .tar.gz)

go.mod @76892aeraw · 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
)