Skip to content

Commit cf14ffe

Browse files
GODRIVER-2754 Update CI to go1.20 (#1283)
1 parent bd4d3f6 commit cf14ffe

File tree

8 files changed

+50
-77
lines changed

8 files changed

+50
-77
lines changed

.evergreen/config.yml

Lines changed: 43 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -2291,100 +2291,97 @@ axes:
22912291
VERSION: "latest"
22922292

22932293
# OSes that require >= 3.2 for SSL
2294-
# TODO(GODRIVER-2754): Update Windows to VS2019 and update Go to 1.19.
22952294
- id: os-ssl-32
22962295
display_name: OS
22972296
values:
2298-
- id: "windows-64-go-1-18"
2297+
- id: "windows-64-go-1-20"
22992298
display_name: "Windows 64-bit"
23002299
run_on:
2301-
- windows-64-vs2017-test
2300+
- windows-vsCurrent-latest-small
23022301
variables:
23032302
GCC_PATH: "/cygdrive/c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin"
2304-
GO_DIST: "C:\\golang\\go1.18"
2303+
GO_DIST: "C:\\golang\\go1.20"
23052304
VENV_BIN_DIR: "Scripts"
2306-
- id: "ubuntu1604-64-go-1-19"
2305+
- id: "ubuntu1604-64-go-1-20"
23072306
display_name: "Ubuntu 16.04"
23082307
run_on: ubuntu1604-build
23092308
variables:
2310-
GO_DIST: "/opt/golang/go1.19"
2311-
- id: "macos11-go-1-19"
2309+
GO_DIST: "/opt/golang/go1.20"
2310+
- id: "macos11-go-1-20"
23122311
display_name: "MacOS 11.0"
23132312
run_on: macos-1100
23142313
batchtime: 1440 # Run at most once per 24 hours.
23152314
variables:
2316-
GO_DIST: "/opt/golang/go1.19"
2315+
GO_DIST: "/opt/golang/go1.20"
23172316

23182317
# OSes that require >= 4.0 for SSL
2319-
# TODO(GODRIVER-2754): Update Windows to VS2019 and update Go to 1.19.
23202318
- id: os-ssl-40
23212319
display_name: OS
23222320
values:
2323-
- id: "windows-64-go-1-18"
2321+
- id: "windows-64-go-1-20"
23242322
display_name: "Windows 64-bit"
23252323
run_on:
2326-
- windows-64-vs2017-test
2324+
- windows-vsCurrent-latest-small
23272325
variables:
23282326
GCC_PATH: "/cygdrive/c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin"
2329-
GO_DIST: "C:\\golang\\go1.18"
2327+
GO_DIST: "C:\\golang\\go1.20"
23302328
VENV_BIN_DIR: "Scripts"
2331-
- id: "ubuntu1804-64-go-1-19"
2329+
- id: "ubuntu1804-64-go-1-20"
23322330
display_name: "Ubuntu 18.04"
23332331
run_on: ubuntu1804-build
23342332
variables:
2335-
GO_DIST: "/opt/golang/go1.19"
2336-
- id: "macos11-go-1-19"
2333+
GO_DIST: "/opt/golang/go1.20"
2334+
- id: "macos11-go-1-20"
23372335
display_name: "MacOS 11.0"
23382336
run_on: macos-1100
23392337
batchtime: 1440 # Run at most once per 24 hours.
23402338
variables:
2341-
GO_DIST: "/opt/golang/go1.19"
2339+
GO_DIST: "/opt/golang/go1.20"
23422340

23432341
# OCSP linux tasks need to run against this OS since stapling is disabled on Ubuntu 18.04 (SERVER-51364)
23442342
- id: ocsp-rhel-70
23452343
display_name: OS
23462344
values:
2347-
- id: "rhel70-go-1-19"
2345+
- id: "rhel70-go-1-20"
23482346
display_name: "RHEL 7.0"
23492347
run_on: rhel70-build
23502348
variables:
2351-
GO_DIST: "/opt/golang/go1.19"
2349+
GO_DIST: "/opt/golang/go1.20"
23522350

2353-
# TODO(GODRIVER-2754): Update Windows to VS2019 and update Go to 1.19.
23542351
- id: os-aws-auth
23552352
display_name: OS
23562353
values:
2357-
- id: "windows-64-vs2017-small-go-1-19"
2354+
- id: "windows-64-vsCurrent-latest-small-go-1-20"
23582355
display_name: "Windows 64-bit"
23592356
run_on:
2360-
- windows-64-vs2017-small
2357+
- windows-vsCurrent-latest-small
23612358
variables:
23622359
GCC_PATH: "/cygdrive/c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin"
2363-
GO_DIST: "C:\\golang\\go1.18"
2360+
GO_DIST: "C:\\golang\\go1.20"
23642361
SKIP_ECS_AUTH_TEST: true
2365-
- id: "ubuntu1804-64-go-1-19"
2362+
- id: "ubuntu1804-64-go-1-20"
23662363
display_name: "Ubuntu 18.04"
23672364
run_on: ubuntu1804-test
23682365
variables:
2369-
GO_DIST: "/opt/golang/go1.19"
2370-
- id: "macos11-go-1-19"
2366+
GO_DIST: "/opt/golang/go1.20"
2367+
- id: "macos11-go-1-20"
23712368
display_name: "MacOS 11.0"
23722369
run_on: macos-1100
23732370
batchtime: 1440 # Run at most once per 24 hours.
23742371
variables:
2375-
GO_DIST: "/opt/golang/go1.19"
2372+
GO_DIST: "/opt/golang/go1.20"
23762373
SKIP_ECS_AUTH_TEST: true
23772374
SKIP_EC2_AUTH_TEST: true
23782375
SKIP_WEB_IDENTITY_AUTH_TEST: true
23792376

23802377
- id: os-faas-80
23812378
display_name: OS
23822379
values:
2383-
- id: "rhel80-large-go-1-19"
2380+
- id: "rhel80-large-go-1-20"
23842381
display_name: "RHEL 8.0"
23852382
run_on: rhel80-large
23862383
variables:
2387-
GO_DIST: "/opt/golang/go1.19"
2384+
GO_DIST: "/opt/golang/go1.20"
23882385

23892386
task_groups:
23902387
- name: serverless_task_group
@@ -2574,7 +2571,7 @@ buildvariants:
25742571
run_on:
25752572
- ubuntu1804-build
25762573
expansions:
2577-
GO_DIST: "/opt/golang/go1.19"
2574+
GO_DIST: "/opt/golang/go1.20"
25782575
tasks:
25792576
- name: ".static-analysis"
25802577

@@ -2583,7 +2580,7 @@ buildvariants:
25832580
run_on:
25842581
- ubuntu1804-build
25852582
expansions:
2586-
GO_DIST: "/opt/golang/go1.19"
2583+
GO_DIST: "/opt/golang/go1.20"
25872584
tasks:
25882585
- name: ".performance"
25892586

@@ -2592,7 +2589,7 @@ buildvariants:
25922589
run_on:
25932590
- ubuntu1804-test
25942591
expansions:
2595-
GO_DIST: "/opt/golang/go1.19"
2592+
GO_DIST: "/opt/golang/go1.20"
25962593
tasks:
25972594
- name: ".compile-check"
25982595

@@ -2601,7 +2598,7 @@ buildvariants:
26012598
run_on:
26022599
- ubuntu1804-build
26032600
expansions:
2604-
GO_DIST: "/opt/golang/go1.19"
2601+
GO_DIST: "/opt/golang/go1.20"
26052602
tasks:
26062603
- name: "atlas-test"
26072604

@@ -2610,7 +2607,7 @@ buildvariants:
26102607
run_on:
26112608
- ubuntu1804-build
26122609
expansions:
2613-
GO_DIST: "/opt/golang/go1.19"
2610+
GO_DIST: "/opt/golang/go1.20"
26142611
tasks:
26152612
- name: "test-atlas-data-lake"
26162613

@@ -2645,30 +2642,30 @@ buildvariants:
26452642
- name: "aws-auth-test"
26462643

26472644
- matrix_name: "ocsp-test"
2648-
matrix_spec: { version: ["4.4", "5.0", "6.0", "latest"], ocsp-rhel-70: ["rhel70-go-1-19"] }
2645+
matrix_spec: { version: ["4.4", "5.0", "6.0", "latest"], ocsp-rhel-70: ["rhel70-go-1-20"] }
26492646
display_name: "OCSP ${version} ${ocsp-rhel-70}"
26502647
batchtime: 20160 # Use a batchtime of 14 days as suggested by the OCSP test README
26512648
tasks:
26522649
- name: ".ocsp"
26532650

26542651
- matrix_name: "ocsp-test-windows"
2655-
matrix_spec: { version: ["4.4", "5.0", "6.0", "latest"], os-ssl-40: ["windows-64-go-1-18"] }
2652+
matrix_spec: { version: ["4.4", "5.0", "6.0", "latest"], os-ssl-40: ["windows-64-go-1-20"] }
26562653
display_name: "OCSP ${version} ${os-ssl-40}"
26572654
batchtime: 20160 # Use a batchtime of 14 days as suggested by the OCSP test README
26582655
tasks:
26592656
# Windows MongoDB servers do not staple OCSP responses and only support RSA.
26602657
- name: ".ocsp-rsa !.ocsp-staple"
26612658

26622659
- matrix_name: "ocsp-test-macos"
2663-
matrix_spec: { version: ["4.4", "5.0", "6.0", "latest"], os-ssl-40: ["macos11-go-1-19"] }
2660+
matrix_spec: { version: ["4.4", "5.0", "6.0", "latest"], os-ssl-40: ["macos11-go-1-20"] }
26642661
display_name: "OCSP ${version} ${os-ssl-40}"
26652662
batchtime: 20160 # Use a batchtime of 14 days as suggested by the OCSP test README
26662663
tasks:
26672664
# macos MongoDB servers do not staple OCSP responses and only support RSA.
26682665
- name: ".ocsp-rsa !.ocsp-staple"
26692666

26702667
- matrix_name: "race-test"
2671-
matrix_spec: { version: ["latest"], os-ssl-40: ["ubuntu1804-64-go-1-19"] }
2668+
matrix_spec: { version: ["latest"], os-ssl-40: ["ubuntu1804-64-go-1-20"] }
26722669
display_name: "Race Detector Test"
26732670
tasks:
26742671
- name: ".race"
@@ -2680,39 +2677,39 @@ buildvariants:
26802677
- name: ".versioned-api"
26812678

26822679
- matrix_name: "kms-tls-test"
2683-
matrix_spec: { version: ["latest"], os-ssl-40: ["ubuntu1804-64-go-1-19"] }
2680+
matrix_spec: { version: ["latest"], os-ssl-40: ["ubuntu1804-64-go-1-20"] }
26842681
display_name: "KMS TLS ${os-ssl-40}"
26852682
tasks:
26862683
- name: ".kms-tls"
26872684

26882685
- matrix_name: "load-balancer-test"
26892686
# The LB software is only available on Ubuntu 18.04, so we don't test on all OSes.
2690-
matrix_spec: { version: ["5.0", "6.0", "latest", "rapid"], os-ssl-40: ["ubuntu1804-64-go-1-19"] }
2687+
matrix_spec: { version: ["5.0", "6.0", "latest", "rapid"], os-ssl-40: ["ubuntu1804-64-go-1-20"] }
26912688
display_name: "Load Balancer Support ${version} ${os-ssl-40}"
26922689
tasks:
26932690
- name: ".load-balancer"
26942691

26952692
- matrix_name: "serverless"
2696-
matrix_spec: { os-ssl-40: ["ubuntu1804-64-go-1-19"] }
2693+
matrix_spec: { os-ssl-40: ["ubuntu1804-64-go-1-20"] }
26972694
display_name: "Serverless ${os-ssl-40}"
26982695
tasks:
26992696
- "serverless_task_group"
27002697

27012698
- matrix_name: "kms-kmip-test"
2702-
matrix_spec: { version: ["latest"], os-ssl-40: ["ubuntu1804-64-go-1-19"] }
2699+
matrix_spec: { version: ["latest"], os-ssl-40: ["ubuntu1804-64-go-1-20"] }
27032700
display_name: "KMS KMIP ${os-ssl-40}"
27042701
tasks:
27052702
- name: ".kms-kmip"
27062703

27072704
- matrix_name: "fuzz-test"
2708-
matrix_spec: { version: ["5.0"], os-ssl-40: ["ubuntu1804-64-go-1-19"] }
2705+
matrix_spec: { version: ["5.0"], os-ssl-40: ["ubuntu1804-64-go-1-20"] }
27092706
display_name: "Fuzz ${version} ${os-ssl-40}"
27102707
tasks:
27112708
- name: "test-fuzz"
27122709
batchtime: 1440 # Run at most once per 24 hours.
27132710

27142711
- matrix_name: "faas-test"
2715-
matrix_spec: { version: ["latest"], os-faas-80: ["rhel80-large-go-1-19"] }
2712+
matrix_spec: { version: ["latest"], os-faas-80: ["rhel80-large-go-1-20"] }
27162713
display_name: "FaaS ${version} ${os-faas-80}"
27172714
tasks:
27182715
- test-aws-lambda
@@ -2722,7 +2719,7 @@ buildvariants:
27222719
run_on:
27232720
- debian11-small
27242721
expansions:
2725-
GO_DIST: "/opt/golang/go1.19"
2722+
GO_DIST: "/opt/golang/go1.20"
27262723
tasks:
27272724
- name: testgcpkms_task_group
27282725
batchtime: 20160 # Use a batchtime of 14 days as suggested by the CSFLE test README
@@ -2733,7 +2730,7 @@ buildvariants:
27332730
run_on:
27342731
- debian11-small
27352732
expansions:
2736-
GO_DIST: "/opt/golang/go1.19"
2733+
GO_DIST: "/opt/golang/go1.20"
27372734
tasks:
27382735
- testawskms-task
27392736
- testawskms-fail-task
@@ -2743,7 +2740,7 @@ buildvariants:
27432740
run_on:
27442741
- debian11-small
27452742
expansions:
2746-
GO_DIST: "/opt/golang/go1.19"
2743+
GO_DIST: "/opt/golang/go1.20"
27472744
tasks:
27482745
- name: testazurekms_task_group
27492746
batchtime: 20160 # Use a batchtime of 14 days as suggested by the CSFLE test README

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The MongoDB supported driver for Go.
1515

1616
- Go 1.13 or higher. We aim to support the latest versions of Go.
1717
- `go mod tidy` will error when importing the Go Driver using Go versions older than 1.15 due to dependencies that import [io/fs](https://pkg.go.dev/io/fs). See golang/go issue [#44557](https://github.com/golang/go/issues/44557) for more information.
18-
- Go 1.19 or higher is required to run the driver test suite.
18+
- Go 1.20 or higher is required to run the driver test suite.
1919
- MongoDB 3.6 and higher.
2020

2121
-------------------------

docs/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ We are building this software together and strongly encourage contributions from
66

77
## Requirements
88

9-
Go 1.19 or higher is required to run the driver test suite.
9+
Go 1.20 or higher is required to run the driver test suite.
1010

1111
## Bug Fixes and New Features
1212

@@ -17,7 +17,7 @@ Before starting to write code, look for existing [tickets](https://jira.mongodb.
1717
The Go Driver team uses GitHub to manage and review all code changes. Patches should generally be made against the master (default) branch and include relevant tests, if
1818
applicable.
1919

20-
Code should compile and tests should pass under all Go versions which the driver currently supports. Currently the Go Driver supports a minimum version of Go 1.13 and requires Go 1.19 for development. Please run the following Make targets to validate your changes:
20+
Code should compile and tests should pass under all Go versions which the driver currently supports. Currently the Go Driver supports a minimum version of Go 1.13 and requires Go 1.20 for development. Please run the following Make targets to validate your changes:
2121
- `make fmt`
2222
- `make lint` (requires [golangci-lint](https://github.com/golangci/golangci-lint) and [lll](https://github.com/walle/lll) to be installed and available in the `PATH`)
2323
- `make test`

examples/_logger/logrus/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.mongodb.go/mongo-driver/examples/logger/logrus
22

3-
go 1.19
3+
go 1.20
44

55
replace go.mongodb.org/mongo-driver => ../../../
66

examples/_logger/zap/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.mongodb.go/mongo-driver/examples/logger/zap
22

3-
go 1.19
3+
go 1.20
44

55
replace go.mongodb.org/mongo-driver => ../../../
66

examples/_logger/zerolog/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.mongodb.go/mongo-driver/examples/logger/zerolog
22

3-
go 1.19
3+
go 1.20
44

55
replace go.mongodb.org/mongo-driver => ../../../
66

internal/test/faas/awslambda/mongodb/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.mongodb.go/mongo-driver/internal/test/mongodb
22

3-
go 1.19
3+
go 1.20
44

55
replace go.mongodb.org/mongo-driver => ../../../../../
66

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
github.com/aws/aws-lambda-go v1.36.1 h1:CJxGkL9uKszIASRDxzcOcLX6juzTLoTKtCIgUGcTjTU=
2-
github.com/aws/aws-lambda-go v1.36.1/go.mod h1:jwFe2KmMsHmffA1X2R09hH6lFzJQxzI8qK17ewzbQMM=
31
github.com/aws/aws-lambda-go v1.41.0 h1:l/5fyVb6Ud9uYd411xdHZzSf2n86TakxzpvIoz7l+3Y=
42
github.com/aws/aws-lambda-go v1.41.0/go.mod h1:jwFe2KmMsHmffA1X2R09hH6lFzJQxzI8qK17ewzbQMM=
5-
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
63
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
74
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
85
github.com/golang/snappy v0.0.1 h1:Qgr9rKW7uDUkrbSmQeiDsGa8SjGyCOGtuasMWwvp2P4=
@@ -11,35 +8,19 @@ github.com/google/go-cmp v0.5.2 h1:X2ev0eStA3AbceY54o37/0PQ/UWqKEiiO2dKL5OPaFM=
118
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
129
github.com/klauspost/compress v1.13.6 h1:P76CopJELS0TiO2mebmnzgWaajssP/EszplttgQxcgc=
1310
github.com/klauspost/compress v1.13.6/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk=
14-
github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI=
15-
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
16-
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
17-
github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
18-
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
1911
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe h1:iruDEfMl2E6fbMZ9s0scYfZQ84/6SPL6zC8ACM2oIL0=
2012
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe/go.mod h1:wL8QJuTMNUDYhXwkmfOly8iTdp5TEcJFWZD2D7SIkUc=
21-
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
22-
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
2313
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
24-
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
25-
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
26-
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
2714
github.com/stretchr/testify v1.7.2 h1:4jaiDzPyXQvSd7D0EjG45355tLlV3VOECpq10pLC+8s=
28-
github.com/tidwall/pretty v1.0.0 h1:HsD+QiTn7sK6flMKIvNmpqz1qrpP3Ps6jOKIKMooyg4=
29-
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
3015
github.com/xdg-go/pbkdf2 v1.0.0 h1:Su7DPu48wXMwC3bs7MCNG+z4FhcyEuz5dlvchbq0B0c=
3116
github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI=
32-
github.com/xdg-go/scram v1.1.1/go.mod h1:RaEWvsqvNKKvBPvcKeFjrG2cJqOkHTiyTpzz23ni57g=
3317
github.com/xdg-go/scram v1.1.2 h1:FHX5I5B4i4hKRVRBCFRxq1iQRej7WO3hhBuJf+UUySY=
3418
github.com/xdg-go/scram v1.1.2/go.mod h1:RT/sEzTbU5y00aCK8UOx6R7YryM0iF1N2MOmC3kKLN4=
35-
github.com/xdg-go/stringprep v1.0.3/go.mod h1:W3f5j4i+9rC0kuIEJL0ky1VpHXQU3ocBgklLGvcBnW8=
3619
github.com/xdg-go/stringprep v1.0.4 h1:XLI/Ng3O1Atzq0oBs3TWm+5ZVgkq2aqdlvP9JtoZ6c8=
3720
github.com/xdg-go/stringprep v1.0.4/go.mod h1:mPGuuIYwz7CmR2bT9j4GbQqutWS1zV24gijq1dTyGkM=
3821
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d h1:splanxYIlg+5LfHAM6xpdFEAYOk8iySO56hMFq6uLyA=
3922
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d/go.mod h1:rHwXgn7JulP+udvsHwJoVG1YGAP6VLg4y9I5dyZdqmA=
4023
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
41-
go.mongodb.org/mongo-driver v1.11.4 h1:4ayjakA013OdpGyL2K3ZqylTac/rMjrJOMZ1EHizXas=
42-
go.mongodb.org/mongo-driver v1.11.4/go.mod h1:PTSz5yu21bkT/wXpkS7WR5f0ddqw5quethTUn9WM+2g=
4324
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
4425
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
4526
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d h1:sK3txAijHtOK88l68nt020reeT1ZdKLIYetKl95FzVY=
@@ -50,7 +31,6 @@ golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v
5031
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
5132
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
5233
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
53-
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
5434
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 h1:uVc8UZUe6tr40fFVnUP5Oj+veunVezqYl9z7DYw9xzw=
5535
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
5636
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
@@ -74,8 +54,4 @@ golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc
7454
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
7555
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4=
7656
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
77-
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
78-
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
79-
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
8057
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
81-
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

0 commit comments

Comments
 (0)