From 338da6af7fdc024f4d4ebf44631508cf22e2305a Mon Sep 17 00:00:00 2001 From: Thorben Klyn Date: Thu, 16 Jan 2020 09:03:15 +0100 Subject: [PATCH] changed module name --- CHANGELOG.md | 2 +- Makefile | 2 +- README.md | 12 ++++++------ _t/test_binaries.sh | 4 ++-- attachment.go | 2 +- component.go | 2 +- epic.go | 2 +- error.go | 2 +- fields.go | 2 +- issue.go | 2 +- jiracli/password.go | 2 +- jiracli/usage.go | 2 +- jiracmd/assign.go | 4 ++-- jiracmd/attachCreate.go | 4 ++-- jiracmd/attachGet.go | 4 ++-- jiracmd/attachList.go | 6 +++--- jiracmd/attachRemove.go | 4 ++-- jiracmd/block.go | 6 +++--- jiracmd/browse.go | 4 ++-- jiracmd/comment.go | 6 +++--- jiracmd/componentAdd.go | 6 +++--- jiracmd/components.go | 4 ++-- jiracmd/create.go | 6 +++--- jiracmd/createmeta.go | 4 ++-- jiracmd/dup.go | 6 +++--- jiracmd/edit.go | 6 +++--- jiracmd/editmeta.go | 4 ++-- jiracmd/epicAdd.go | 6 +++--- jiracmd/epicCreate.go | 2 +- jiracmd/epicList.go | 4 ++-- jiracmd/epicRemove.go | 6 +++--- jiracmd/exportTemplates.go | 2 +- jiracmd/fields.go | 4 ++-- jiracmd/issuelink.go | 6 +++--- jiracmd/issuelinktypes.go | 4 ++-- jiracmd/issuetypes.go | 4 ++-- jiracmd/labelsAdd.go | 6 +++--- jiracmd/labelsRemove.go | 6 +++--- jiracmd/labelsSet.go | 6 +++--- jiracmd/list.go | 4 ++-- jiracmd/login.go | 4 ++-- jiracmd/logout.go | 4 ++-- jiracmd/rank.go | 6 +++--- jiracmd/registry.go | 2 +- jiracmd/request.go | 2 +- jiracmd/session.go | 4 ++-- jiracmd/subtask.go | 6 +++--- jiracmd/take.go | 2 +- jiracmd/transition.go | 6 +++--- jiracmd/transitions.go | 4 ++-- jiracmd/unassign.go | 2 +- jiracmd/unexportTemplates.go | 2 +- jiracmd/view.go | 4 ++-- jiracmd/vote.go | 4 ++-- jiracmd/watch.go | 4 ++-- jiracmd/worklogAdd.go | 6 +++--- jiracmd/worklogList.go | 6 +++--- project.go | 2 +- search.go | 2 +- session.go | 2 +- 60 files changed, 122 insertions(+), 122 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05b0cea..2f18fed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ ## 1.0.21 - 2019-09-16 * [[#277](https://github.com/Netflix-Skunkworks/go-jira/issues/277)] update figtree to latest [Cory Bennett] [[0e520a4](https://github.com/Netflix-Skunkworks/go-jira/commit/0e520a4)] -* Switch over to using github.com/go-jira/jira, from gopkg.in [Mike Pountney] [[27f57b2](https://github.com/Netflix-Skunkworks/go-jira/commit/27f57b2)] +* Switch over to using github.com/Kuchenm0nster/jira, from gopkg.in [Mike Pountney] [[27f57b2](https://github.com/Netflix-Skunkworks/go-jira/commit/27f57b2)] * fix worklog template to allow multiline comments [Matthias Bethke] [[43e07f1](https://github.com/Netflix-Skunkworks/go-jira/commit/43e07f1)] * Allow reading password from stdin [Justin Ko] [[225e1dc](https://github.com/Netflix-Skunkworks/go-jira/commit/225e1dc)] * all: unindent some code [Daniel Martí] [[31c113d](https://github.com/Netflix-Skunkworks/go-jira/commit/31c113d)] diff --git a/Makefile b/Makefile index ae4ce34..e5c0797 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ all: GO111MODULE=off $(GO) get -u github.com/mitchellh/gox rm -rf dist mkdir -p dist - gox -ldflags="-w -s" -output="dist/github.com/go-jira/jira-{{.OS}}-{{.Arch}}" -osarch="darwin/amd64 linux/386 linux/amd64 windows/386 windows/amd64" ./... + gox -ldflags="-w -s" -output="dist/github.com/Kuchenm0nster/jira-{{.OS}}-{{.Arch}}" -osarch="darwin/amd64 linux/386 linux/amd64 windows/386 windows/amd64" ./... _t/test_binaries.sh install: diff --git a/README.md b/README.md index 45d5e98..1eb18e5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![Build Status](https://travis-ci.org/go-jira/jira.svg?branch=master)](https://travis-ci.org/go-jira/jira) -[![GoDoc](https://godoc.org/github.com/go-jira/jira?status.svg)](https://godoc.org/github.com/go-jira/jira) +[![Build Status](https://travis-ci.org/Kuchenm0nster/jira.svg?branch=master)](https://travis-ci.org/go-jira/jira) +[![GoDoc](https://godoc.org/github.com/Kuchenm0nster/jira?status.svg)](https://godoc.org/github.com/go-jira/jira) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) # go-jira @@ -10,15 +10,15 @@ Simple command line client for Atlassian's Jira service written in Go. ### Download -You can download one of the pre-built binaries for **go-jira** [here](https://github.com/go-jira/jira/releases). +You can download one of the pre-built binaries for **go-jira** [here](https://github.com/Kuchenm0nster/jira/releases). ### Build You can build and install the official repository with [Go](https://golang.org/dl/): - go get github.com/go-jira/jira/cmd/jira + go get github.com/Kuchenm0nster/jira/cmd/jira -This will checkout this repository into `$GOPATH/src/github.com/go-jira/jira/`, build, and install it. +This will checkout this repository into `$GOPATH/src/github.com/Kuchenm0nster/jira/`, build, and install it. It should then be available in $GOPATH/bin/jira @@ -260,7 +260,7 @@ hard-coded templates with `jira export-templates` which will write them to **~/. #### Writing/Editing Templates -First the basic templating functionality is defined by the Go language 'text/template' library. The library reference documentation can be found [here](https://golang.org/pkg/text/template/), and there is a good primer document [here](https://gohugo.io/templates/go-templates/). `go-jira` also provides a few extra helper functions to make it a bit easier to format the data, those functions are defined [here](https://github.com/go-jira/jira/blob/master/jiracli/templates.go#L64). +First the basic templating functionality is defined by the Go language 'text/template' library. The library reference documentation can be found [here](https://golang.org/pkg/text/template/), and there is a good primer document [here](https://gohugo.io/templates/go-templates/). `go-jira` also provides a few extra helper functions to make it a bit easier to format the data, those functions are defined [here](https://github.com/Kuchenm0nster/jira/blob/master/jiracli/templates.go#L64). Knowing what data and fields are available to any given template is not obvious. The easiest approach to determine what is available is to use the `debug` template on any given operation. For example to find out what is available to the "view" templates, you can use: ``` diff --git a/_t/test_binaries.sh b/_t/test_binaries.sh index 1848f22..e3615a3 100755 --- a/_t/test_binaries.sh +++ b/_t/test_binaries.sh @@ -1,7 +1,7 @@ #!/bin/bash -#dist/github.com/go-jira/jira-darwin-amd64 dist/github.com/go-jira/jira-linux-amd64 dist/github.com/go-jira/jira-windows-amd64.exe -#dist/github.com/go-jira/jira-linux-386 dist/github.com/go-jira/jira-windows-386.exe +#dist/github.com/Kuchenm0nster/jira-darwin-amd64 dist/github.com/Kuchenm0nster/jira-linux-amd64 dist/github.com/Kuchenm0nster/jira-windows-amd64.exe +#dist/github.com/Kuchenm0nster/jira-linux-386 dist/github.com/Kuchenm0nster/jira-windows-386.exe EXIT_CODE=0 diff --git a/attachment.go b/attachment.go index dd3a86f..064aefe 100644 --- a/attachment.go +++ b/attachment.go @@ -3,7 +3,7 @@ package jira import ( "encoding/json" - "github.com/go-jira/jira/jiradata" + "github.com/Kuchenm0nster/jira/jiradata" ) // https://docs.atlassian.com/jira/REST/cloud/#api/2/attachment-getAttachment diff --git a/component.go b/component.go index 4239172..8d26fd5 100644 --- a/component.go +++ b/component.go @@ -4,7 +4,7 @@ import ( "bytes" "encoding/json" - "github.com/go-jira/jira/jiradata" + "github.com/Kuchenm0nster/jira/jiradata" ) type ComponentProvider interface { diff --git a/epic.go b/epic.go index 42a2498..8fae0c6 100644 --- a/epic.go +++ b/epic.go @@ -9,7 +9,7 @@ import ( "github.com/coryb/oreo" - "github.com/go-jira/jira/jiradata" + "github.com/Kuchenm0nster/jira/jiradata" ) // https://docs.atlassian.com/jira-software/REST/latest/#agile/1.0/epic-getIssuesForEpic diff --git a/error.go b/error.go index 8ac3409..ccd35e0 100644 --- a/error.go +++ b/error.go @@ -4,7 +4,7 @@ import ( "encoding/json" "net/http" - "github.com/go-jira/jira/jiradata" + "github.com/Kuchenm0nster/jira/jiradata" ) func responseError(resp *http.Response) error { diff --git a/fields.go b/fields.go index 6689724..f3dd47c 100644 --- a/fields.go +++ b/fields.go @@ -3,7 +3,7 @@ package jira import ( "encoding/json" - "github.com/go-jira/jira/jiradata" + "github.com/Kuchenm0nster/jira/jiradata" ) // https://docs.atlassian.com/jira/REST/cloud/#api/2/field-getFields diff --git a/issue.go b/issue.go index bbaf767..9192e3b 100644 --- a/issue.go +++ b/issue.go @@ -11,7 +11,7 @@ import ( "github.com/coryb/oreo" - "github.com/go-jira/jira/jiradata" + "github.com/Kuchenm0nster/jira/jiradata" ) type IssueQueryProvider interface { diff --git a/jiracli/password.go b/jiracli/password.go index 1baa986..c5f5318 100644 --- a/jiracli/password.go +++ b/jiracli/password.go @@ -8,7 +8,7 @@ import ( "os/exec" "strings" - "github.com/go-jira/jira/jiradata" + "github.com/Kuchenm0nster/jira/jiradata" "gopkg.in/AlecAivazis/survey.v1" ) diff --git a/jiracli/usage.go b/jiracli/usage.go index a75f8d5..ec8e4e5 100644 --- a/jiracli/usage.go +++ b/jiracli/usage.go @@ -11,7 +11,7 @@ import ( "github.com/coryb/figtree" "github.com/coryb/kingpeon" "github.com/coryb/oreo" - jira "github.com/go-jira/jira" + jira "github.com/Kuchenm0nster/jira" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/assign.go b/jiracmd/assign.go index a33531e..9b684b6 100644 --- a/jiracmd/assign.go +++ b/jiracmd/assign.go @@ -5,8 +5,8 @@ import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/attachCreate.go b/jiracmd/attachCreate.go index bd40af9..6fc22fa 100644 --- a/jiracmd/attachCreate.go +++ b/jiracmd/attachCreate.go @@ -9,8 +9,8 @@ import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - jira "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" + jira "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" kingpin "gopkg.in/alecthomas/kingpin.v2" yaml "gopkg.in/coryb/yaml.v2" ) diff --git a/jiracmd/attachGet.go b/jiracmd/attachGet.go index dfe460e..d1354c9 100644 --- a/jiracmd/attachGet.go +++ b/jiracmd/attachGet.go @@ -7,8 +7,8 @@ import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - jira "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" + jira "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/attachList.go b/jiracmd/attachList.go index 5099394..af484d0 100644 --- a/jiracmd/attachList.go +++ b/jiracmd/attachList.go @@ -5,9 +5,9 @@ import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" - "github.com/go-jira/jira/jiradata" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" + "github.com/Kuchenm0nster/jira/jiradata" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/attachRemove.go b/jiracmd/attachRemove.go index a9aa532..f0446ff 100644 --- a/jiracmd/attachRemove.go +++ b/jiracmd/attachRemove.go @@ -5,8 +5,8 @@ import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - jira "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" + jira "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/block.go b/jiracmd/block.go index ba2faa1..0ccae14 100644 --- a/jiracmd/block.go +++ b/jiracmd/block.go @@ -6,9 +6,9 @@ import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" - "github.com/go-jira/jira/jiradata" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" + "github.com/Kuchenm0nster/jira/jiradata" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/browse.go b/jiracmd/browse.go index e5796be..66d0909 100644 --- a/jiracmd/browse.go +++ b/jiracmd/browse.go @@ -3,8 +3,8 @@ package jiracmd import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - jira "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" + jira "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" "github.com/pkg/browser" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/comment.go b/jiracmd/comment.go index 9900b82..4d3e42a 100644 --- a/jiracmd/comment.go +++ b/jiracmd/comment.go @@ -6,9 +6,9 @@ import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" - "github.com/go-jira/jira/jiradata" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" + "github.com/Kuchenm0nster/jira/jiradata" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/componentAdd.go b/jiracmd/componentAdd.go index b3d464a..687307c 100644 --- a/jiracmd/componentAdd.go +++ b/jiracmd/componentAdd.go @@ -6,9 +6,9 @@ import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" - "github.com/go-jira/jira/jiradata" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" + "github.com/Kuchenm0nster/jira/jiradata" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/components.go b/jiracmd/components.go index 92034ea..f1fab84 100644 --- a/jiracmd/components.go +++ b/jiracmd/components.go @@ -6,8 +6,8 @@ import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/create.go b/jiracmd/create.go index e7232e3..90a9d26 100644 --- a/jiracmd/create.go +++ b/jiracmd/create.go @@ -7,9 +7,9 @@ import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" - "github.com/go-jira/jira/jiradata" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" + "github.com/Kuchenm0nster/jira/jiradata" kingpin "gopkg.in/alecthomas/kingpin.v2" yaml "gopkg.in/coryb/yaml.v2" ) diff --git a/jiracmd/createmeta.go b/jiracmd/createmeta.go index 9654fdf..07218dd 100644 --- a/jiracmd/createmeta.go +++ b/jiracmd/createmeta.go @@ -3,8 +3,8 @@ package jiracmd import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/dup.go b/jiracmd/dup.go index f2cd8c4..436bd01 100644 --- a/jiracmd/dup.go +++ b/jiracmd/dup.go @@ -6,9 +6,9 @@ import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" - "github.com/go-jira/jira/jiradata" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" + "github.com/Kuchenm0nster/jira/jiradata" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/edit.go b/jiracmd/edit.go index f7b5c7c..7e7807c 100644 --- a/jiracmd/edit.go +++ b/jiracmd/edit.go @@ -5,9 +5,9 @@ import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" - "github.com/go-jira/jira/jiradata" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" + "github.com/Kuchenm0nster/jira/jiradata" "gopkg.in/AlecAivazis/survey.v1" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/editmeta.go b/jiracmd/editmeta.go index 019c363..6c9b00a 100644 --- a/jiracmd/editmeta.go +++ b/jiracmd/editmeta.go @@ -3,8 +3,8 @@ package jiracmd import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/epicAdd.go b/jiracmd/epicAdd.go index 73200d0..d651470 100644 --- a/jiracmd/epicAdd.go +++ b/jiracmd/epicAdd.go @@ -6,9 +6,9 @@ import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" - "github.com/go-jira/jira/jiradata" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" + "github.com/Kuchenm0nster/jira/jiradata" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/epicCreate.go b/jiracmd/epicCreate.go index 87d4883..5cad4f4 100644 --- a/jiracmd/epicCreate.go +++ b/jiracmd/epicCreate.go @@ -4,7 +4,7 @@ import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira/jiracli" + "github.com/Kuchenm0nster/jira/jiracli" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/epicList.go b/jiracmd/epicList.go index 2c8644f..aa80191 100644 --- a/jiracmd/epicList.go +++ b/jiracmd/epicList.go @@ -3,8 +3,8 @@ package jiracmd import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/epicRemove.go b/jiracmd/epicRemove.go index 70a1e98..d3ab821 100644 --- a/jiracmd/epicRemove.go +++ b/jiracmd/epicRemove.go @@ -6,9 +6,9 @@ import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" - "github.com/go-jira/jira/jiradata" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" + "github.com/Kuchenm0nster/jira/jiradata" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/exportTemplates.go b/jiracmd/exportTemplates.go index 8d38055..3428846 100644 --- a/jiracmd/exportTemplates.go +++ b/jiracmd/exportTemplates.go @@ -7,7 +7,7 @@ import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira/jiracli" + "github.com/Kuchenm0nster/jira/jiracli" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/fields.go b/jiracmd/fields.go index e72a6af..9ef6091 100644 --- a/jiracmd/fields.go +++ b/jiracmd/fields.go @@ -3,8 +3,8 @@ package jiracmd import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/issuelink.go b/jiracmd/issuelink.go index 60f64a2..613f047 100644 --- a/jiracmd/issuelink.go +++ b/jiracmd/issuelink.go @@ -6,9 +6,9 @@ import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" - "github.com/go-jira/jira/jiradata" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" + "github.com/Kuchenm0nster/jira/jiradata" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/issuelinktypes.go b/jiracmd/issuelinktypes.go index cbbb3ed..aa79bbe 100644 --- a/jiracmd/issuelinktypes.go +++ b/jiracmd/issuelinktypes.go @@ -3,8 +3,8 @@ package jiracmd import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/issuetypes.go b/jiracmd/issuetypes.go index 354e1b6..9484cb1 100644 --- a/jiracmd/issuetypes.go +++ b/jiracmd/issuetypes.go @@ -6,8 +6,8 @@ import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/labelsAdd.go b/jiracmd/labelsAdd.go index b3ab348..398b2bf 100644 --- a/jiracmd/labelsAdd.go +++ b/jiracmd/labelsAdd.go @@ -6,9 +6,9 @@ import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" - "github.com/go-jira/jira/jiradata" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" + "github.com/Kuchenm0nster/jira/jiradata" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/labelsRemove.go b/jiracmd/labelsRemove.go index 4fbfe66..edf9d49 100644 --- a/jiracmd/labelsRemove.go +++ b/jiracmd/labelsRemove.go @@ -6,9 +6,9 @@ import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" - "github.com/go-jira/jira/jiradata" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" + "github.com/Kuchenm0nster/jira/jiradata" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/labelsSet.go b/jiracmd/labelsSet.go index 2f098ab..4a7e2d1 100644 --- a/jiracmd/labelsSet.go +++ b/jiracmd/labelsSet.go @@ -6,9 +6,9 @@ import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" - "github.com/go-jira/jira/jiradata" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" + "github.com/Kuchenm0nster/jira/jiradata" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/list.go b/jiracmd/list.go index 013440f..9172325 100644 --- a/jiracmd/list.go +++ b/jiracmd/list.go @@ -5,8 +5,8 @@ import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/login.go b/jiracmd/login.go index e74cb6f..167b305 100644 --- a/jiracmd/login.go +++ b/jiracmd/login.go @@ -6,8 +6,8 @@ import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" "github.com/mgutz/ansi" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/logout.go b/jiracmd/logout.go index 1a534bc..9b22571 100644 --- a/jiracmd/logout.go +++ b/jiracmd/logout.go @@ -6,8 +6,8 @@ import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" "github.com/mgutz/ansi" "golang.org/x/crypto/ssh/terminal" survey "gopkg.in/AlecAivazis/survey.v1" diff --git a/jiracmd/rank.go b/jiracmd/rank.go index 2a17dc4..1190604 100644 --- a/jiracmd/rank.go +++ b/jiracmd/rank.go @@ -6,9 +6,9 @@ import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" - "github.com/go-jira/jira/jiradata" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" + "github.com/Kuchenm0nster/jira/jiradata" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/registry.go b/jiracmd/registry.go index 0dad82c..faa43f5 100644 --- a/jiracmd/registry.go +++ b/jiracmd/registry.go @@ -1,6 +1,6 @@ package jiracmd -import "github.com/go-jira/jira/jiracli" +import "github.com/Kuchenm0nster/jira/jiracli" func RegisterAllCommands() { jiracli.RegisterCommand(jiracli.CommandRegistry{Command: "acknowledge", Entry: CmdTransitionRegistry("acknowledge"), Aliases: []string{"ack"}}) diff --git a/jiracmd/request.go b/jiracmd/request.go index 3a83b32..90bd0e7 100644 --- a/jiracmd/request.go +++ b/jiracmd/request.go @@ -9,7 +9,7 @@ import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira/jiracli" + "github.com/Kuchenm0nster/jira/jiracli" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/session.go b/jiracmd/session.go index b06f64b..3a26398 100644 --- a/jiracmd/session.go +++ b/jiracmd/session.go @@ -5,8 +5,8 @@ import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" kingpin "gopkg.in/alecthomas/kingpin.v2" yaml "gopkg.in/coryb/yaml.v2" ) diff --git a/jiracmd/subtask.go b/jiracmd/subtask.go index 75875f1..af21a50 100644 --- a/jiracmd/subtask.go +++ b/jiracmd/subtask.go @@ -6,9 +6,9 @@ import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" - "github.com/go-jira/jira/jiradata" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" + "github.com/Kuchenm0nster/jira/jiradata" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/take.go b/jiracmd/take.go index 646ce46..51b7b5e 100644 --- a/jiracmd/take.go +++ b/jiracmd/take.go @@ -3,7 +3,7 @@ package jiracmd import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira/jiracli" + "github.com/Kuchenm0nster/jira/jiracli" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/transition.go b/jiracmd/transition.go index 85200de..464642e 100644 --- a/jiracmd/transition.go +++ b/jiracmd/transition.go @@ -7,9 +7,9 @@ import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" - "github.com/go-jira/jira/jiradata" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" + "github.com/Kuchenm0nster/jira/jiradata" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/transitions.go b/jiracmd/transitions.go index c0a7915..534967c 100644 --- a/jiracmd/transitions.go +++ b/jiracmd/transitions.go @@ -3,8 +3,8 @@ package jiracmd import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/unassign.go b/jiracmd/unassign.go index d00b356..cb275e0 100644 --- a/jiracmd/unassign.go +++ b/jiracmd/unassign.go @@ -3,7 +3,7 @@ package jiracmd import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira/jiracli" + "github.com/Kuchenm0nster/jira/jiracli" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/unexportTemplates.go b/jiracmd/unexportTemplates.go index 9a226f2..48f2ff8 100644 --- a/jiracmd/unexportTemplates.go +++ b/jiracmd/unexportTemplates.go @@ -9,7 +9,7 @@ import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira/jiracli" + "github.com/Kuchenm0nster/jira/jiracli" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/view.go b/jiracmd/view.go index 6a5b4d8..0f03d00 100644 --- a/jiracmd/view.go +++ b/jiracmd/view.go @@ -3,8 +3,8 @@ package jiracmd import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/vote.go b/jiracmd/vote.go index 0996677..7f44e03 100644 --- a/jiracmd/vote.go +++ b/jiracmd/vote.go @@ -6,8 +6,8 @@ import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/watch.go b/jiracmd/watch.go index 27616c5..bb1ecbf 100644 --- a/jiracmd/watch.go +++ b/jiracmd/watch.go @@ -6,8 +6,8 @@ import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/worklogAdd.go b/jiracmd/worklogAdd.go index 7653555..9bd1a4d 100644 --- a/jiracmd/worklogAdd.go +++ b/jiracmd/worklogAdd.go @@ -5,9 +5,9 @@ import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" - "github.com/go-jira/jira/jiradata" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" + "github.com/Kuchenm0nster/jira/jiradata" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/jiracmd/worklogList.go b/jiracmd/worklogList.go index 11057e6..f34243e 100644 --- a/jiracmd/worklogList.go +++ b/jiracmd/worklogList.go @@ -3,9 +3,9 @@ package jiracmd import ( "github.com/coryb/figtree" "github.com/coryb/oreo" - "github.com/go-jira/jira" - "github.com/go-jira/jira/jiracli" - "github.com/go-jira/jira/jiradata" + "github.com/Kuchenm0nster/jira" + "github.com/Kuchenm0nster/jira/jiracli" + "github.com/Kuchenm0nster/jira/jiradata" kingpin "gopkg.in/alecthomas/kingpin.v2" ) diff --git a/project.go b/project.go index 9139b20..7386797 100644 --- a/project.go +++ b/project.go @@ -3,7 +3,7 @@ package jira import ( "encoding/json" - "github.com/go-jira/jira/jiradata" + "github.com/Kuchenm0nster/jira/jiradata" ) // https://docs.atlassian.com/jira/REST/cloud/#api/2/project-getProjectComponents diff --git a/search.go b/search.go index 1726fe6..5989f0c 100644 --- a/search.go +++ b/search.go @@ -6,7 +6,7 @@ import ( "fmt" "strings" - "github.com/go-jira/jira/jiradata" + "github.com/Kuchenm0nster/jira/jiradata" ) type SearchProvider interface { diff --git a/session.go b/session.go index 12a2656..d0603b4 100644 --- a/session.go +++ b/session.go @@ -4,7 +4,7 @@ import ( "bytes" "encoding/json" - "github.com/go-jira/jira/jiradata" + "github.com/Kuchenm0nster/jira/jiradata" ) type AuthProvider interface {