Removed some versions from Gopkg.toml

- Removed mongodb driver version
- Removed logrus version
This is to let PMM use the toolkit without having deps version issues.
This commit is contained in:
Carlos Salguero
2019-09-13 08:46:01 -03:00
parent 203f258031
commit 210433269c

View File

@@ -62,7 +62,6 @@
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.0.4"
[[constraint]]
branch = "v2"
@@ -70,4 +69,3 @@
[[constraint]]
name = "go.mongodb.org/mongo-driver"
version = "~1.0.0"