-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
kpango
committed
Feb 4, 2019
1 parent
cb07cef
commit 80e9ede
Showing
3 changed files
with
21 additions
and
17 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
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,15 +1,15 @@ | ||
module github.com/kpango/gache | ||
|
||
require ( | ||
github.com/OrlovEvgeny/go-mcache v0.0.0-20190117015154-154af6d8a4dc | ||
github.com/OrlovEvgeny/go-mcache v0.0.0-20181116193636-154af6d8a4dc | ||
github.com/allegro/bigcache v1.1.0 | ||
github.com/bluele/gcache v0.0.0-20171010155617-472614239ac7 | ||
github.com/bluele/gcache v0.0.0-20190203144525-2016d595ccb0 | ||
github.com/cespare/xxhash v1.1.0 | ||
github.com/cespare/xxhash/v2 v2.0.0 | ||
github.com/coocood/freecache v1.0.1 | ||
github.com/hlts2/gocache v0.0.0-20190117015204-78e21778d6d4 | ||
github.com/hlts2/gocache v0.0.0-20181209044210-78e21778d6d4 | ||
github.com/kpango/fastime v1.0.0 | ||
github.com/kpango/glg v1.2.7 | ||
github.com/patrickmn/go-cache v2.1.0+incompatible | ||
golang.org/x/sync v0.0.0-20190117024916-37e7f081c4d4 | ||
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 | ||
google.golang.org/appengine v1.4.0 // 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