-
Notifications
You must be signed in to change notification settings - Fork 12
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
1 parent
bc1f0d6
commit be04b55
Showing
2 changed files
with
17 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -17,6 +17,6 @@ | |
### Go Patch ### | ||
/vendor/ | ||
/Godeps/ | ||
|
||
go.sum | ||
|
||
# End of https://www.gitignore.io/api/go |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
module github.com/vividvilla/simplesessions | ||
|
||
require ( | ||
github.com/alicebob/gopher-json v0.0.0-20180125190556-5a6b3ba71ee6 // indirect | ||
github.com/alicebob/miniredis v0.0.0-20180903194238-a6a1e4126522 | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/gomodule/redigo v2.0.0+incompatible | ||
github.com/gorilla/securecookie v1.1.1 | ||
github.com/klauspost/compress v1.4.0 // indirect | ||
github.com/klauspost/cpuid v0.0.0-20180405133222-e7e905edc00e // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/stretchr/testify v1.2.2 | ||
github.com/valyala/bytebufferpool v0.0.0-20160817181652-e746df99fe4a // indirect | ||
github.com/valyala/fasthttp v0.0.0-20180901052036-d7688109a57b | ||
github.com/yuin/gopher-lua v0.0.0-20180827083657-b942cacc89fe // indirect | ||
) |