github.com/MeteorsLiu/simpleMQ@v1.0.3/go.mod (about)

     1  module github.com/MeteorsLiu/simpleMQ
     2  
     3  go 1.20
     4  
     5  require (
     6  	github.com/MeteorsLiu/getm v0.0.0-20230625105117-9fb01f35f3bf
     7  	github.com/MeteorsLiu/rand v0.0.0-20230523094032-b55484ce1d5d
     8  	github.com/alphadose/haxmap v1.2.0
     9  	github.com/google/uuid v1.3.0
    10  )
    11  
    12  require (
    13  	github.com/MeteorsLiu/wyhash v0.0.0-20230511081027-35ce512b1126 // indirect
    14  	github.com/v2pro/plz v0.0.0-20221028024117-e5f9aec5b631 // indirect
    15  	golang.org/x/exp v0.0.0-20221031165847-c99f073a8326 // indirect
    16  )