Modifying resty dependency to use stable release instead of HEAD (#5579)

* Modifying resty dependency to use stable release instead of HEAD

* adding dependency to pre-integration test
This commit is contained in:
Marcus Low Junxiang 2017-05-08 09:55:13 +08:00 committed by wing328
parent ea16da813c
commit adb213bc00
4 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ import (
"strings"
"net/url"
"io/ioutil"
"github.com/go-resty/resty"
"gopkg.in/go-resty/resty.v0"
)
type APIClient struct {

View File

@ -18,7 +18,7 @@ import (
"strings"
"net/url"
"io/ioutil"
"github.com/go-resty/resty"
"gopkg.in/go-resty/resty.v0"
)
type APIClient struct {

View File

@ -18,7 +18,7 @@ import (
"strings"
"net/url"
"io/ioutil"
"github.com/go-resty/resty"
"gopkg.in/go-resty/resty.v0"
)
type APIClient struct {

View File

@ -50,7 +50,7 @@
<executable>go</executable>
<arguments>
<argument>get</argument>
<argument>github.com/go-resty/resty</argument>
<argument>gopkg.in/go-resty/resty.v0</argument>
</arguments>
</configuration>
</execution>