update go.mod

This commit is contained in:
2019-09-27 17:51:49 +08:00
parent a1ba46cef5
commit bd40334a0e
6 changed files with 26 additions and 10 deletions

View File

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

View File

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

View File

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