Commit e779601 1 parent c9488ae commit e779601 Copy full SHA for e779601
File tree 4 files changed +5
-6
lines changed
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(
65
65
go_deps .from_file (go_mod = "//:go.mod" )
66
66
use_repo (
67
67
go_deps ,
68
- "com_github_bazelbuild_rules_go" ,
69
68
"com_github_bmatcuk_doublestar_v4" ,
70
69
"org_golang_x_exp" ,
71
70
"org_golang_x_sys" ,
Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ def go_dependencies():
115
115
name = "org_golang_x_sys" ,
116
116
build_file_proto_mode = "disable_global" ,
117
117
importpath = "golang.org/x/sys" ,
118
- sum = "h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA =" ,
119
- version = "v0.28 .0" ,
118
+ sum = "h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU =" ,
119
+ version = "v0.29 .0" ,
120
120
)
121
121
go_repository (
122
122
name = "org_golang_x_text" ,
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ require (
8
8
github.com/bazelbuild/rules_go v0.52.0
9
9
github.com/bmatcuk/doublestar/v4 v4.7.1
10
10
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
12
12
)
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
4
4
github.com/bmatcuk/doublestar/v4 v4.7.1 /go.mod h1:xBQ8jztBU6kakFMg+8WGxn0c6z1fTSPVIjEY1Wr7jzc =
5
5
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 h1:kx6Ds3MlpiUHKj7syVnbp57++8WpuKPcR5yjLBjvLEA =
6
6
golang.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