Skip to content

Commit ffb892c

Browse files
committed
Modify import package
1 parent 7a34711 commit ffb892c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Install
66

77
``` bash
8-
$ go get -u -v gopkg.in/go-oauth2/mysql.v3
8+
$ go get -v github.com/go-oauth2/mysql/v4
99
```
1010

1111
## Usage
@@ -14,8 +14,8 @@ $ go get -u -v gopkg.in/go-oauth2/mysql.v3
1414
package main
1515

1616
import (
17-
"gopkg.in/go-oauth2/mysql.v3"
18-
"gopkg.in/oauth2.v3/manage"
17+
"github.com/go-oauth2/mysql/v4"
18+
"github.com/go-oauth2/oauth2/v4/manage"
1919

2020
_ "github.com/go-sql-driver/mysql"
2121
)

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/go-oauth2/mysql
1+
module github.com/go-oauth2/mysql/v4
22

33
go 1.14
44

0 commit comments

Comments
 (0)