Code refactoring for bpa operator
[icn.git] / cmd / bpa-operator / vendor / go.opencensus.io / Gopkg.toml
1 # For v0.x.y dependencies, prefer adding a constraints of the form: version=">= 0.x.y"
2 # to avoid locking to a particular minor version which can cause dep to not be
3 # able to find a satisfying dependency graph.
4
5 [[constraint]]
6   branch = "master"
7   name = "git.apache.org/thrift.git"
8   source = "github.com/apache/thrift"
9
10 [[constraint]]
11   name = "github.com/golang/protobuf"
12   version = "1.0.0"
13
14 [[constraint]]
15   name = "github.com/openzipkin/zipkin-go"
16   version = ">=0.1.0"
17
18 [[constraint]]
19   name = "github.com/prometheus/client_golang"
20   version = ">=0.8.0"
21
22 [[constraint]]
23   branch = "master"
24   name = "golang.org/x/net"
25
26 [[constraint]]
27   branch = "master"
28   name = "google.golang.org/api"
29
30 [[constraint]]
31   name = "google.golang.org/grpc"
32   version = "1.11.3"
33
34 [prune]
35   go-tests = true
36   unused-packages = true