File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ go_deps = use_extension(
6565go_deps .from_file (go_mod = "//:go.mod" )
6666use_repo (
6767 go_deps ,
68- "com_github_bazelbuild_rules_go" ,
6968 "com_github_bmatcuk_doublestar_v4" ,
7069 "org_golang_x_exp" ,
7170 "org_golang_x_sys" ,
Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ def go_dependencies():
115115 name = "org_golang_x_sys" ,
116116 build_file_proto_mode = "disable_global" ,
117117 importpath = "golang.org/x/sys" ,
118- sum = "h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA =" ,
119- version = "v0.28 .0" ,
118+ sum = "h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU =" ,
119+ version = "v0.29 .0" ,
120120 )
121121 go_repository (
122122 name = "org_golang_x_text" ,
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ require (
88 github.com/bazelbuild/rules_go v0.52.0
99 github.com/bmatcuk/doublestar/v4 v4.7.1
1010 golang.org/x/exp v0.0.0-20240823005443-9b4947da3948
11- golang.org/x/sys v0.28 .0
11+ golang.org/x/sys v0.29 .0
1212)
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ github.com/bmatcuk/doublestar/v4 v4.7.1 h1:fdDeAqgT47acgwd9bd9HxJRDmc9UAmPpc+2m0
44github.com/bmatcuk/doublestar/v4 v4.7.1 /go.mod h1:xBQ8jztBU6kakFMg+8WGxn0c6z1fTSPVIjEY1Wr7jzc =
55golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 h1:kx6Ds3MlpiUHKj7syVnbp57++8WpuKPcR5yjLBjvLEA =
66golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 /go.mod h1:akd2r19cwCdwSwWeIdzYQGa/EZZyqcOdwWiwj5L5eKQ =
7- golang.org/x/sys v0.28 .0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA =
8- golang.org/x/sys v0.28 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
7+ golang.org/x/sys v0.29 .0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU =
8+ golang.org/x/sys v0.29 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
You can’t perform that action at this time.
0 commit comments