Skip to content

Commit 78c03a3

Browse files
authored
Merge pull request #13 from hellofresh/patch/use-latest-mongodb
Use the current latest mongo driver
2 parents bffbf30 + 543a24c commit 78c03a3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gopkg.lock

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

Gopkg.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
branch = "master"
3838
name = "github.com/streadway/amqp"
3939

40-
[prune]
41-
go-tests = true
42-
unused-packages = true
43-
4440
[[constraint]]
4541
name = "github.com/gofrs/uuid"
4642
version = "3.2.0"
4743

4844
[[constraint]]
4945
name = "github.com/mongodb/mongo-go-driver"
50-
version = "0.2.0"
46+
version = "0.3.0"
47+
48+
[prune]
49+
go-tests = true
50+
unused-packages = true

0 commit comments

Comments
 (0)