Joe Schafer | c696422 | 2018-02-05 10:23:15 -0800 | [diff] [blame] | 1 | workspace(name = "com_github_google_flatbuffers") |
| 2 | |
Austin Schuh | d56a405 | 2018-12-11 07:23:40 +1100 | [diff] [blame] | 3 | load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") |
Austin Schuh | a66a880 | 2019-02-14 13:05:46 -0800 | [diff] [blame] | 4 | |
Austin Schuh | d56a405 | 2018-12-11 07:23:40 +1100 | [diff] [blame] | 5 | http_archive( |
| 6 | name = "io_bazel_rules_go", |
Haibo Huang | b9f6b1a | 2020-03-16 15:41:29 -0700 | [diff] [blame] | 7 | urls = [ |
| 8 | "https://storage.googleapis.com/bazel-mirror/github.com/bazelbuild/rules_go/releases/download/v0.20.3/rules_go-v0.20.3.tar.gz", |
| 9 | "https://github.com/bazelbuild/rules_go/releases/download/v0.20.3/rules_go-v0.20.3.tar.gz", |
| 10 | ], |
| 11 | sha256 = "e88471aea3a3a4f19ec1310a55ba94772d087e9ce46e41ae38ecebe17935de7b", |
Austin Schuh | d56a405 | 2018-12-11 07:23:40 +1100 | [diff] [blame] | 12 | ) |
Austin Schuh | a66a880 | 2019-02-14 13:05:46 -0800 | [diff] [blame] | 13 | |
Haibo Huang | b9f6b1a | 2020-03-16 15:41:29 -0700 | [diff] [blame] | 14 | load("@io_bazel_rules_go//go:deps.bzl", "go_rules_dependencies", "go_register_toolchains") |
Austin Schuh | a66a880 | 2019-02-14 13:05:46 -0800 | [diff] [blame] | 15 | |
Austin Schuh | d56a405 | 2018-12-11 07:23:40 +1100 | [diff] [blame] | 16 | go_rules_dependencies() |
Austin Schuh | a66a880 | 2019-02-14 13:05:46 -0800 | [diff] [blame] | 17 | |
Austin Schuh | d56a405 | 2018-12-11 07:23:40 +1100 | [diff] [blame] | 18 | go_register_toolchains() |