Skip to content

Commit 1767572

Browse files
fix(deps): update module github.com/microsoft/go-mssqldb to v1.9.8
1 parent 72970c0 commit 1767572

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

receiver/sqlqueryreceiver/go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/open-telemetry/opentelemetry-collector-contrib/receiver/sqlqueryreceiver
22

3-
go 1.25.0
3+
go 1.25.7
44

55
require (
66
github.com/docker/go-connections v0.6.0
@@ -28,7 +28,7 @@ require (
2828
github.com/SAP/go-hdb v1.15.0
2929
github.com/go-sql-driver/mysql v1.9.3
3030
github.com/lib/pq v1.10.9
31-
github.com/microsoft/go-mssqldb v1.9.6
31+
github.com/microsoft/go-mssqldb v1.9.8
3232
github.com/sijms/go-ora/v2 v2.9.0
3333
github.com/snowflakedb/gosnowflake v1.19.0
3434
github.com/thda/tds v0.1.7
@@ -46,8 +46,8 @@ require (
4646
filippo.io/edwards25519 v1.1.1 // indirect
4747
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
4848
github.com/99designs/keyring v1.2.2 // indirect
49-
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0 // indirect
50-
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.1 // indirect
49+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.21.0 // indirect
50+
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2 // indirect
5151
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.2.0 // indirect
5252
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
5353
github.com/BurntSushi/toml v1.4.0 // indirect
@@ -99,7 +99,7 @@ require (
9999
github.com/gobwas/glob v0.2.3 // indirect
100100
github.com/goccy/go-json v0.10.5 // indirect
101101
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
102-
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
102+
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
103103
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
104104
github.com/golang-sql/sqlexp v0.1.0 // indirect
105105
github.com/golang/snappy v1.0.0 // indirect

receiver/sqlqueryreceiver/go.sum

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

receiver/sqlserverreceiver/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
module github.com/open-telemetry/opentelemetry-collector-contrib/receiver/sqlserverreceiver
22

3-
go 1.25.0
3+
go 1.25.7
44

55
require (
66
github.com/DataDog/datadog-agent/pkg/obfuscate v0.77.0-devel.0.20260213154712-e02b9359151a
77
github.com/google/go-cmp v0.7.0
88
github.com/hashicorp/golang-lru/v2 v2.0.7
9-
github.com/microsoft/go-mssqldb v1.9.6
9+
github.com/microsoft/go-mssqldb v1.9.8
1010
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.147.0
1111
github.com/open-telemetry/opentelemetry-collector-contrib/internal/sqlquery v0.147.0
1212
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.147.0

receiver/sqlserverreceiver/go.sum

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)