module github.com/jellydator/ttlcache/v3 go 1.18 require ( github.com/stretchr/testify v1.7.0 go.uber.org/goleak v1.1.10 golang.org/x/sync v0.0.0-20210220032951-036812b2e83c ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect golang.org/x/tools v0.0.0-20210112230658-8b4aab62c064 // indirect gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect )