Skip to content

Commit

Permalink
fixed mod issue
Browse files Browse the repository at this point in the history
  • Loading branch information
digitallysavvy committed Jul 29, 2020
1 parent d44fadf commit 86035e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
@@ -1,3 +1,3 @@
module go-tokenbuilder
module github.com/AgoraIO-Community/go-tokenbuilder

go 1.14
2 changes: 1 addition & 1 deletion rtctokenbuilder/RtcTokenBuilder.go
Expand Up @@ -3,7 +3,7 @@ package rtctokenbuilder
import (
"fmt"

"go-tokenbuilder/accesstoken"
"github.com/AgoraIO-Community/go-tokenbuilder/accesstoken"
)

// Role Type
Expand Down
2 changes: 1 addition & 1 deletion rtmtokenbuilder/RtmTokenBuilder.go
@@ -1,7 +1,7 @@
package rtmtokenbuilder

import (
"go-tokenbuilder/accesstoken"
"github.com/AgoraIO-Community/go-tokenbuilder/accesstoken"
)

// Role Type
Expand Down
2 changes: 1 addition & 1 deletion version.go
@@ -1,4 +1,4 @@
package tokenbuilder

// Version is the current framework's version.
const Version = "v0.1.2"
const Version = "v0.1.3"

0 comments on commit 86035e2

Please sign in to comment.