Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Bump go.mongodb.org/mongo-driver from 1.4.6 to 1.5.0 in /remediation-service #3482

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion remediation-service/go.mod
Expand Up @@ -21,7 +21,7 @@ require (
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/xdg/stringprep v1.0.0 // indirect
go.mongodb.org/mongo-driver v1.4.6
go.mongodb.org/mongo-driver v1.5.0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
Expand Down