-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGopkg.toml
61 lines (50 loc) · 1.92 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
61
# Specifying 'required = ["codec/codecgen"]' is needed in order to pull the
# necessary sources to generate code used by billing-synthetic-usage-injector.
# Otherwise, building fails with:
# make: *** No rule to make target `vendor/github.com/weaveworks/scope/report/report.codecgen.go'. Stop.
required = ["github.com/ugorji/go/codec/codecgen"]
[prune]
unused-packages = true
go-tests = true
non-go = true
# gcp-service depends on the `gogo.proto` file shipped in the subpackage
# github.com/gogo/protobuf/gogoproto, so we must not prune non-go files.
[[prune.project]]
name = "github.com/gogo/protobuf"
non-go = false
[[constraint]]
branch = "expose-dstaddr"
name = "github.com/armon/go-proxyproto"
source = "github.com/weaveworks/go-proxyproto"
# This was the newest commit at the time the dependency was added
[[constraint]]
name = "github.com/justinas/nosurf"
revision = "cbe5fdb4a426586632a1ff60eca311bd286220f5"
# Pin to master flux instead of a specific release so that we can develop
# flux-api for against it.
[[constraint]]
name = "github.com/weaveworks/flux"
branch = "master"
# Stackdriver logging with notifications; no logs are shown on the cloud logging console
# when using last release (on Dec 11, 2017 v0.17.0 050b16d)
[[constraint]]
name = "cloud.google.com/go"
revision = "eb1cc5f3c0a93e56aa3c13e3ad4f336d327c0c86"
# Newest release before breaking changes in 1.0
# Has to be an override rather than a constraint to overcome flux constraint
[[override]]
name = "github.com/prometheus/client_golang"
version = "0.9.4"
[[constraint]]
branch = "master"
name = "github.com/weaveworks/billing-client"
# The master branch is stuck on an old version for compatibility
[[constraint]]
name = "github.com/microcosm-cc/bluemonday"
version = "1.0.1"
[[constraint]]
name = "github.com/dgrijalva/jwt-go"
version = "3.2.0"
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.12.63"