Skip to content

Commit

Permalink
Fix mod
Browse files Browse the repository at this point in the history
  • Loading branch information
yaegashi committed Sep 15, 2019
1 parent 4faa563 commit a49a3f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmd/msgraph-me/main.go
Expand Up @@ -7,9 +7,9 @@ import (
"log"
"os"

"msgraph.go/adal"
"github.com/yaegashi/msgraph.go/adal"

msgraph "msgraph.go/v1.0"
msgraph "github.com/yaegashi/msgraph.go/v1.0"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,4 +1,4 @@
module msgraph.go
module github.com/yaegashi/msgraph.go

go 1.12

Expand Down

0 comments on commit a49a3f0

Please sign in to comment.