Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump go.mongodb.org/mongo-driver from 1.3.2 to 1.5.1 #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 6 additions & 19 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,16 @@ module github.com/anz-bank/sysl-template
go 1.13

require (
aqwari.net/xml v0.0.0-20200323224746-73105c9af915 // indirect
cloud.google.com/go v0.56.0 // indirect
github.com/alecthomas/repr v0.0.0-20200325044227-4184120f674c // indirect
github.com/antlr/antlr4 v0.0.0-20200412020049-7a11432ede99 // indirect
github.com/anz-bank/sysl v0.57.0 // indirect
github.com/anz-bank/sysl-go v0.58.0
github.com/arr-ai/wbnf v0.15.0 // indirect
github.com/cncf/udpa/go v0.0.0-20200327203949-e8cd3a4bb307 // indirect
github.com/envoyproxy/go-control-plane v0.9.5 // indirect
github.com/fullstorydev/grpcurl v1.5.1 // indirect
github.com/getkin/kin-openapi v0.3.1 // indirect
github.com/arr-ai/frozen v0.13.0 // indirect
github.com/arr-ai/hash v0.5.0 // indirect
github.com/go-chi/chi v4.0.4+incompatible
github.com/go-openapi/runtime v0.19.15 // indirect
github.com/go-openapi/swag v0.19.9 // indirect
github.com/go-openapi/validate v0.19.8 // indirect
github.com/gobuffalo/here v0.6.2 // indirect
github.com/golang/protobuf v1.4.0 // indirect
github.com/markbates/pkger v0.15.1 // indirect
github.com/google/go-cmp v0.5.2 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/rickb777/date v1.12.4
github.com/spf13/cobra v0.0.5
go.mongodb.org/mongo-driver v1.3.2 // indirect
golang.org/dl v0.0.0-20200414231856-f86334ee252a // indirect
github.com/stretchr/testify v1.6.1 // indirect
golang.org/x/sys v0.0.0-20200413165638-669c56c373c4 // indirect
golang.org/x/text v0.3.5 // indirect
google.golang.org/genproto v0.0.0-20200413115906-b5235f65be36 // indirect
google.golang.org/grpc v1.29.0
)
Loading