...

Text file src/github.com/jellydator/ttlcache/v3/go.mod

Documentation: github.com/jellydator/ttlcache/v3

     1module github.com/jellydator/ttlcache/v3
     2
     3go 1.18
     4
     5require (
     6	github.com/stretchr/testify v1.8.2
     7	go.uber.org/goleak v1.2.1
     8	golang.org/x/sync v0.1.0
     9)
    10
    11require (
    12	github.com/davecgh/go-spew v1.1.1 // indirect
    13	github.com/kr/text v0.2.0 // indirect
    14	github.com/pmezard/go-difflib v1.0.0 // indirect
    15	gopkg.in/yaml.v3 v3.0.1 // indirect
    16)

View as plain text