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

2
vendor/gopkg.in/andygrunwald/go-jira.v1/Makefile generated vendored Normal file
View file

@ -0,0 +1,2 @@
test:
go test -v ./...