Skip to content

Commit

Permalink
Merge branch 'main' into github-renovate/pointfreeco-swift-composable…
Browse files Browse the repository at this point in the history
…-architecture-1.x
  • Loading branch information
mergify[bot] authored Jan 8, 2025
2 parents edccb13 + 7a5cabd commit 443655a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/deckarep/golang-set/v2 v2.7.0
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.10.0
golang.org/x/exp v0.0.0-20250103183323-7d7fa50e5329
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8
golang.org/x/text v0.21.0
gopkg.in/yaml.v3 v3.0.1
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
golang.org/x/exp v0.0.0-20250103183323-7d7fa50e5329 h1:9kj3STMvgqy3YA4VQXBrN7925ICMxD5wzMRcgA30588=
golang.org/x/exp v0.0.0-20250103183323-7d7fa50e5329/go.mod h1:qj5a5QZpwLU2NLQudwIN5koi3beDhSAlJwa67PuM98c=
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 h1:yqrTHse8TCMW1M1ZCP+VAR/l0kKxwaAIqN/il7x4voA=
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8/go.mod h1:tujkw807nyEEAamNbDrEGzRav+ilXA7PCRAd6xsmwiU=
golang.org/x/mod v0.22.0 h1:D4nJWe9zXqHOmWqj4VMOJhvzj7bEZg4wEYa759z1pH4=
golang.org/x/mod v0.22.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY=
golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ=
Expand Down
8 changes: 4 additions & 4 deletions go_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ def swift_bazel_go_dependencies():
name = "org_golang_x_exp",
build_external = "external",
importpath = "golang.org/x/exp",
sum = "h1:9kj3STMvgqy3YA4VQXBrN7925ICMxD5wzMRcgA30588=",
version = "v0.0.0-20250103183323-7d7fa50e5329",
sum = "h1:yqrTHse8TCMW1M1ZCP+VAR/l0kKxwaAIqN/il7x4voA=",
version = "v0.0.0-20250106191152-7588d65b2ba8",
)
maybe(
go_repository,
Expand Down Expand Up @@ -227,8 +227,8 @@ def swift_bazel_go_dependencies():
name = "org_golang_x_tools",
build_external = "external",
importpath = "golang.org/x/tools",
sum = "h1:WuB6qZ4RPCQo5aP3WdKZS7i595EdWqWR8vqJTlwTVK8=",
version = "v0.28.0",
sum = "h1:Xx0h3TtM9rzQpQuR4dKLrdglAmCEN5Oi+P74JdhdzXE=",
version = "v0.29.0",
)
maybe(
go_repository,
Expand Down

0 comments on commit 443655a

Please sign in to comment.