github.com/etecs-ru/ristretto@v0.9.1/go.mod (about)

     1  module github.com/etecs-ru/ristretto
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2
     7  	github.com/dustin/go-humanize v1.0.1
     8  	github.com/stretchr/testify v1.8.1
     9  	github.com/zeebo/xxh3 v1.0.2
    10  	golang.org/x/sys v0.12.0
    11  )
    12  
    13  require (
    14  	github.com/davecgh/go-spew v1.1.1 // indirect
    15  	github.com/klauspost/cpuid/v2 v2.0.12 // indirect
    16  	github.com/pmezard/go-difflib v1.0.0 // indirect
    17  	gopkg.in/yaml.v3 v3.0.1 // indirect
    18  )