File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1- module boomerang
1+ module github.com/opsway-io/ boomerang
22
33go 1.19
44
5- require (
6- github.com/go-redis/redis/v8 v8.11.5
7- github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75
8- )
5+ require github.com/go-redis/redis/v8 v8.11.5
96
107require (
118 github.com/cespare/xxhash/v2 v2.1.2 // indirect
Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f/go.mod h1:cu
55github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4 =
66github.com/go-redis/redis/v8 v8.11.5 h1:AcZZR7igkdvfVmQTPnu9WE37LRrO/YrBH5zWyjDC0oI =
77github.com/go-redis/redis/v8 v8.11.5 /go.mod h1:gREzHqY1hg6oD9ngVRbLStwAWKhA0FEgq8Jd4h5lpwo =
8- github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75 h1:f0n1xnMSmBLzVfsMMvriDyA75NB/oBgILX2GcHXIQzY =
9- github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75 /go.mod h1:g2644b03hfBX9Ov0ZBDgXXens4rxSxmqFBbhvKv2yVA =
108github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE =
119github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE =
1210github.com/onsi/gomega v1.18.1 h1:M1GfJqGRrBrrGGsbxzV5dqM2U2ApXefZCQpkukxYRLE =
You can’t perform that action at this time.
0 commit comments