mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-29 03:14:17 +01:00
12 lines
264 B
Modula-2
12 lines
264 B
Modula-2
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
|
|
)
|