-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathGopkg.toml
60 lines (47 loc) · 1.46 KB
/
Gopkg.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html for details
required = ["github.com/golang/glog"]
[[override]]
name = "github.com/golang/glog"
source = "github.com/istio/glog"
revision = "d7cfb6fa2ccda15565f68f204d68907c80a5c977"
[[override]]
name = "istio.io/api"
version = "=1.1.8"
[[override]]
name = "golang.org/x/crypto"
revision = "bac4c82f69751a6dd76e702d54b3ceb88adab236"
[[constraint]]
name = "github.com/gogo/protobuf"
version = "1.1.1"
[[constraint]]
name = "google.golang.org/grpc"
version = "1.14.0"
[[constraint]]
name = "istio.io/istio"
version = "=1.1.8"
[[constraint]]
name = "github.com/3scale/3scale-go-client"
version = "0.5.1"
[[constraint]]
name = "github.com/3scale/3scale-porta-go-client"
version = "0.0.5"
[[constraint]]
name = "github.com/3scale/3scale-authorizer"
version = "0.0.2"
[[constraint]]
name = "github.com/prometheus/client_golang"
version = "0.9.2"
[[constraint]]
name = "github.com/ghodss/yaml"
version = "1.0.0"
[prune]
unused-packages = true
go-tests = true
non-go = true
[[prune.project]]
# This is required since we need some yaml from the mixers testdata
# We could remove the build flag with the integration tag from our own integration test but prefer to have that isolated
# since the integration test framework will also likely be isolated goiung forward, validating this workaround.
name = "istio.io/istio"
non-go = false
unused-packages = false