Switch to using TwinProduction/gocache for caching service status
This commit is contained in:
11
vendor/github.com/TwinProduction/gocache/go.mod
generated
vendored
Normal file
11
vendor/github.com/TwinProduction/gocache/go.mod
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
module github.com/TwinProduction/gocache
|
||||
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/boltdb/bolt v1.3.1
|
||||
github.com/go-redis/redis v6.15.9+incompatible
|
||||
github.com/onsi/ginkgo v1.14.1 // indirect
|
||||
github.com/onsi/gomega v1.10.2 // indirect
|
||||
github.com/tidwall/redcon v1.3.2
|
||||
)
|
Reference in New Issue
Block a user