mirror of
https://github.com/TwiN/gatus.git
synced 2024-12-11 09:11:56 +01:00
12 lines
258 B
Modula-2
12 lines
258 B
Modula-2
module github.com/TwinProduction/gocache
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
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
|
|
go.etcd.io/bbolt v1.3.5
|
|
)
|