Skip to content

Commit

Permalink
Modify import package
Browse files Browse the repository at this point in the history
  • Loading branch information
LyricTian committed Jul 10, 2020
1 parent 7a34711 commit ffb892c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Install

``` bash
$ go get -u -v gopkg.in/go-oauth2/mysql.v3
$ go get -v github.com/go-oauth2/mysql/v4
```

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

import (
"gopkg.in/go-oauth2/mysql.v3"
"gopkg.in/oauth2.v3/manage"
"github.com/go-oauth2/mysql/v4"
"github.com/go-oauth2/oauth2/v4/manage"

_ "github.com/go-sql-driver/mysql"
)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/go-oauth2/mysql
module github.com/go-oauth2/mysql/v4

go 1.14

Expand Down

0 comments on commit ffb892c

Please sign in to comment.