Skip to content

Commit

Permalink
adding v2 go mod suffix and update dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm committed Jul 16, 2019
1 parent be9a314 commit a4f3548
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (

"golang.org/x/net/proxy"

"github.com/go-resty/resty"
"github.com/go-resty/resty/v2"
)

type DropboxError struct {
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/go-resty/resty
module github.com/go-resty/resty/v2

require golang.org/x/net v0.0.0-20190619014844-b5b0513f8c1b
require golang.org/x/net v0.0.0-20190628185345-da137c7871d7

0 comments on commit a4f3548

Please sign in to comment.