Replace direct usage of the API with go-jira

This commit is contained in:
Miguel de la Cruz 2020-03-04 22:13:55 +01:00
parent ae4b6e6620
commit 4933ed1147
57 changed files with 7699 additions and 114 deletions

29
vendor/gopkg.in/andygrunwald/go-jira.v1/.gitignore generated vendored Normal file
View file

@ -0,0 +1,29 @@
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Don't check in vendor
vendor/
# Folders
_obj
_test
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe
*.test
*.prof
*.iml
.idea