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.1.2 to 1.5.1 in /server #5

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
21 changes: 4 additions & 17 deletions server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,20 @@ go 1.12
require (
github.com/auth0/go-jwt-middleware v0.0.0-20190805220309-36081240882b
github.com/brianvoe/gofakeit v3.18.0+incompatible
github.com/clsung/grcode v0.0.0-20181204013735-e7f3c16fb531
github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/felixge/httpsnoop v1.0.1
github.com/fsnotify/fsnotify v1.4.7
github.com/golang/snappy v0.0.1 // indirect
github.com/gomodule/redigo v2.0.0+incompatible
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.6.2
github.com/makiuchi-d/gozxing v0.0.0-20190830103442-eaff64b1ceb7
github.com/prometheus/common v0.4.0
github.com/matryer/try v0.0.0-20161228173917-9ac251b645a2 // indirect
github.com/rs/cors v1.7.0
github.com/seeruk/minecraft-rcon v0.0.0-20190221212056-6ab996d90449
github.com/sirupsen/logrus v1.2.0
github.com/sirupsen/logrus v1.4.2
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
github.com/spf13/viper v1.5.0
github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271
github.com/tidwall/pretty v1.0.0 // indirect
github.com/tuotoo/qrcode v0.0.0-20190222102259-ac9c44189bf2
github.com/urfave/negroni v1.0.0
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
github.com/xdg/stringprep v1.0.0 // indirect
go.mongodb.org/mongo-driver v1.1.2
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 // indirect
gopkg.in/fsnotify.v1 v1.4.7
go.mongodb.org/mongo-driver v1.5.1
gopkg.in/matryer/try.v1 v1.0.0-20150601225556-312d2599e12e
gopkg.in/yaml.v2 v2.2.4
)
Loading