Skip to content

Commit

Permalink
Update cloud-sdk-go to v1.15.0 (#635)
Browse files Browse the repository at this point in the history
* Update cloud-sdk-go to v1.15.0

* Update NOTICE

* Fix unit test
  • Loading branch information
claudia-correia committed Dec 20, 2023
1 parent 03cc42c commit 9b86f17
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions NOTICE
Expand Up @@ -71,10 +71,10 @@ THE SOFTWARE.
--------------------------------------------------------------------------------

Dependency : github.com/elastic/cloud-sdk-go
Version: v1.14.0
Version: v1.15.0
Licence type (autodetected): Apache-2.0

Contents of probable licence file $GOMODCACHE/github.com/elastic/cloud-sdk-go@v1.14.0/LICENSE:
Contents of probable licence file $GOMODCACHE/github.com/elastic/cloud-sdk-go@v1.15.0/LICENSE:


Apache License
Expand Down
1 change: 1 addition & 0 deletions cmd/util/track_test.go
Expand Up @@ -38,6 +38,7 @@ func TestTrack(t *testing.T) {
var secondOutputBuf = new(bytes.Buffer)
var thirdOutputBuf = new(bytes.Buffer)
var wantOutTokenValue = `{
"session_expiration_time": null,
"token": "tokenvalue"
}
`
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
github.com/blang/semver/v4 v4.0.0
github.com/elastic/cloud-sdk-go v1.14.0
github.com/elastic/cloud-sdk-go v1.15.0
github.com/go-openapi/runtime v0.23.0
github.com/go-openapi/strfmt v0.21.2
github.com/pkg/errors v0.9.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -70,8 +70,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/docker/go-units v0.3.3/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
github.com/docker/go-units v0.4.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
github.com/elastic/cloud-sdk-go v1.14.0 h1:BrteR1slcLxMG080381ov5g5dhwcGug7unp/+8+8ZQg=
github.com/elastic/cloud-sdk-go v1.14.0/go.mod h1:dh2fVOBz598EslgiYW2az816DziJF5HQkzGOjf60Qj0=
github.com/elastic/cloud-sdk-go v1.15.0 h1:8fBwaLFwzYaNm/Qleq0ohDKiJ9QSfpI9eGYFQAeR060=
github.com/elastic/cloud-sdk-go v1.15.0/go.mod h1:dh2fVOBz598EslgiYW2az816DziJF5HQkzGOjf60Qj0=
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98=
Expand Down

0 comments on commit 9b86f17

Please sign in to comment.