Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dbc8d1b

Browse filesBrowse files
authored
Update repository rules to supported versions
Fixes bazel-contrib#105
1 parent 8b5d068 commit dbc8d1b
Copy full SHA for dbc8d1b

File tree

1 file changed

+3
-0
lines changed
Filter options

1 file changed

+3
-0
lines changed

‎WORKSPACE

Copy file name to clipboardExpand all lines: WORKSPACE
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
workspace(name = "io_bazel_rules_python")
15+
load("@bazel_tools//tools/build_defs/repo:git.bzl",
16+
"git_repository", "new_git_repository")
17+
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file")
1518

1619
# Skydoc stuff
1720
git_repository(

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.