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

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

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

module github.com/ReneKroon/ttlcache/v2

go 1.15

require (
	github.com/alvaroloes/enumer v1.1.2 // indirect
	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/tools v0.0.0-20210112230658-8b4aab62c064 // indirect
)