Skip to content

Commit a4f3548

Browse files
committed
adding v2 go mod suffix and update dependency version
1 parent be9a314 commit a4f3548

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616

1717
"golang.org/x/net/proxy"
1818

19-
"github.com/go-resty/resty"
19+
"github.com/go-resty/resty/v2"
2020
)
2121

2222
type DropboxError struct {

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/go-resty/resty
1+
module github.com/go-resty/resty/v2
22

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

0 commit comments

Comments
 (0)