Skip to content

Commit

Permalink
Merge pull request #61 from namecheap/fix/issue_60_fix
Browse files Browse the repository at this point in the history
fix: update of the go-namecheap-sdk to 2.1.0
  • Loading branch information
StyleT authored Nov 29, 2021
2 parents 6c55f8f + 2672416 commit 46977b8
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/namecheap/terraform-provider-namecheap
require (
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/terraform-plugin-sdk/v2 v2.7.0
github.com/namecheap/go-namecheap-sdk/v2 v2.0.2
github.com/namecheap/go-namecheap-sdk/v2 v2.1.0
github.com/stretchr/testify v1.7.0
)

Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zx
github.com/mitchellh/reflectwalk v1.0.2/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw=
github.com/namecheap/go-namecheap-sdk/v2 v2.0.2 h1:FUWRoVrw7mRZJH18SOfSK8T1nvaPxZusG3vowJgai0E=
github.com/namecheap/go-namecheap-sdk/v2 v2.0.2/go.mod h1:Op6xLoiTxvFxa1V/kR0fcFcxlBMkrRHirxvcOdTPhNU=
github.com/namecheap/go-namecheap-sdk/v2 v2.1.0 h1:lxN8UetZEYBMNmkX/SeINi1uUxWYf47O62bU8clI870=
github.com/namecheap/go-namecheap-sdk/v2 v2.1.0/go.mod h1:Op6xLoiTxvFxa1V/kR0fcFcxlBMkrRHirxvcOdTPhNU=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nsf/jsondiff v0.0.0-20200515183724-f29ed568f4ce h1:RPclfga2SEJmgMmz2k+Mg7cowZ8yv4Trqw9UsJby758=
github.com/nsf/jsondiff v0.0.0-20200515183724-f29ed568f4ce/go.mod h1:uFMI8w+ref4v2r9jz+c9i1IfIttS/OkmLfrk1jne5hs=
Expand Down

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

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ github.com/mitchellh/go-wordwrap
github.com/mitchellh/mapstructure
# github.com/mitchellh/reflectwalk v1.0.2
github.com/mitchellh/reflectwalk
# github.com/namecheap/go-namecheap-sdk/v2 v2.0.2
# github.com/namecheap/go-namecheap-sdk/v2 v2.1.0
## explicit
github.com/namecheap/go-namecheap-sdk/v2/namecheap
github.com/namecheap/go-namecheap-sdk/v2/namecheap/internal/syncretry
Expand Down

0 comments on commit 46977b8

Please sign in to comment.