Update github.com/go-redis/redis to v6.15.2 #4

Merged
lunny merged 1 commits from :redis-6 into master 2019-08-01 01:31:19 +00:00
Contributor

This version supports Redis cluster. I have also added go.mod

Signed-off-by: Tamal Saha tamal@appscode.com

This version supports Redis cluster. I have also added go.mod Signed-off-by: Tamal Saha <tamal@appscode.com>
techknowlogick approved these changes 2019-07-31 02:06:13 +00:00
Dismissed
Contributor

@tamalsaha we cannot use travis because it don’t support gitea. We have https://drone.gitea.com and see my PR #3

@tamalsaha we cannot use travis because it don’t support gitea. We have https://drone.gitea.com and see my PR #3
Author
Contributor

Removed travis.yml

Removed travis.yml
appleboy approved these changes 2019-07-31 02:59:18 +00:00
Dismissed
lunny requested changes 2019-07-31 03:01:11 +00:00
Dismissed
go.mod Outdated
@ -0,0 +1,34 @@
module github.com/go-macaron/session
Contributor

gitea.com

gitea.com
Contributor

@lunny updated

@lunny updated
lunny reviewed 2019-07-31 03:21:30 +00:00
Dismissed
redis/redis.go Outdated
Contributor

wrong import package.

wrong import package.
Contributor

@techknowlogick I still think we should merge this after CI ready and we need your first PR to enable go mod at first.

@techknowlogick I still think we should merge this after CI ready and we need your first PR to enable go mod at first.
Author
Contributor

I still think we should merge this after CI ready and we need your first PR to enable go mod at first.

I second that. Changing the module path touches almost all the files. I think it will be better to set the module support separately.

> I still think we should merge this after CI ready and we need your first PR to enable go mod at first. I second that. Changing the module path touches almost all the files. I think it will be better to set the module support separately.
betacat0 approved these changes 2019-07-31 04:00:57 +00:00
Dismissed
Contributor

@tamalsaha Please rebase.

@tamalsaha Please rebase.
Author
Contributor

@lunny, I have rebased.

Should we also change the package path github.com/go-macaron/session => gitea.com/macaron/session ?

@lunny, I have rebased. Should we also change the package path `github.com/go-macaron/session` => `gitea.com/macaron/session` ?
Contributor

I think yes. @tamalsaha

I think yes. @tamalsaha
Author
Contributor

@lunny, should I open a separate pr for the package name change?

@lunny, should I open a separate pr for the package name change?
Contributor

@tamalsaha that's another PR. If you can do that, would be great.

@tamalsaha that's another PR. If you can do that, would be great.
Author
Contributor

Folks, I have opened #6 to update the package paths. Once that is merged, I am going to rebase this.

Folks, I have opened https://gitea.com/macaron/session/pulls/6 to update the package paths. Once that is merged, I am going to rebase this.
Author
Contributor

Rebased. PTAL, @lunny.

Rebased. PTAL, @lunny.
lunny approved these changes 2019-08-01 00:13:49 +00:00
Dismissed
lunny closed this pull request 2019-08-01 01:31:19 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.