Skip to content

Commit c4a724b

Browse files
authored
Merge pull request stackb#322 from stackb/deps-update
gitignores and make tidy
2 parents 1a679ed + eb28be8 commit c4a724b

File tree

3 files changed

+26
-22
lines changed

3 files changed

+26
-22
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/bazel-*
2+
/.vscode
13
__pycache__
24
docs/vendor
35
node_modules

go_deps.bzl

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ def go_deps():
5454
name = "com_github_bazelbuild_bazel_gazelle",
5555
build_file_proto_mode = "disable_global",
5656
importpath = "github.com/bazelbuild/bazel-gazelle",
57-
sum = "h1:umlCZxzCEr8BHdesfY2sv5T8NTv9+JiPL8f/Vk83Aag=",
58-
version = "v0.25.0",
57+
sum = "h1:+/ZhUxlDy4XnyMIGeKkbRZoIGssy1eO51GijwIvvuwE=",
58+
version = "v0.27.0",
5959
)
6060
go_repository(
6161
name = "com_github_bazelbuild_buildtools",
@@ -82,8 +82,8 @@ def go_deps():
8282
name = "com_github_bmatcuk_doublestar_v4",
8383
build_file_proto_mode = "disable_global",
8484
importpath = "github.com/bmatcuk/doublestar/v4",
85-
sum = "h1:X0krlUVAVmtr2cRoTqR8aDMrDqnB36ht8wpWTiQ3jsA=",
86-
version = "v4.0.2",
85+
sum = "h1:Qu+u9wR3Vd89LnlLMHvnZ5coJMWKQamqdz9/p5GNthA=",
86+
version = "v4.2.0",
8787
)
8888

8989
go_repository(
@@ -161,8 +161,8 @@ def go_deps():
161161
name = "com_github_fsnotify_fsnotify",
162162
build_file_proto_mode = "disable_global",
163163
importpath = "github.com/fsnotify/fsnotify",
164-
sum = "h1:mZcQUHVQUQWoPXXtuf9yuEXKudkV2sx1E06UadKWpgI=",
165-
version = "v1.5.1",
164+
sum = "h1:jRbGcIw6P2Meqdwuo0H1p6JVLbL5DHKAKlYndzMwVZI=",
165+
version = "v1.5.4",
166166
)
167167

168168
go_repository(
@@ -190,16 +190,16 @@ def go_deps():
190190
name = "com_github_google_go_cmp",
191191
build_file_proto_mode = "disable_global",
192192
importpath = "github.com/google/go-cmp",
193-
sum = "h1:e6P7q2lk1O+qJJb4BtCQXlK8vWEO8V1ZeuEdJNOqZyg=",
194-
version = "v0.5.8",
193+
sum = "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=",
194+
version = "v0.5.9",
195195
)
196196

197197
go_repository(
198198
name = "com_github_pelletier_go_toml",
199199
build_file_proto_mode = "disable_global",
200200
importpath = "github.com/pelletier/go-toml",
201-
sum = "h1:tjENF6MfZAg8e4ZmZTeWaWiT2vXtsoO6+iuOjFhECwM=",
202-
version = "v1.9.4",
201+
sum = "h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=",
202+
version = "v1.9.5",
203203
)
204204
go_repository(
205205
name = "com_github_pmezard_go_difflib",
@@ -234,8 +234,8 @@ def go_deps():
234234
name = "com_github_yuin_goldmark",
235235
build_file_proto_mode = "disable_global",
236236
importpath = "github.com/yuin/goldmark",
237-
sum = "h1:/vn0k+RBvwlxEmP5E7SZMqNxPhfMVFEJiykr15/0XKM=",
238-
version = "v1.4.1",
237+
sum = "h1:fVcFKWvrslecOb/tg+Cc05dkeYx540o0FuFt3nUVDoE=",
238+
version = "v1.4.13",
239239
)
240240

241241
go_repository(
@@ -320,15 +320,15 @@ def go_deps():
320320
name = "org_golang_x_mod",
321321
build_file_proto_mode = "disable_global",
322322
importpath = "golang.org/x/mod",
323-
sum = "h1:kQgndtyPBW/JIYERgdxfwMYh3AVStj88WQTlNDi2a+o=",
324-
version = "v0.6.0-dev.0.20220106191415-9b9b3d81d5e3",
323+
sum = "h1:6zppjxzCulZykYSLyVDYbneBfbaBIQPYMevg0bEwv2s=",
324+
version = "v0.6.0-dev.0.20220419223038-86c51ed26bb4",
325325
)
326326
go_repository(
327327
name = "org_golang_x_net",
328328
build_file_proto_mode = "disable_global",
329329
importpath = "golang.org/x/net",
330-
sum = "h1:OfiFi4JbukWwe3lzw+xunroH1mnC1e2Gy5cxNJApiSY=",
331-
version = "v0.0.0-20211015210444-4f30a5c0130f",
330+
sum = "h1:PxfKdU9lEEDYjdIzOtC4qFWgkU2rGHdKlKowJSMN9h0=",
331+
version = "v0.0.0-20220722155237-a158d28d115b",
332332
)
333333
go_repository(
334334
name = "org_golang_x_oauth2",
@@ -341,8 +341,8 @@ def go_deps():
341341
name = "org_golang_x_sync",
342342
build_file_proto_mode = "disable_global",
343343
importpath = "golang.org/x/sync",
344-
sum = "h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ=",
345-
version = "v0.0.0-20210220032951-036812b2e83c",
344+
sum = "h1:0SH2R3f1b1VmIMG7BXbEZCBUu2dKmHschSmjqGUrW8A=",
345+
version = "v0.0.0-20220907140024-f12130a52804",
346346
)
347347
go_repository(
348348
name = "org_golang_x_sys",
@@ -355,8 +355,8 @@ def go_deps():
355355
name = "org_golang_x_term",
356356
build_file_proto_mode = "disable_global",
357357
importpath = "golang.org/x/term",
358-
sum = "h1:v+OssWQX+hTHEmOBgwxdZxK4zHq3yOs8F9J7mk0PY8E=",
359-
version = "v0.0.0-20201126162022-7de9c90e9dd1",
358+
sum = "h1:JGgROgKl9N8DuW20oFS5gxc+lE67/N3FcwmBPMe7ArY=",
359+
version = "v0.0.0-20210927222741-03fcf44c2211",
360360
)
361361

362362
go_repository(
@@ -370,8 +370,8 @@ def go_deps():
370370
name = "org_golang_x_tools",
371371
build_file_proto_mode = "disable_global",
372372
importpath = "golang.org/x/tools",
373-
sum = "h1:QjFRCZxdOhBJ/UNgnBZLbNV13DlbnK0quyivTnXJM20=",
374-
version = "v0.1.10",
373+
sum = "h1:VveCTK38A2rkS8ZqFY25HIDFscX5X9OoEhJd3quQmXU=",
374+
version = "v0.1.12",
375375
)
376376
go_repository(
377377
name = "org_golang_x_xerrors",

pkg/rule/rules_scala/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ go_test(
2727
embed = [":rules_scala"],
2828
deps = [
2929
"//pkg/protoc",
30+
"@bazel_gazelle//config:go_default_library",
3031
"@bazel_gazelle//label:go_default_library",
3132
"@bazel_gazelle//resolve:go_default_library",
33+
"@bazel_gazelle//rule:go_default_library",
3234
"@com_github_google_go_cmp//cmp",
3335
],
3436
)

0 commit comments

Comments
 (0)