Skip to content

Commit 884ed3f

Browse files
committed
build: move mongo-driver v1 to indirect dependency
1 parent 5c2d916 commit 884ed3f

11 files changed

Lines changed: 63 additions & 57 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ require (
1212
github.com/kennygrant/sanitize v1.2.4
1313
github.com/mauidude/go-readability v0.0.0-20220221173116-a9b3620098b7
1414
github.com/stretchr/testify v1.11.1
15-
go.mongodb.org/mongo-driver v1.17.9
1615
go.mongodb.org/mongo-driver/v2 v2.5.0
1716
golang.org/x/net v0.52.0
1817
)
@@ -92,6 +91,7 @@ require (
9291
github.com/xdg-go/stringprep v1.0.4 // indirect
9392
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
9493
github.com/yusufpapurcu/wmi v1.2.4 // indirect
94+
go.mongodb.org/mongo-driver v1.17.3 // indirect
9595
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
9696
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
9797
go.opentelemetry.io/otel v1.39.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,8 @@ github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5t
357357
github.com/yusufpapurcu/wmi v1.2.4 h1:zFUKzehAFReQwLys1b/iSMl+JQGSCSjtVqQn9bBrPo0=
358358
github.com/yusufpapurcu/wmi v1.2.4/go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQmPyzfmi0=
359359
go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
360-
go.mongodb.org/mongo-driver v1.17.9 h1:IexDdCuuNJ3BHrELgBlyaH9p60JXAvdzWR128q+U5tU=
361-
go.mongodb.org/mongo-driver v1.17.9/go.mod h1:LlOhpH5NUEfhxcAwG0UEkMqwYcc4JU18gtCdGudk/tQ=
360+
go.mongodb.org/mongo-driver v1.17.3 h1:TQyXhnsWfWtgAhMtOgtYHMTkZIfBTpMTsMnd9ZBeHxQ=
361+
go.mongodb.org/mongo-driver v1.17.3/go.mod h1:Hy04i7O2kC4RS06ZrhPRqj/u4DTYkFDAAccj+rVKqgQ=
362362
go.mongodb.org/mongo-driver/v2 v2.5.0 h1:yXUhImUjjAInNcpTcAlPHiT7bIXhshCTL3jVBkF3xaE=
363363
go.mongodb.org/mongo-driver/v2 v2.5.0/go.mod h1:yOI9kBsufol30iFsl1slpdq1I0eHPzybRWdyYUs8K/0=
364364
go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU=

vendor/go.mongodb.org/mongo-driver/bson/bsonrw/extjson_writer.go

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

vendor/go.mongodb.org/mongo-driver/mongo/mongointernal.go

Lines changed: 0 additions & 41 deletions
This file was deleted.

vendor/go.mongodb.org/mongo-driver/mongo/options/clientoptions.go

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

vendor/go.mongodb.org/mongo-driver/version/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/go.mongodb.org/mongo-driver/x/mongo/driver/auth/internal/gssapi/gss_wrapper.c

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

vendor/go.mongodb.org/mongo-driver/x/mongo/driver/topology/connection.go

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

vendor/go.mongodb.org/mongo-driver/x/mongo/driver/topology/pool.go

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

vendor/go.mongodb.org/mongo-driver/x/mongo/driver/topology/rtt_monitor.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)