1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-06-16 23:47:50 +02:00

fixing package names

This commit is contained in:
Chhekur
2021-08-27 14:45:21 +05:30
parent 852af840d2
commit f1fe71fa2d
14 changed files with 81 additions and 81 deletions

View File

@ -7,7 +7,7 @@ import (
"strings"
"syscall"
jira "github.com/andygrunwald/go-jira"
jira "github.com/chhekur/go-jira"
"github.com/trivago/tgo/tcontainer"
"golang.org/x/term"
)