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

[LIBRARY] Migrate: to interviewstreet

This commit is contained in:
Chhekur
2021-11-10 22:35:14 +05:30
committed by Harendra Chhekur
parent ba7876d7de
commit 59bda3c9b6
14 changed files with 81 additions and 81 deletions

View File

@ -3,7 +3,7 @@ package main
import (
"bufio"
"fmt"
jira "github.com/bluevare/go-jira"
jira "github.com/interviewstreet/go-jira"
"golang.org/x/term"
"log"
"os"