Skip to content

Commit

Permalink
Change resty import path to gopkg.in/resty.v1
Browse files Browse the repository at this point in the history
  • Loading branch information
maddie committed Aug 30, 2018
1 parent 251edec commit e5b19b6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"os"
"strconv"

"github.com/go-resty/resty"
"gopkg.in/resty.v1"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"net/http"
"strings"

"github.com/go-resty/resty"
"gopkg.in/resty.v1"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion pagination.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"log"
"strconv"

"github.com/go-resty/resty"
"gopkg.in/resty.v1"
)

// PageOptions are the pagination parameters for List endpoints
Expand Down
2 changes: 1 addition & 1 deletion resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"fmt"
"text/template"

"github.com/go-resty/resty"
"gopkg.in/resty.v1"
)

const (
Expand Down

0 comments on commit e5b19b6

Please sign in to comment.