Skip to content

Commit

Permalink
Update the import
Browse files Browse the repository at this point in the history
  • Loading branch information
shinfan committed Aug 10, 2018
1 parent bb7a030 commit 5f6b832
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go/oauth2l/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"fmt"
"io/ioutil"
"strings"
"github.com/shinfan/sgauth"
"github.com/google/oauth2l/go/sgauth"
"github.com/google/oauth2l/go/oauth2l/util"
"os"
)
Expand Down
2 changes: 1 addition & 1 deletion go/oauth2l/util/tasks.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"net/http"
"io/ioutil"
"errors"
"github.com/shinfan/sgauth"
"github.com/google/oauth2l/go/sgauth"
"context"
)

Expand Down

0 comments on commit 5f6b832

Please sign in to comment.