github.com/arr-ai/hash@v0.8.0/go.mod (about)

     1  module github.com/arr-ai/hash
     2  
     3  go 1.13
     4  
     5  require (
     6  	github.com/stretchr/testify v1.4.0
     7  	golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e
     8  )