Skip to content

Instantly share code, notes, and snippets.

@benley
Created November 14, 2016 01:40
Show Gist options
  • Save benley/f2aeb9de8eedffda0e9cbc2a219ac0dd to your computer and use it in GitHub Desktop.
Save benley/f2aeb9de8eedffda0e9cbc2a219ac0dd to your computer and use it in GitHub Desktop.
git_repository(
name = "io_bazel_rules_go",
commit = "878185a8d66cb4a3fb93602d8e8bc2f50cd69616",
remote = "https://github.com/bazelbuild/rules_go",
)
load(
"@io_bazel_rules_go//go:def.bzl",
"go_repositories",
"go_repository",
"new_go_repository",
)
go_repositories()
new_go_repository(
name = "com_github_golang_gddo",
commit = "1ec20e1dbddc259abf0602f7b57cedcf8e85b99b",
importpath = "github.com/golang/gddo",
)
new_go_repository(
name = "org_golang_x_oauth2",
commit = "d5040cddfc0da40b408c9a1da4728662435176a9",
importpath = "golang.org/x/oauth2",
)
new_go_repository(
name = "com_google_cloud_go",
commit = "0f372ebbccc329fbaf558bd7bb7efae93cb8a504",
importpath = "cloud.google.com/go",
)
new_go_repository(
name = "org_golang_x_net",
commit = "67a4d4ecbcb395bd234838c7ea5d8a61008ff215",
importpath = "golang.org/x/net",
)
new_go_repository(
name = "com_github_golang_protobuf",
commit = "4bd1920723d7b7c925de087aa32e2187708897f7",
importpath = "github.com/golang/protobuf",
)
new_go_repository(
name = "org_golang_google_grpc",
commit = "0d9891286aca15aeb2b0a73be9f5946c3cfefa85",
importpath = "google.golang.org/grpc",
)
new_go_repository(
name = "org_golang_google_genproto",
commit = "f3350869260a1e80675c8d0e42f1f3a870db2b74",
importpath = "google.golang.org/genproto",
)
new_go_repository(
name = "org_golang_google_appengine",
commit = "c7b8227c83007befd67b324a64c969ebc1d7475d",
importpath = "google.golang.org/appengine",
)
new_go_repository(
name = "org_golang_google_api",
commit = "6bc9e77383320b75dcd6810569b6d54b2e84019d",
importpath = "google.golang.org/api",
)
new_go_repository(
name = "com_github_golang_snappy",
commit = "d9eb7a3d35ec988b8585d4a0068e462c27d28380",
importpath = "github.com/golang/snappy",
)
new_go_repository(
name = "com_github_googleapis_gax_go",
commit = "da06d194a00e19ce00d9011a13931c3f6f6887c7",
importpath = "github.com/googleapis/gax-go",
)
new_go_repository(
name = "com_github_garyburd_redigo",
commit = "80f7de34463b0ed3d7c61303e5619efe1b227f92",
importpath = "github.com/garyburd/redigo",
)
new_go_repository(
name = "com_github_bradfitz_gomemcache",
commit = "fb1f79c6b65acda83063cbc69f6bba1522558bfc",
importpath = "github.com/bradfitz/gomemcache",
)
new_go_repository(
name = "org_golang_x_tools",
commit = "5e2ae75eb72a62985e086eed33a5982a929e4fff",
importpath = "golang.org/x/tools",
)
new_go_repository(
name = "com_github_gregjones_httpcache",
commit = "413781778738c08fdbb98e1dd65f5abffe8832d0",
importpath = "github.com/gregjones/httpcache",
)
new_go_repository(
name = "com_github_golang_lint",
commit = "3390df4df2787994aea98de825b964ac7944b817",
importpath = "github.com/golang/lint",
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment