-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from kumparan/feature/BAN-5761-add-test-v2
feature: add test on v2
- Loading branch information
Showing
4 changed files
with
509 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
module github.com/kumparan/cacher/v2 | ||
|
||
require ( | ||
github.com/alicebob/gopher-json v0.0.0-20180125190556-5a6b3ba71ee6 // indirect | ||
github.com/alicebob/miniredis v2.5.0+incompatible | ||
github.com/bsm/redislock v0.4.3 | ||
github.com/go-redis/redis v6.15.6+incompatible | ||
github.com/gomodule/redigo v2.0.0+incompatible // indirect | ||
github.com/jpillora/backoff v0.0.0-20180909062703-3050d21c67d7 | ||
github.com/kr/pretty v0.1.0 // indirect | ||
github.com/onsi/ginkgo v1.11.0 // indirect | ||
github.com/onsi/gomega v1.8.1 // indirect | ||
github.com/yuin/gopher-lua v0.0.0-20191220021717-ab39c6098bdb // indirect | ||
golang.org/x/net v0.0.0-20181201002055-351d144fa1fc // indirect | ||
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 // indirect | ||
golang.org/x/sys v0.0.0-20190204203706-41f3e6584952 // indirect | ||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.