This repository was archived by the owner on Apr 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +67
-29
lines changed
Expand file tree Collapse file tree 2 files changed +67
-29
lines changed Original file line number Diff line number Diff line change 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"
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"
You can’t perform that action at this time.
0 commit comments