aboutsummaryrefslogtreecommitdiff
path: root/vendor/go.opencensus.io/Gopkg.toml
blob: c3f8292f7986aecfefe2d04936a684b621e51a50 (plain)
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
# For v0.x.y dependencies, prefer adding a constraints of the form: version=">= 0.x.y"
# to avoid locking to a particular minor version which can cause dep to not be
# able to find a satisfying dependency graph.

[[constraint]]
  name = "cloud.google.com/go"
  version = ">=0.21.0"

[[constraint]]
  branch = "master"
  name = "git.apache.org/thrift.git"
  source = "github.com/apache/thrift"

[[constraint]]
  name = "github.com/golang/protobuf"
  version = "1.0.0"

[[constraint]]
  name = "github.com/openzipkin/zipkin-go"
  version = ">=0.1.0"

[[constraint]]
  name = "github.com/prometheus/client_golang"
  version = ">=0.8.0"

[[constraint]]
  branch = "master"
  name = "golang.org/x/net"

[[constraint]]
  branch = "master"
  name = "golang.org/x/oauth2"

[[constraint]]
  branch = "master"
  name = "google.golang.org/api"

[[constraint]]
  branch = "master"
  name = "google.golang.org/genproto"

[[constraint]]
  name = "google.golang.org/grpc"
  version = "1.11.3"

[prune]
  go-tests = true
  unused-packages = true