1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-04-04 22:04:28 +02:00

remove golang-jwt-package

This commit is contained in:
Chhekur 2021-08-24 01:24:20 +05:30
parent 37657c0715
commit e201ce4587

View File

@ -15,7 +15,7 @@ import (
"strings"
"time"
"github.com/golang-jwt/jwt"
// "github.com/golang-jwt/jwt"
"github.com/google/go-querystring/query"
"github.com/pkg/errors"
)