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"
|
||||
"net/url"
|
||||
"io/ioutil"
|
||||
"github.com/go-resty/resty"
|
||||
"gopkg.in/go-resty/resty.v0"
|
||||
)
|
||||
|
||||
type APIClient struct {
|
||||
|
@ -18,7 +18,7 @@ import (
|
||||
"strings"
|
||||
"net/url"
|
||||
"io/ioutil"
|
||||
"github.com/go-resty/resty"
|
||||
"gopkg.in/go-resty/resty.v0"
|
||||
)
|
||||
|
||||
type APIClient struct {
|
||||
|
@ -18,7 +18,7 @@ import (
|
||||
"strings"
|
||||
"net/url"
|
||||
"io/ioutil"
|
||||
"github.com/go-resty/resty"
|
||||
"gopkg.in/go-resty/resty.v0"
|
||||
)
|
||||
|
||||
type APIClient struct {
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user