Skip to content

Commit ce75eca

Browse files
committed
Bump github.com/digitalpoetry/redash-client-go v0.6.2
Improve error reporting when receiving non-2XX response from server
1 parent bf246fc commit ce75eca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/digitalpoetry/terraform-provider-redash
33
go 1.17
44

55
require (
6-
github.com/digitalpoetry/redash-client-go v0.6.1
6+
github.com/digitalpoetry/redash-client-go v0.6.2
77
github.com/hashicorp/terraform-plugin-sdk/v2 v2.9.0
88
)
99

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3
110110
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
111111
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
112112
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
113-
github.com/digitalpoetry/redash-client-go v0.6.1 h1:kRPg8aXejfLI/GcOAmv3rlulXDaZKXkIHwTj+EKv4Ok=
114-
github.com/digitalpoetry/redash-client-go v0.6.1/go.mod h1:xs+EQZbPNxA+lj1u3re2oU771+RZj/iHqIuXtmvVpFI=
113+
github.com/digitalpoetry/redash-client-go v0.6.2 h1:XHhFn/WiOMf2ddJCA0fUesnfbbqpD5zi6+nvFh3T9PE=
114+
github.com/digitalpoetry/redash-client-go v0.6.2/go.mod h1:xs+EQZbPNxA+lj1u3re2oU771+RZj/iHqIuXtmvVpFI=
115115
github.com/emirpasic/gods v1.12.0 h1:QAUIPSaCu4G+POclxeqb3F+WPpdKqFGlw36+yOzGlrg=
116116
github.com/emirpasic/gods v1.12.0/go.mod h1:YfzfFFoVP/catgzJb4IKIqXjX78Ha8FMSDh3ymbK86o=
117117
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=

0 commit comments

Comments
 (0)