From 1bc2319647b0ba3bfc2c2995d2228acc48ceeef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 21:59:15 +0000 Subject: [PATCH] build(deps): bump the kiota-dependencies group Bumps the kiota-dependencies group in /get-started/quickstart/go with 2 updates: [github.com/microsoft/kiota-bundle-go](https://github.com/microsoft/kiota-bundle-go) and [github.com/microsoft/kiota-serialization-json-go](https://github.com/microsoft/kiota-serialization-json-go). Updates `github.com/microsoft/kiota-bundle-go` from 1.0.0 to 1.3.0 - [Release notes](https://github.com/microsoft/kiota-bundle-go/releases) - [Changelog](https://github.com/microsoft/kiota-bundle-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-bundle-go/compare/v1.0.0...v1.3.0) Updates `github.com/microsoft/kiota-serialization-json-go` from 1.0.8 to 1.0.9 - [Release notes](https://github.com/microsoft/kiota-serialization-json-go/releases) - [Changelog](https://github.com/microsoft/kiota-serialization-json-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-serialization-json-go/compare/v1.0.8...v1.0.9) --- updated-dependencies: - dependency-name: github.com/microsoft/kiota-bundle-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: github.com/microsoft/kiota-serialization-json-go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies ... Signed-off-by: dependabot[bot] --- get-started/quickstart/go/go.mod | 8 ++++---- get-started/quickstart/go/go.sum | 16 ++++++++-------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/get-started/quickstart/go/go.mod b/get-started/quickstart/go/go.mod index 70d997d07..22c5579d9 100644 --- a/get-started/quickstart/go/go.mod +++ b/get-started/quickstart/go/go.mod @@ -4,9 +4,9 @@ go 1.20 require ( github.com/microsoft/kiota-abstractions-go v1.8.1 - github.com/microsoft/kiota-bundle-go v1.0.0 + github.com/microsoft/kiota-bundle-go v1.3.0 github.com/microsoft/kiota-serialization-form-go v1.0.0 - github.com/microsoft/kiota-serialization-json-go v1.0.8 + github.com/microsoft/kiota-serialization-json-go v1.0.9 github.com/microsoft/kiota-serialization-multipart-go v1.0.0 github.com/microsoft/kiota-serialization-text-go v1.0.0 ) @@ -17,10 +17,10 @@ require ( github.com/go-logr/logr v1.4.1 // indirect github.com/go-logr/stdr v1.2.2 // indirect github.com/google/uuid v1.6.0 // indirect - github.com/microsoft/kiota-http-go v1.4.5 // indirect + github.com/microsoft/kiota-http-go v1.4.7 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/std-uritemplate/std-uritemplate/go/v2 v2.0.1 // indirect - github.com/stretchr/testify v1.9.0 // indirect + github.com/stretchr/testify v1.10.0 // indirect go.opentelemetry.io/otel v1.24.0 // indirect go.opentelemetry.io/otel/metric v1.24.0 // indirect go.opentelemetry.io/otel/trace v1.24.0 // indirect diff --git a/get-started/quickstart/go/go.sum b/get-started/quickstart/go/go.sum index e0003e7d1..21443a720 100644 --- a/get-started/quickstart/go/go.sum +++ b/get-started/quickstart/go/go.sum @@ -14,14 +14,14 @@ github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/microsoft/kiota-abstractions-go v1.8.1 h1:0gtK3KERmbKYm5AxJLZ8WPlNR9eACUGWuofFIa01PnA= github.com/microsoft/kiota-abstractions-go v1.8.1/go.mod h1:YO2QCJyNM9wzvlgGLepw6s9XrPgNHODOYGVDCqQWdLI= -github.com/microsoft/kiota-bundle-go v1.0.0 h1:jPfaGP6aBcaHfi09/NJtgXxqi/hqeWFBm4HCPhAr64s= -github.com/microsoft/kiota-bundle-go v1.0.0/go.mod h1:2aquyp0HHKGaIg6Nf8K1mCjgFFNWn+xXZvSk9A8Gi6c= -github.com/microsoft/kiota-http-go v1.4.5 h1:BrI9TZ0cWiU1ucP5oSWR6UmP2vR3PaKbQ61TQ/qM5cM= -github.com/microsoft/kiota-http-go v1.4.5/go.mod h1:Kup5nMDD3a9sjdgRKHCqZWqtrv3FbprjcPaGjLR6FzM= +github.com/microsoft/kiota-bundle-go v1.3.0 h1:ScTRPMTshG9/NqIoO+midaszF6mlqsGFZ8ObTYH8VcU= +github.com/microsoft/kiota-bundle-go v1.3.0/go.mod h1:x3aLaj8uCYg4ZLyNfDTUZPrBLsEwQeW9MADcV93JNZU= +github.com/microsoft/kiota-http-go v1.4.7 h1:yFmwYLlCCkeYGDZyvBgfoHWAadOwmg4XQyx35CBkwU8= +github.com/microsoft/kiota-http-go v1.4.7/go.mod h1:Kup5nMDD3a9sjdgRKHCqZWqtrv3FbprjcPaGjLR6FzM= github.com/microsoft/kiota-serialization-form-go v1.0.0 h1:UNdrkMnLFqUCccQZerKjblsyVgifS11b3WCx+eFEsAI= github.com/microsoft/kiota-serialization-form-go v1.0.0/go.mod h1:h4mQOO6KVTNciMF6azi1J9QB19ujSw3ULKcSNyXXOMA= -github.com/microsoft/kiota-serialization-json-go v1.0.8 h1:+aViv9k6wqaw1Fx6P49fl5GIB1hN3b6CG0McNTcUYBc= -github.com/microsoft/kiota-serialization-json-go v1.0.8/go.mod h1:O8+v11U0EUwHlCz7hrW38KxDmdhKAHfv4Q89uvsBalY= +github.com/microsoft/kiota-serialization-json-go v1.0.9 h1:lJivec0G0tI6T8McBTnucyyYXczXytwcu1pt0UjWSBY= +github.com/microsoft/kiota-serialization-json-go v1.0.9/go.mod h1:AxrS/Gbmr8y/hIp2pJcpTup/2wCE8ED+VEXkf/9xKb4= github.com/microsoft/kiota-serialization-multipart-go v1.0.0 h1:3O5sb5Zj+moLBiJympbXNaeV07K0d46IfuEd5v9+pBs= github.com/microsoft/kiota-serialization-multipart-go v1.0.0/go.mod h1:yauLeBTpANk4L03XD985akNysG24SnRJGaveZf+p4so= github.com/microsoft/kiota-serialization-text-go v1.0.0 h1:XOaRhAXy+g8ZVpcq7x7a0jlETWnWrEum0RhmbYrTFnA= @@ -30,8 +30,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/std-uritemplate/std-uritemplate/go/v2 v2.0.1 h1:/m2cTZHpqgofDsrwPqsASI6fSNMNhb+9EmUYtHEV2Uk= github.com/std-uritemplate/std-uritemplate/go/v2 v2.0.1/go.mod h1:Z5KcoM0YLC7INlNhEezeIZ0TZNYf7WSNO0Lvah4DSeQ= -github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= -github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= +github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= +github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= go.opentelemetry.io/otel v1.24.0 h1:0LAOdjNmQeSTzGBzduGe/rU4tZhMwL5rWgtp9Ku5Jfo= go.opentelemetry.io/otel v1.24.0/go.mod h1:W7b9Ozg4nkF5tWI5zsXkaKKDjdVjpD4oAt9Qi/MArHo= go.opentelemetry.io/otel/metric v1.24.0 h1:6EhoGWWK28x1fbpA4tYTOWBkPefTDQnb8WSGXlc88kI=