Skip to content

Commit

Permalink
Bump github.com/digitalpoetry/redash-client-go v0.6.2
Browse files Browse the repository at this point in the history
Improve error reporting when receiving non-2XX response from server
  • Loading branch information
digitalpoetry committed Nov 22, 2021
1 parent bf246fc commit ce75eca
Show file tree
Hide file tree
Showing 2 changed files with 3 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/digitalpoetry/terraform-provider-redash
go 1.17

require (
github.com/digitalpoetry/redash-client-go v0.6.1
github.com/digitalpoetry/redash-client-go v0.6.2
github.com/hashicorp/terraform-plugin-sdk/v2 v2.9.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/digitalpoetry/redash-client-go v0.6.1 h1:kRPg8aXejfLI/GcOAmv3rlulXDaZKXkIHwTj+EKv4Ok=
github.com/digitalpoetry/redash-client-go v0.6.1/go.mod h1:xs+EQZbPNxA+lj1u3re2oU771+RZj/iHqIuXtmvVpFI=
github.com/digitalpoetry/redash-client-go v0.6.2 h1:XHhFn/WiOMf2ddJCA0fUesnfbbqpD5zi6+nvFh3T9PE=
github.com/digitalpoetry/redash-client-go v0.6.2/go.mod h1:xs+EQZbPNxA+lj1u3re2oU771+RZj/iHqIuXtmvVpFI=
github.com/emirpasic/gods v1.12.0 h1:QAUIPSaCu4G+POclxeqb3F+WPpdKqFGlw36+yOzGlrg=
github.com/emirpasic/gods v1.12.0/go.mod h1:YfzfFFoVP/catgzJb4IKIqXjX78Ha8FMSDh3ymbK86o=
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
Expand Down

0 comments on commit ce75eca

Please sign in to comment.