File tree Expand file tree Collapse file tree 2 files changed +22
-146
lines changed Expand file tree Collapse file tree 2 files changed +22
-146
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ module github.com/oracle/oracle-db-appdev-monitoring
33go 1.23.10
44
55require (
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
You can’t perform that action at this time.
0 commit comments