We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31f71c3 commit 80af0e5Copy full SHA for 80af0e5
README.md
@@ -9,7 +9,7 @@
9
## Install
10
11
``` bash
12
-$ go get -u github.com/go-oauth2/mongo
+$ go get -u -v gopkg.in/go-oauth2/mongo.v1
13
```
14
15
## Usage
@@ -18,7 +18,7 @@ $ go get -u github.com/go-oauth2/mongo
18
package main
19
20
import (
21
- "github.com/go-oauth2/mongo"
+ "gopkg.in/go-oauth2/mongo.v1"
22
"gopkg.in/oauth2.v3/manage"
23
)
24
token_test.go
@@ -4,7 +4,7 @@ import (
4
"testing"
5
"time"
6
7
8
"gopkg.in/oauth2.v3/models"
. "github.com/smartystreets/goconvey/convey"
0 commit comments