File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,19 +35,19 @@ http_archive(
35
35
36
36
http_archive (
37
37
name = "io_bazel_rules_go" ,
38
- sha256 = "5f3b0304cdf0c505ec9e5b3c4fc4a87b5ca21b13d8ecc780c97df3d1809b9ce6 " ,
38
+ sha256 = "b7a62250a3a73277ade0ce306d22f122365b513f5402222403e507f2f997d421 " ,
39
39
urls = [
40
- "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/0.15.1 /rules_go-0.15.1 .tar.gz" ,
41
- "https://github.com/bazelbuild/rules_go/releases/download/0.15.1 /rules_go-0.15.1 .tar.gz" ,
40
+ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/0.16.3 /rules_go-0.16.3 .tar.gz" ,
41
+ "https://github.com/bazelbuild/rules_go/releases/download/0.16.3 /rules_go-0.16.3 .tar.gz" ,
42
42
],
43
43
)
44
44
45
45
http_archive (
46
46
name = "bazel_gazelle" ,
47
- sha256 = "c0a5739d12c6d05b6c1ad56f2200cb0b57c5a70e03ebd2f7b87ce88cabf09c7b " ,
47
+ sha256 = "6e875ab4b6bf64a38c352887760f21203ab054676d9c1b274963907e0768740d " ,
48
48
urls = [
49
- "https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/0.14 .0/bazel-gazelle-0.14 .0.tar.gz" ,
50
- "https://github.com/bazelbuild/bazel-gazelle/releases/download/0.14 .0/bazel-gazelle-0.14 .0.tar.gz" ,
49
+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/0.15 .0/bazel-gazelle-0.15 .0.tar.gz" ,
50
+ "https://github.com/bazelbuild/bazel-gazelle/releases/download/0.15 .0/bazel-gazelle-0.15 .0.tar.gz" ,
51
51
],
52
52
)
53
53
You can’t perform that action at this time.
0 commit comments