Skip to content

Commit 80af0e5

Browse files
committed
use package version
1 parent 31f71c3 commit 80af0e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
## Install
1010

1111
``` bash
12-
$ go get -u github.com/go-oauth2/mongo
12+
$ go get -u -v gopkg.in/go-oauth2/mongo.v1
1313
```
1414

1515
## Usage
@@ -18,7 +18,7 @@ $ go get -u github.com/go-oauth2/mongo
1818
package main
1919

2020
import (
21-
"github.com/go-oauth2/mongo"
21+
"gopkg.in/go-oauth2/mongo.v1"
2222
"gopkg.in/oauth2.v3/manage"
2323
)
2424

token_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"testing"
55
"time"
66

7-
"github.com/go-oauth2/mongo"
7+
"gopkg.in/go-oauth2/mongo.v1"
88
"gopkg.in/oauth2.v3/models"
99

1010
. "github.com/smartystreets/goconvey/convey"

0 commit comments

Comments
 (0)