github.com/DeltaLaboratory/entcache@v0.1.1/go.mod (about)

     1  module github.com/DeltaLaboratory/entcache
     2  
     3  go 1.21
     4  
     5  require (
     6  	entgo.io/ent v0.12.5
     7  	github.com/DATA-DOG/go-sqlmock v1.5.2
     8  	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
     9  	github.com/mitchellh/hashstructure/v2 v2.0.2
    10  	github.com/redis/rueidis v1.0.27
    11  	go.uber.org/mock v0.4.0
    12  )
    13  
    14  require (
    15  	github.com/google/uuid v1.5.0 // indirect
    16  	golang.org/x/sys v0.16.0 // indirect
    17  )