-
-
Notifications
You must be signed in to change notification settings - Fork 472
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(issues): Added support for AddWorklog and GetWorklogs
- Loading branch information
1 parent
a9350ed
commit 1ebd7e7
Showing
7 changed files
with
210 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
module github.com/andygrunwald/go-jira | ||
|
||
go 1.12 | ||
|
||
require ( | ||
github.com/fatih/structs v1.0.0 | ||
github.com/google/go-cmp v0.3.0 | ||
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 | ||
github.com/pkg/errors v0.8.0 | ||
github.com/trivago/tgo v1.0.1 | ||
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.