github.com/outcaste-io/ristretto@v0.2.3/go.mod (about)

     1  module github.com/outcaste-io/ristretto
     2  
     3  go 1.12
     4  
     5  require (
     6  	github.com/cespare/xxhash/v2 v2.1.1
     7  	github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2
     8  	github.com/dustin/go-humanize v1.0.0
     9  	github.com/pkg/errors v0.9.1
    10  	github.com/stretchr/testify v1.7.0
    11  	go.uber.org/atomic v1.9.0
    12  	golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b
    13  )