github.com/tursom/GoCollections@v0.3.10/go.mod (about)

     1  module github.com/tursom/GoCollections
     2  
     3  go 1.20
     4  
     5  require (
     6  	github.com/petermattis/goid v0.0.0-20220302125637-5f11c28912df
     7  	github.com/spaolacci/murmur3 v1.1.0
     8  	github.com/timandy/routine v1.1.1
     9  )