| workspace(name = "com_github_apid_istioApigeeAdapter") |
| |
| git_repository( |
| name = "io_bazel_rules_go", |
| commit = "87cdda3fc0fd65c63ef0316533be03ea4956f809", |
| remote = "https://github.com/bazelbuild/rules_go.git", |
| ) |
| |
| load("@io_bazel_rules_go//go:def.bzl", "go_repositories", "new_go_repository") |
| go_repositories() |
| |
| git_repository( |
| name = "io_istio_mixer", |
| commit = "5bae502af7492b59d0a59d7f2e89bd95d1088efe", |
| remote = "https://github.com/istio/mixer.git", |
| ) |
| |
| bind( |
| name = "mixer_adapter", |
| actual = "@io_istio_mixer//pkg/adapter:go_default_library", |
| ) |
| |
| # Replace the above with the below to build with your own local copy of mixer |
| #local_repository( |
| # name = "io_istio_mixer", |
| # path = "PATH_TO_MIXER_CODE_ON_YOUR_BOX", |
| #) |
| |
| git_repository( |
| name = "org_pubref_rules_protobuf", |
| commit = "9ede1dbc38f0b89ae6cd8e206a22dd93cc1d5637", |
| remote = "https://github.com/pubref/rules_protobuf", |
| ) |
| load("@org_pubref_rules_protobuf//protobuf:rules.bzl", "proto_repositories") |
| |
| proto_repositories() |
| |
| load("@org_pubref_rules_protobuf//gogo:rules.bzl", "gogo_proto_repositories") |
| |
| gogo_proto_repositories() |
| |
| new_go_repository( |
| name = "com_github_golang_protobuf", |
| commit = "8ee79997227bf9b34611aee7946ae64735e6fd93", |
| importpath = "github.com/golang/protobuf", |
| ) |
| |
| new_git_repository( |
| name = "com_github_googleapis_googleapis", |
| build_file = "bazel/BUILD.googleapis", |
| commit = "13ac2436c5e3d568bd0e938f6ed58b77a48aba15", |
| remote = "https://github.com/googleapis/googleapis.git", |
| ) |
| |
| new_go_repository( |
| name = "com_github_hashicorp_go_multierror", |
| commit = "ed905158d87462226a13fe39ddf685ea65f1c11f", |
| importpath = "github.com/hashicorp/go-multierror", |
| ) |
| |
| new_go_repository( |
| name = "com_github_hashicorp_errwrap", |
| commit = "7554cd9344cec97297fa6649b055a8c98c2a1e55", |
| importpath = "github.com/hashicorp/errwrap", |
| ) |
| |
| new_go_repository( |
| name = "com_github_julienschmidt_httprouter", |
| commit = "975b5c4c7c21c0e3d2764200bf2aa8e34657ae6e", |
| importpath = "github.com/julienschmidt/httprouter" |
| ) |
| |
| new_go_repository( |
| name = "com_github_SermoDigital_jose", |
| tag = "1.1", |
| importpath = "github.com/SermoDigital/jose" |
| ) |