Skip to content

Commit

Permalink
Merge pull request #176 from shiftstack/bump_mongodb
Browse files Browse the repository at this point in the history
OCPBUGS-10556: Bump go.mongodb.org/mongo-driver to v1.5.1
  • Loading branch information
openshift-merge-robot committed Mar 21, 2023
2 parents 2c0d3b1 + 0d9970e commit af25a1f
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 4 deletions.
6 changes: 5 additions & 1 deletion go.mod
Expand Up @@ -13,6 +13,7 @@ require (
github.com/spf13/cobra v1.4.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.25.1
k8s.io/apiextensions-apiserver v0.25.0
k8s.io/apimachinery v0.25.1
k8s.io/client-go v0.25.1
k8s.io/component-base v0.25.1
Expand Down Expand Up @@ -97,7 +98,6 @@ require (
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apiextensions-apiserver v0.25.0 // indirect
k8s.io/apiserver v0.25.0 // indirect
k8s.io/kube-aggregator v0.25.0 // indirect
k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect
Expand All @@ -109,3 +109,7 @@ require (
)

replace github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt v3.2.1+incompatible

// Use at least v1.5.1. This replace can be removed once no dependency lists an
// older version.
replace go.mongodb.org/mongo-driver => go.mongodb.org/mongo-driver v1.5.1

0 comments on commit af25a1f

Please sign in to comment.