mirror of https://github.com/linkerd/linkerd2.git
34 lines
881 B
TOML
34 lines
881 B
TOML
required = ["github.com/golang/protobuf/protoc-gen-go"]
|
|
|
|
[[constraint]]
|
|
name = "google.golang.org/grpc"
|
|
version = "1.7.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/spf13/cobra"
|
|
revision = "7b2c5ac9fc04fc5efafb60700713d4fa609b777b" # cobra has no release tags at time of writing
|
|
|
|
[[constraint]]
|
|
name = "k8s.io/client-go"
|
|
version = "v6.0.0"
|
|
|
|
[[constraint]]
|
|
name = "k8s.io/api"
|
|
version = "kubernetes-1.9.1"
|
|
|
|
[[constraint]]
|
|
name = "k8s.io/apimachinery"
|
|
version = "kubernetes-1.9.1"
|
|
|
|
[[constraint]]
|
|
name = "github.com/sirupsen/logrus"
|
|
version = "v1.0.3"
|
|
|
|
[[constraint]]
|
|
name = "github.com/pkg/browser"
|
|
revision = "c90ca0c84f15f81c982e32665bffd8d7aac8f097" # browser has no release tags at time of writing
|
|
|
|
[[constraint]]
|
|
name = "github.com/golang/protobuf"
|
|
revision = "1e59b77b52bf8e4b449a57e6f79f21226d571845" # protobuf has no release tags at time of writing
|