Specify the versions of packages used in golang dep

This commit is contained in:
Wenkai Yin 2018-02-06 18:49:40 +08:00
parent a813edbe2c
commit 4e6800745b
2 changed files with 8 additions and 8 deletions

2
src/Gopkg.lock generated
View File

@ -248,6 +248,6 @@
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "4375660bb0d5d8993171781c253b8ba8ac6d20ee8950c357b642dc0f6f841e09"
inputs-digest = "dfabde73f55980de4821e1a908d68e43097c9b1ce34e2fe9381b3a7b443b2d8b"
solver-name = "gps-cdcl"
solver-version = 1

View File

@ -26,15 +26,15 @@ ignored = ["github.com/vmware/harbor/tests*"]
[[constraint]]
name = "github.com/dghubble/sling"
version = "1.1.0"
version = "=1.1.0"
[[constraint]]
name = "github.com/dgrijalva/jwt-go"
version = "3.0.0"
version = "=3.0.0"
[[constraint]]
name = "github.com/docker/distribution"
version = "2.6.0"
version = "=2.6.0"
[[constraint]]
branch = "master"
@ -42,16 +42,16 @@ ignored = ["github.com/vmware/harbor/tests*"]
[[constraint]]
name = "github.com/go-sql-driver/mysql"
version = "1.2.0"
version = "=1.2.0"
[[constraint]]
name = "github.com/opencontainers/go-digest"
version = "1.0.0-rc0"
version = "=1.0.0-rc0"
[[constraint]]
name = "gopkg.in/ldap.v2"
version = "2.5.0"
version = "=2.5.0"
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.2.0"
version = "=1.2.0"