Skip to content

Commit 6181adc

Browse files
authored
Merge pull request #64 from netlify/use-supported-mgo
Use supported mgo fork
2 parents b515905 + 044e65f commit 6181adc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

glide.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glide.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import:
2929
- package: github.com/spf13/pflag
3030
version: v1.0.0
3131
- package: github.com/streadway/amqp
32-
- package: gopkg.in/mgo.v2
32+
- package: github.com/globalsign/mgo
3333
testImport:
3434
- package: github.com/nats-io/gnatsd
3535
version: v1.0.4

mongo/db.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import (
66
"strings"
77
"time"
88

9+
"github.com/globalsign/mgo"
910
"github.com/sirupsen/logrus"
10-
"gopkg.in/mgo.v2"
1111

1212
nftls "github.com/netlify/netlify-commons/tls"
1313
)

0 commit comments

Comments
 (0)