Skip to content

Commit

Permalink
Returning upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
arenstar committed Feb 5, 2019
1 parent aaa7201 commit 410df68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package jira

import "github.com/arenstar/go-jira/jiradata"
import (
"gopkg.in/Netflix-Skunkworks/go-jira.v1/jiradata"
)

// https://docs.atlassian.com/jira/REST/cloud/#api/2/project-getProjectComponents
func (j *Jira) GetProjectComponents(project string) (*jiradata.Components, error) {
Expand Down

0 comments on commit 410df68

Please sign in to comment.