File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/cgrindel/rules_swift_package_manager
2
2
3
- go 1.22.0
3
+ go 1.22.9
4
4
5
5
toolchain go1.23.4
6
6
7
7
// Workaround for inconsistent Go versions being used in rules_bazel_integration_test tests.
8
8
// toolchain go1.21.5
9
9
10
10
require (
11
- github.com/bazelbuild/bazel-gazelle v0.40 .0
11
+ github.com/bazelbuild/bazel-gazelle v0.41 .0
12
12
github.com/bazelbuild/buildtools v0.0.0-20240918101019-be1c24cc9a44
13
13
github.com/creasty/defaults v1.8.0
14
14
github.com/deckarep/golang-set/v2 v2.7.0
Original file line number Diff line number Diff line change 1
- github.com/bazelbuild/bazel-gazelle v0.40 .0 h1:SAYys3KRG5i3KTgQAvO423bLT1rQMSgqEKReMkM/CW0 =
2
- github.com/bazelbuild/bazel-gazelle v0.40 .0 /go.mod h1:xI42W5YdKQg0g3rj1jZfdW8j1UihNmvb5KwWDdHg2ec =
1
+ github.com/bazelbuild/bazel-gazelle v0.41 .0 h1:blh57YCxe3QNFbzRtEuLxaak+f5KYSQynznGnUNDRc4 =
2
+ github.com/bazelbuild/bazel-gazelle v0.41 .0 /go.mod h1:SRCc60YGZ27y+BqLzQ+nMh249+FyZz7YtX/V2ng+/z4 =
3
3
github.com/bazelbuild/buildtools v0.0.0-20240918101019-be1c24cc9a44 h1:FGzENZi+SX9I7h9xvMtRA3rel8hCEfyzSixteBgn7MU =
4
4
github.com/bazelbuild/buildtools v0.0.0-20240918101019-be1c24cc9a44 /go.mod h1:PLNUetjLa77TCCziPsz0EI8a6CUxgC+1jgmWv0H25tg =
5
5
github.com/bazelbuild/rules_go v0.50.1 h1:/BUvuaB8MEiUA2oLPPCGtuw5V+doAYyiGTFyoSWlkrw =
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ def swift_bazel_go_dependencies():
10
10
name = "com_github_bazelbuild_bazel_gazelle" ,
11
11
build_external = "external" ,
12
12
importpath = "github.com/bazelbuild/bazel-gazelle" ,
13
- sum = "h1:SAYys3KRG5i3KTgQAvO423bLT1rQMSgqEKReMkM/CW0 =" ,
14
- version = "v0.40 .0" ,
13
+ sum = "h1:blh57YCxe3QNFbzRtEuLxaak+f5KYSQynznGnUNDRc4 =" ,
14
+ version = "v0.41 .0" ,
15
15
)
16
16
maybe (
17
17
go_repository ,
@@ -75,8 +75,8 @@ def swift_bazel_go_dependencies():
75
75
name = "com_github_fsnotify_fsnotify" ,
76
76
build_external = "external" ,
77
77
importpath = "github.com/fsnotify/fsnotify" ,
78
- sum = "h1:dAwr6QBTBZIkG8roQaJjGof0pp0EeF+tNV7YBP3F/8M =" ,
79
- version = "v1.8 .0" ,
78
+ sum = "h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA =" ,
79
+ version = "v1.7 .0" ,
80
80
)
81
81
maybe (
82
82
go_repository ,
You can’t perform that action at this time.
0 commit comments