Skip to content

Commit 5d1ff5d

Browse files
Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity
Bumps [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/sdk-breaking-changes-guide-migration.md) - [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.12.0...sdk/azcore/v1.13.0) --- updated-dependencies: - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d42aeed commit 5d1ff5d

File tree

2 files changed

+22
-146
lines changed

2 files changed

+22
-146
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ module github.com/oracle/oracle-db-appdev-monitoring
33
go 1.23.10
44

55
require (
6-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.12.0
6+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.0
77
github.com/Azure/azure-sdk-for-go/sdk/keyvault/azsecrets v0.12.0
88
github.com/BurntSushi/toml v1.5.0
99
github.com/alecthomas/kingpin/v2 v2.4.0
1010
github.com/godror/godror v0.49.3
11+
github.com/hashicorp/vault/api v1.22.0
1112
github.com/oracle/oci-go-sdk/v65 v65.101.0
1213
github.com/prometheus/client_golang v1.23.2
1314
github.com/prometheus/common v0.66.1
@@ -41,7 +42,6 @@ require (
4142
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
4243
github.com/hashicorp/go-sockaddr v1.0.7 // indirect
4344
github.com/hashicorp/hcl v1.0.1-vault-7 // indirect
44-
github.com/hashicorp/vault/api v1.22.0 // indirect
4545
github.com/jpillora/backoff v1.0.0 // indirect
4646
github.com/kylelemons/godebug v1.1.0 // indirect
4747
github.com/mdlayher/socket v0.4.1 // indirect

0 commit comments

Comments
 (0)