Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 8450c98

Browse files
committed
[FAB-6322] Regenerate dep constraint file
Change-Id: Ic7eab6a9e5586dbe4a87f7ad696e501717a81589 Signed-off-by: Troy Ronda <troy@troyronda.com>
1 parent 2fb9484 commit 8450c98

File tree

2 files changed

+67
-29
lines changed

2 files changed

+67
-29
lines changed

Gopkg.lock

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

Gopkg.toml

Lines changed: 42 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
[[constraint]]
88
name = "github.com/golang/mock"
9-
version = "^1.0.0"
9+
version = "1.0.0"
1010

1111
[[constraint]]
1212
name = "github.com/spf13/viper"
13-
version = "^1.0.0"
13+
version = "1.0.0"
1414

1515
[[constraint]]
1616
name = "google.golang.org/grpc"
17-
version = "^1.0.0"
17+
version = "1.5.2"
1818

1919
[[constraint]]
2020
name = "github.com/golang/protobuf"
@@ -24,12 +24,44 @@
2424
name = "golang.org/x/net"
2525
branch = "master"
2626

27-
################
28-
# Downstream overrides to enable testing
29-
# (https://github.com/golang/dep/blob/master/docs/FAQ.md#how-do-i-constrain-a-transitive-dependencys-version)
30-
31-
# Mainly downstreams that have a direct reference
32-
[[override]]
27+
[[constraint]]
3328
name = "github.com/cloudflare/cfssl"
3429
branch = "master"
35-
# note: cfssl is mainly a downstream package but is also used in the SDK mocks
30+
31+
[[constraint]]
32+
name = "github.com/golang/groupcache"
33+
branch = "master"
34+
35+
[[constraint]]
36+
name = "github.com/miekg/pkcs11"
37+
branch = "master"
38+
39+
[[constraint]]
40+
name = "github.com/mitchellh/mapstructure"
41+
branch = "master"
42+
43+
[[constraint]]
44+
name = "github.com/pkg/errors"
45+
branch = "master"
46+
# Note: tagged version is old.
47+
# version = "0.8.0"
48+
49+
[[constraint]]
50+
name = "github.com/spf13/cast"
51+
version = "1.1.0"
52+
53+
[[constraint]]
54+
name = "github.com/spf13/pflag"
55+
version = "1.0.0"
56+
57+
[[constraint]]
58+
name = "golang.org/x/crypto"
59+
branch = "master"
60+
61+
[[constraint]]
62+
name = "golang.org/x/sync"
63+
branch = "master"
64+
65+
[[constraint]]
66+
name = "gopkg.in/yaml.v2"
67+
branch = "v2"

0 commit comments

Comments
 (0)