1
0
mirror of https://github.com/goharbor/harbor.git synced 2025-03-29 06:45:51 +01:00

Add dependencies to Gopkg.toml ()

During the legal process for 1.7.0 I found some dependencies are not tracked in
Gopkg.toml.
This commit explicitly add depedencies on these packages.

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
This commit is contained in:
Daniel Jiang 2018-11-27 09:27:12 +08:00 committed by Yan
parent 260bc6ebf3
commit ca79a98f17

View File

@ -103,3 +103,11 @@ ignored = ["github.com/vmware/harbor/tests*"]
[[constraint]]
name = "github.com/gocraft/work"
version = "=0.5.1"
[[constraint]]
name = "github.com/robfig/cron"
version = "=1.0"
[[constraint]]
name = "gopkg.in/yaml.v2"
version = "=2.1.1"