mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-11 10:27:58 +01:00
Add dependencies to Gopkg.toml (#6343)
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:
parent
260bc6ebf3
commit
ca79a98f17
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user