This commit is contained in:
Cory Bennett
2016-01-21 10:52:15 -08:00
parent 3f20139b75
commit c5fe9f5383
+1 -1
View File
@@ -2,6 +2,7 @@ package jira
import ( import (
"bytes" "bytes"
"crypto/tls"
"encoding/json" "encoding/json"
"fmt" "fmt"
"github.com/kballard/go-shellquote" "github.com/kballard/go-shellquote"
@@ -11,7 +12,6 @@ import (
"net/http" "net/http"
"net/http/cookiejar" "net/http/cookiejar"
"net/url" "net/url"
"crypto/tls"
"os" "os"
"os/exec" "os/exec"
"runtime" "runtime"