File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -50,3 +50,5 @@ type NonRetriableError interface {
50
50
func NewResponseError (inner error , resp * http.Response ) error {
51
51
return sdkruntime .NewResponseError (inner , resp )
52
52
}
53
+
54
+ var _ NonRetriableError = (* sdkruntime .ResponseError )(nil )
Original file line number Diff line number Diff line change 1
1
module github.com/Azure/azure-sdk-for-go/sdk/azcore
2
2
3
3
require (
4
- github.com/Azure/azure-sdk-for-go/sdk/internal v0.5.0
4
+ github.com/Azure/azure-sdk-for-go/sdk/internal v0.5.1
5
5
golang.org/x/net v0.0.0-20201010224723-4f7140c49acb
6
6
)
7
7
Original file line number Diff line number Diff line change 1
- github.com/Azure/azure-sdk-for-go/sdk/internal v0.5.0 h1:HG1ggl8L3ZkV/Ydanf7lKr5kkhhPGCpWdnr1J6v7cO4 =
2
- github.com/Azure/azure-sdk-for-go/sdk/internal v0.5.0 /go.mod h1:k4KbFSunV/+0hOHL1vyFaPsiYQ1Vmvy1TBpmtvCDLZM =
1
+ github.com/Azure/azure-sdk-for-go/sdk/internal v0.5.1 h1:vx8McI56N5oLSQu8xa+xdiE0fjQq8W8Zt49vHP8Rygw =
2
+ github.com/Azure/azure-sdk-for-go/sdk/internal v0.5.1 /go.mod h1:k4KbFSunV/+0hOHL1vyFaPsiYQ1Vmvy1TBpmtvCDLZM =
3
3
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
4
4
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 /go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto =
5
5
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 /go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg =
You can’t perform that action at this time.
0 commit comments