diff --git a/examples/_logger/logrus/go.mod b/examples/_logger/logrus/go.mod index d2f507630a..88daedd351 100644 --- a/examples/_logger/logrus/go.mod +++ b/examples/_logger/logrus/go.mod @@ -1,4 +1,4 @@ -module go.mongodb.go/mongo-driver/examples/logger/logrus +module go.mongodb.go/mongo-driver/v2/examples/logger/logrus go 1.23 diff --git a/examples/_logger/zap/go.mod b/examples/_logger/zap/go.mod index 97ea2a974c..9a090c2d82 100644 --- a/examples/_logger/zap/go.mod +++ b/examples/_logger/zap/go.mod @@ -1,4 +1,4 @@ -module go.mongodb.go/mongo-driver/examples/logger/zap +module go.mongodb.go/mongo-driver/v2/examples/logger/zap go 1.23 diff --git a/examples/_logger/zerolog/go.mod b/examples/_logger/zerolog/go.mod index dedc1d77cf..c2e9905cc1 100644 --- a/examples/_logger/zerolog/go.mod +++ b/examples/_logger/zerolog/go.mod @@ -1,4 +1,4 @@ -module go.mongodb.go/mongo-driver/examples/logger/zerolog +module go.mongodb.go/mongo-driver/v2/examples/logger/zerolog go 1.23 diff --git a/internal/cmd/benchmark/go.mod b/internal/cmd/benchmark/go.mod index ff39a0d721..600af003d5 100644 --- a/internal/cmd/benchmark/go.mod +++ b/internal/cmd/benchmark/go.mod @@ -1,4 +1,4 @@ -module go.mongodb.go/mongo-driver/internal/cmd/benchmark +module go.mongodb.go/mongo-driver/v2/internal/cmd/benchmark go 1.19 diff --git a/internal/cmd/compilecheck/go.mod b/internal/cmd/compilecheck/go.mod index 2c08d49d20..879d07f193 100644 --- a/internal/cmd/compilecheck/go.mod +++ b/internal/cmd/compilecheck/go.mod @@ -1,4 +1,4 @@ -module go.mongodb.go/mongo-driver/internal/cmd/compilecheck +module go.mongodb.go/mongo-driver/v2/internal/cmd/compilecheck go 1.19 diff --git a/internal/cmd/faas/awslambda/mongodb/go.mod b/internal/cmd/faas/awslambda/mongodb/go.mod index b9c63a4ea8..8cb4f8b421 100644 --- a/internal/cmd/faas/awslambda/mongodb/go.mod +++ b/internal/cmd/faas/awslambda/mongodb/go.mod @@ -1,4 +1,4 @@ -module go.mongodb.go/mongo-driver/internal/test/mongodb +module go.mongodb.go/mongo-driver/v2/internal/cmd/faas/awslambda/mongodb go 1.23 diff --git a/internal/test/compilecheck/go.mod b/internal/test/compilecheck/go.mod index d1d57257f4..a9f29d458c 100644 --- a/internal/test/compilecheck/go.mod +++ b/internal/test/compilecheck/go.mod @@ -1,4 +1,4 @@ -module go.mongodb.go/mongo-driver/internal/test/compilecheck +module go.mongodb.go/mongo-driver/v2/internal/test/compilecheck go 1.23.0 diff --git a/internal/test/goleak/go.mod b/internal/test/goleak/go.mod index dc08892caa..1b819cf64b 100644 --- a/internal/test/goleak/go.mod +++ b/internal/test/goleak/go.mod @@ -1,4 +1,4 @@ -module go.mongodb.go/mongo-driver/internal/test/goleak +module go.mongodb.go/mongo-driver/v2/internal/test/goleak go 1.22