Skip to content

Commit

Permalink
use package version
Browse files Browse the repository at this point in the history
  • Loading branch information
LyricTian committed Apr 25, 2018
1 parent 31f71c3 commit 80af0e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
## Install

``` bash
$ go get -u github.com/go-oauth2/mongo
$ go get -u -v gopkg.in/go-oauth2/mongo.v1
```

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

import (
"github.com/go-oauth2/mongo"
"gopkg.in/go-oauth2/mongo.v1"
"gopkg.in/oauth2.v3/manage"
)

Expand Down
2 changes: 1 addition & 1 deletion token_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"testing"
"time"

"github.com/go-oauth2/mongo"
"gopkg.in/go-oauth2/mongo.v1"
"gopkg.in/oauth2.v3/models"

. "github.com/smartystreets/goconvey/convey"
Expand Down

0 comments on commit 80af0e5

Please sign in to comment.