Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
a2f168b4
Commit
a2f168b4
authored
Sep 11, 2017
by
Daniel Smith
Committed by
GitHub
Sep 11, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #52308 from ixdy/bazel-sha256sum
bazel: update sha256sum on rules_go and io_bazel dependencies
parents
db809c0e
89cde269
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
WORKSPACE
build/root/WORKSPACE
+2
-2
No files found.
build/root/WORKSPACE
View file @
a2f168b4
http_archive(
http_archive(
name = "io_bazel_rules_go",
name = "io_bazel_rules_go",
sha256 = "
f9cc31e9d66dad1154de3c214158916411040e2c2614e4fbc2bab67330e95f82
",
sha256 = "
27a13726ff8621cfa4592fbef116b253043c2b093c8814265dc4489a0e67d229
",
strip_prefix = "rules_go-82483596ec203eb9c1849937636f4cbed83733eb",
strip_prefix = "rules_go-82483596ec203eb9c1849937636f4cbed83733eb",
urls = ["https://github.com/bazelbuild/rules_go/archive/82483596ec203eb9c1849937636f4cbed83733eb.tar.gz"],
urls = ["https://github.com/bazelbuild/rules_go/archive/82483596ec203eb9c1849937636f4cbed83733eb.tar.gz"],
)
)
...
@@ -27,7 +27,7 @@ new_http_archive(
...
@@ -27,7 +27,7 @@ new_http_archive(
# https://bazel-review.googlesource.com/#/c/10390/
# https://bazel-review.googlesource.com/#/c/10390/
http_archive(
http_archive(
name = "io_bazel",
name = "io_bazel",
sha256 = "
667d32da016b1e2f63cf345cd3583989ec4a165034df383a01996d93635753a0
",
sha256 = "
892a84aa1e7c1f99fb57bb056cb648745c513077252815324579a012d263defb
",
strip_prefix = "bazel-df2c687c22bdd7c76f3cdcc85f38fefd02f0b844",
strip_prefix = "bazel-df2c687c22bdd7c76f3cdcc85f38fefd02f0b844",
urls = ["https://github.com/ixdy/bazel/archive/df2c687c22bdd7c76f3cdcc85f38fefd02f0b844.tar.gz"],
urls = ["https://github.com/ixdy/bazel/archive/df2c687c22bdd7c76f3cdcc85f38fefd02f0b844.tar.gz"],
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment