1*eca53ba6SRoland Levillainworkspace(name = "com_google_cpufeatures") 2*eca53ba6SRoland Levillain 3*eca53ba6SRoland Levillainload("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") 4*eca53ba6SRoland Levillain 5*eca53ba6SRoland Levillaingit_repository( 6*eca53ba6SRoland Levillain name = "com_google_googletest", 7*eca53ba6SRoland Levillain tag = "release-1.11.0", 8*eca53ba6SRoland Levillain remote = "https://github.com/google/googletest.git", 9*eca53ba6SRoland Levillain) 10*eca53ba6SRoland Levillain 11*eca53ba6SRoland Levillaingit_repository( 12*eca53ba6SRoland Levillain name = "bazel_skylib", 13*eca53ba6SRoland Levillain tag = "1.2.0", 14*eca53ba6SRoland Levillain remote = "https://github.com/bazelbuild/bazel-skylib.git", 15*eca53ba6SRoland Levillain) 16*eca53ba6SRoland Levillain 17*eca53ba6SRoland Levillainload("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") 18*eca53ba6SRoland Levillain 19*eca53ba6SRoland Levillainbazel_skylib_workspace() 20