forked from loafle/openapi-generator-original
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:
parent
ea16da813c
commit
adb213bc00
@ -9,7 +9,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
"net/url"
|
"net/url"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"github.com/go-resty/resty"
|
"gopkg.in/go-resty/resty.v0"
|
||||||
)
|
)
|
||||||
|
|
||||||
type APIClient struct {
|
type APIClient struct {
|
||||||
|
@ -18,7 +18,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
"net/url"
|
"net/url"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"github.com/go-resty/resty"
|
"gopkg.in/go-resty/resty.v0"
|
||||||
)
|
)
|
||||||
|
|
||||||
type APIClient struct {
|
type APIClient struct {
|
||||||
|
@ -18,7 +18,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
"net/url"
|
"net/url"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"github.com/go-resty/resty"
|
"gopkg.in/go-resty/resty.v0"
|
||||||
)
|
)
|
||||||
|
|
||||||
type APIClient struct {
|
type APIClient struct {
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
<executable>go</executable>
|
<executable>go</executable>
|
||||||
<arguments>
|
<arguments>
|
||||||
<argument>get</argument>
|
<argument>get</argument>
|
||||||
<argument>github.com/go-resty/resty</argument>
|
<argument>gopkg.in/go-resty/resty.v0</argument>
|
||||||
</arguments>
|
</arguments>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user