update go.mod

This commit is contained in:
2019-09-27 17:44:45 +08:00
parent 89e588000f
commit a6c4aa4cde
7 changed files with 55 additions and 53 deletions

View File

@@ -24,7 +24,7 @@ import (
"fmt"
"os"
"github.com/ehlxr/jwt/token"
"jwt/token"
"github.com/spf13/cobra"
)

View File

@@ -24,7 +24,7 @@ import (
"fmt"
"os"
"github.com/ehlxr/jwt/token"
"jwt/token"
"github.com/spf13/cobra"
)

View File

@@ -23,7 +23,7 @@ package cmd
import (
"os"
"github.com/ehlxr/jwt/token"
"jwt/token"
"fmt"