File tree 6 files changed +138
-62
lines changed
6 files changed +138
-62
lines changed Original file line number Diff line number Diff line change 1
1
language : go
2
- go_import_path : gopkg.in /go-oauth2/redis. v4
2
+ go_import_path : github.com /go-oauth2/redis/ v4
3
3
matrix :
4
4
include :
5
- - go : " 1.9.7"
6
5
- go : 1.13.x
7
6
env : GO111MODULE=on
8
7
services :
Original file line number Diff line number Diff line change 5
5
## Install
6
6
7
7
``` bash
8
- $ go get -u -v gopkg.in /go-oauth2/redis. v4
8
+ $ go get -u -v github.com /go-oauth2/redis/ v4
9
9
```
10
10
11
11
## Usage
@@ -15,8 +15,8 @@ package main
15
15
16
16
import (
17
17
" github.com/go-redis/redis"
18
- oredis " gopkg.in /go-oauth2/redis. v4"
19
- " gopkg.in/ oauth2.v3 /manage"
18
+ oredis " github.com /go-oauth2/redis/ v4"
19
+ " github.com/go- oauth2/oauth2/v4 /manage"
20
20
)
21
21
22
22
func main () {
@@ -46,9 +46,9 @@ Copyright (c) 2020 Lyric
46
46
[ Build-Status-Image ] : https://travis-ci.org/go-oauth2/redis.svg?branch=master
47
47
[ codecov-url ] : https://codecov.io/gh/go-oauth2/redis
48
48
[ codecov-image ] : https://codecov.io/gh/go-oauth2/redis/branch/master/graph/badge.svg
49
- [ reportcard-url ] : https://goreportcard.com/report/gopkg.in /go-oauth2/redis. v4
50
- [ reportcard-image ] : https://goreportcard.com/badge/gopkg.in /go-oauth2/redis. v4
51
- [ godoc-url ] : https://godoc.org/gopkg.in /go-oauth2/redis. v4
52
- [ godoc-image ] : https://godoc.org/gopkg.in /go-oauth2/redis. v4?status.svg
49
+ [ reportcard-url ] : https://goreportcard.com/report/github.com /go-oauth2/redis/ v4
50
+ [ reportcard-image ] : https://goreportcard.com/badge/github.com /go-oauth2/redis/ v4
51
+ [ godoc-url ] : https://godoc.org/github.com /go-oauth2/redis/ v4
52
+ [ godoc-image ] : https://godoc.org/github.com /go-oauth2/redis/ v4?status.svg
53
53
[ license-url ] : http://opensource.org/licenses/MIT
54
54
[ license-image ] : https://img.shields.io/npm/l/express.svg
Original file line number Diff line number Diff line change 1
- module gopkg.in /go-oauth2/redis. v4
1
+ module github.com /go-oauth2/redis/ v4
2
2
3
3
go 1.13
4
4
5
5
require (
6
- github.com/go-redis/redis v6.15.8+incompatible
7
- github.com/json-iterator/go v1.1.9
6
+ github.com/go-oauth2/oauth2/v4 v4.1.0
7
+ github.com/go-redis/redis/v8 v8.0.0-beta.5
8
+ github.com/google/uuid v1.1.1
9
+ github.com/json-iterator/go v1.1.10
8
10
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
9
11
github.com/modern-go/reflect2 v1.0.1 // indirect
10
12
github.com/smartystreets/goconvey v1.6.4
11
- gopkg.in/oauth2.v4 v4.0.0
12
13
)
You can’t perform that action at this time.
0 commit comments