File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -71,10 +71,10 @@ THE SOFTWARE.
71
71
--------------------------------------------------------------------------------
72
72
73
73
Dependency : github.com/elastic/cloud-sdk-go
74
- Version: v1.14 .0
74
+ Version: v1.15 .0
75
75
Licence type (autodetected): Apache-2.0
76
76
77
- Contents of probable licence file $GOMODCACHE/github.com/elastic/cloud-sdk-go@v1.14 .0/LICENSE:
77
+ Contents of probable licence file $GOMODCACHE/github.com/elastic/cloud-sdk-go@v1.15 .0/LICENSE:
78
78
79
79
80
80
Apache License
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ func TestTrack(t *testing.T) {
38
38
var secondOutputBuf = new (bytes.Buffer )
39
39
var thirdOutputBuf = new (bytes.Buffer )
40
40
var wantOutTokenValue = `{
41
+ "session_expiration_time": null,
41
42
"token": "tokenvalue"
42
43
}
43
44
`
Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
7
7
github.com/blang/semver/v4 v4.0.0
8
- github.com/elastic/cloud-sdk-go v1.14 .0
8
+ github.com/elastic/cloud-sdk-go v1.15 .0
9
9
github.com/go-openapi/runtime v0.23.0
10
10
github.com/go-openapi/strfmt v0.21.2
11
11
github.com/pkg/errors v0.9.1
Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
70
70
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
71
71
github.com/docker/go-units v0.3.3 /go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk =
72
72
github.com/docker/go-units v0.4.0 /go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk =
73
- github.com/elastic/cloud-sdk-go v1.14 .0 h1:BrteR1slcLxMG080381ov5g5dhwcGug7unp/+8+8ZQg =
74
- github.com/elastic/cloud-sdk-go v1.14 .0 /go.mod h1:dh2fVOBz598EslgiYW2az816DziJF5HQkzGOjf60Qj0 =
73
+ github.com/elastic/cloud-sdk-go v1.15 .0 h1:8fBwaLFwzYaNm/Qleq0ohDKiJ9QSfpI9eGYFQAeR060 =
74
+ github.com/elastic/cloud-sdk-go v1.15 .0 /go.mod h1:dh2fVOBz598EslgiYW2az816DziJF5HQkzGOjf60Qj0 =
75
75
github.com/envoyproxy/go-control-plane v0.9.0 /go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4 =
76
76
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473 /go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4 =
77
77
github.com/envoyproxy/go-control-plane v0.9.4 /go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98 =
You can’t perform that action at this time.
0 commit comments