Skip to content

Update dependency io_bazel_rules_go to v0.62.0 - #10

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/io_bazel_rules_go-0.x
Open

Update dependency io_bazel_rules_go to v0.62.0#10
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/io_bazel_rules_go-0.x

Conversation

@renovate

@renovate renovate Bot commented Apr 13, 2024

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
io_bazel_rules_go http_archive minor v0.41.0v0.62.0

Release Notes

bazelbuild/rules_go (io_bazel_rules_go)

v0.62.0

Compare Source

Author: zbarsky-bot

MODULE.bazel code

bazel_dep(name = "rules_go", version = "0.62.0")

go_sdk = use_extension("@​rules_go//go:extensions.bzl", "go_sdk")
go_sdk.from_file(go_mod = "//:go.mod")

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "0b805c94fb3730dc23df32925ed477b3f4ed37b56075dcac6f218c3ea7b4ab42",
    urls = [
        "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.62.0/rules_go-v0.62.0.zip",
        "https://github.com/bazel-contrib/rules_go/releases/download/v0.62.0/rules_go-v0.62.0.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.26.5")

# Create the host platform repository transitively required by rules_go.
load("@​bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
load("@​platforms//host:extension.bzl", "host_platform_repo")

maybe(
    host_platform_repo,
    name = "host_platform",
)

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_go@v0.61.1...v0.62.0

v0.61.1

Compare Source

MODULE.bazel code

bazel_dep(name = "rules_go", version = "0.61.1")

go_sdk = use_extension("@​rules_go//go:extensions.bzl", "go_sdk")
go_sdk.from_file(go_mod = "//:go.mod")

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "763f4a3f6b03469fdb00a77a333dd0b5546d3ee1fa29db373128c08fee73e0e8",
    urls = [
        "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.61.1/rules_go-v0.61.1.zip",
        "https://github.com/bazel-contrib/rules_go/releases/download/v0.61.1/rules_go-v0.61.1.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.26.4")

# Create the host platform repository transitively required by rules_go.
load("@​bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
load("@​platforms//host:extension.bzl", "host_platform_repo")

maybe(
    host_platform_repo,
    name = "host_platform",
)

What's Changed

Full Changelog: bazel-contrib/rules_go@v0.61.0...v0.61.1

v0.61.0

Compare Source

MODULE.bazel code

bazel_dep(name = "rules_go", version = "0.61.0")

go_sdk = use_extension("@​rules_go//go:extensions.bzl", "go_sdk")
go_sdk.from_file(go_mod = "//:go.mod")

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "5f05dbf4a8cfcf91f99139ad0ff2bedb7bc4fcf1b503ebf6fe8dfe7894efd117",
    urls = [
        "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.61.0/rules_go-v0.61.0.zip",
        "https://github.com/bazel-contrib/rules_go/releases/download/v0.61.0/rules_go-v0.61.0.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.26.3")

# Create the host platform repository transitively required by rules_go.
load("@​bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
load("@​platforms//host:extension.bzl", "host_platform_repo")

maybe(
    host_platform_repo,
    name = "host_platform",
)

What's Changed

Full Changelog: bazel-contrib/rules_go@v0.60.0...v0.61.0

New Contributors

v0.60.0

Compare Source

MODULE.bazel code

bazel_dep(name = "rules_go", version = "0.60.0")

go_sdk = use_extension("@​rules_go//go:extensions.bzl", "go_sdk")
go_sdk.from_file(go_mod = "//:go.mod")

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "86d3dc8f59d253524f933aaf2f3c05896cb0b605fc35b460c0b4b039996124c6",
    urls = [
        "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.60.0/rules_go-v0.60.0.zip",
        "https://github.com/bazel-contrib/rules_go/releases/download/v0.60.0/rules_go-v0.60.0.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.25.7")

# Create the host platform repository transitively required by rules_go.
load("@​bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
load("@​platforms//host:extension.bzl", "host_platform_repo")

maybe(
    host_platform_repo,
    name = "host_platform",
)

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_go@v0.59.0...v0.60.0

v0.59.0

Compare Source

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "68af54cb97fbdee5e5e8fe8d210d15a518f9d62abfd71620c3eaff3b26a5ff86",
    urls = [
        "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.59.0/rules_go-v0.59.0.zip",
        "https://github.com/bazel-contrib/rules_go/releases/download/v0.59.0/rules_go-v0.59.0.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.25.4")

# Create the host platform repository transitively required by rules_go.
load("@​bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
load("@​platforms//host:extension.bzl", "host_platform_repo")

maybe(
	host_platform_repo,
	name = "host_platform",
)

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_go@v0.58.3...v0.59.0

v0.58.3

Compare Source

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "82f0af253fc61c7f06b005c67c079573776111185b7c3742563f751178aaa4c0",
    urls = [
        "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.58.3/rules_go-v0.58.3.zip",
        "https://github.com/bazel-contrib/rules_go/releases/download/v0.58.3/rules_go-v0.58.3.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.25.3")

# Create the host platform repository transitively required by rules_go.
load("@​bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
load("@​platforms//host:extension.bzl", "host_platform_repo")

maybe(
	host_platform_repo,
	name = "host_platform",
)

What's Changed

Full Changelog: bazel-contrib/rules_go@v0.58.2...v0.58.3

v0.58.2

Compare Source

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "54bbb67a4196170cc60ef3b52a2747ad1759cba4764b4c4752b744080ad99947",
    urls = [
        "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.58.2/rules_go-v0.58.2.zip",
        "https://github.com/bazel-contrib/rules_go/releases/download/v0.58.2/rules_go-v0.58.2.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.25.3")

# Create the host platform repository transitively required by rules_go.
load("@​bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
load("@​platforms//host:extension.bzl", "host_platform_repo")

maybe(
	host_platform_repo,
	name = "host_platform",
)

What's Changed

Full Changelog: bazel-contrib/rules_go@v0.58.0...v0.58.2

v0.58.1

Compare Source

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "bc1f6c81e75b1785a7d7d71ae99a8e8de7360f05cd755ba2e975c937469bfa39",
    urls = [
        "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.58.1/rules_go-v0.58.1.zip",
        "https://github.com/bazel-contrib/rules_go/releases/download/v0.58.1/rules_go-v0.58.1.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.25.3")

# Create the host platform repository transitively required by rules_go.
load("@​bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
load("@​platforms//host:extension.bzl", "host_platform_repo")

maybe(
	host_platform_repo,
	name = "host_platform",
)

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_go@v0.57.0...v0.58.1

v0.58.0

Compare Source

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "bc1f6c81e75b1785a7d7d71ae99a8e8de7360f05cd755ba2e975c937469bfa39",
    urls = [
        "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.58.0/rules_go-v0.58.0.zip",
        "https://github.com/bazel-contrib/rules_go/releases/download/v0.58.0/rules_go-v0.58.0.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.25.3")

# Create the host platform repository transitively required by rules_go.
load("@​bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
load("@​platforms//host:extension.bzl", "host_platform_repo")

maybe(
	host_platform_repo,
	name = "host_platform",
)

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_go@v0.57.0...v0.58.0

v0.57.0

Compare Source

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "a729c8ed2447c90fe140077689079ca0acfb7580ec41637f312d650ce9d93d96",
    urls = [
        "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.57.0/rules_go-v0.57.0.zip",
        "https://github.com/bazel-contrib/rules_go/releases/download/v0.57.0/rules_go-v0.57.0.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.25.0")

# Create the host platform repository transitively required by rules_go.
load("@​bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
load("@​platforms//host:extension.bzl", "host_platform_repo")

maybe(
	host_platform_repo,
	name = "host_platform",
)

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_go@v0.56.1...v0.57.0

v0.56.1

Compare Source

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "89d2050410602142c9acafd01c95baf48b65f8dd16f4771d37c89f82f5e147f2",
    urls = [
        "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.56.1/rules_go-v0.56.1.zip",
        "https://github.com/bazel-contrib/rules_go/releases/download/v0.56.1/rules_go-v0.56.1.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.24.5")

# Create the host platform repository transitively required by rules_go.
load("@​bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
load("@​platforms//host:extension.bzl", "host_platform_repo")

maybe(
	host_platform_repo,
	name = "host_platform",
)

What's Changed

Full Changelog: bazel-contrib/rules_go@v0.56.0...v0.56.1

v0.56.0

Compare Source

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "94643c4ce02f3b62f3be7d13d527a5c780a568073b7562606e78399929005f98",
    urls = [
        "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.56.0/rules_go-v0.56.0.zip",
        "https://github.com/bazel-contrib/rules_go/releases/download/v0.56.0/rules_go-v0.56.0.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.24.5")

# Create the host platform repository transitively required by rules_go.
load("@​bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
load("@​platforms//host:extension.bzl", "host_platform_repo")

maybe(
	host_platform_repo,
	name = "host_platform",
)

What's Changed

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/io_bazel_rules_go-0.x branch from 6c5584b to f78074a Compare April 23, 2024 23:53
@renovate renovate Bot changed the title Update dependency io_bazel_rules_go to v0.46.0 Update dependency io_bazel_rules_go to v0.47.0 Apr 23, 2024
@renovate
renovate Bot force-pushed the renovate/io_bazel_rules_go-0.x branch from f78074a to 5f6b491 Compare May 8, 2024 02:29
@renovate renovate Bot changed the title Update dependency io_bazel_rules_go to v0.47.0 Update dependency io_bazel_rules_go to v0.47.1 May 8, 2024
@renovate
renovate Bot force-pushed the renovate/io_bazel_rules_go-0.x branch from 5f6b491 to a7ddfd3 Compare May 22, 2024 23:52
@renovate renovate Bot changed the title Update dependency io_bazel_rules_go to v0.47.1 Update dependency io_bazel_rules_go to v0.48.0 May 22, 2024
@renovate
renovate Bot force-pushed the renovate/io_bazel_rules_go-0.x branch from a7ddfd3 to 43a47ee Compare June 20, 2024 17:40
@renovate renovate Bot changed the title Update dependency io_bazel_rules_go to v0.48.0 Update dependency io_bazel_rules_go to v0.48.1 Jun 20, 2024
@renovate
renovate Bot force-pushed the renovate/io_bazel_rules_go-0.x branch from 43a47ee to ae70ac6 Compare July 13, 2024 08:48
@renovate renovate Bot changed the title Update dependency io_bazel_rules_go to v0.48.1 Update dependency io_bazel_rules_go to v0.49.0 Jul 13, 2024
@renovate
renovate Bot force-pushed the renovate/io_bazel_rules_go-0.x branch from ae70ac6 to e6305c6 Compare August 31, 2024 05:42
@renovate renovate Bot changed the title Update dependency io_bazel_rules_go to v0.49.0 Update dependency io_bazel_rules_go to v0.50.0 Aug 31, 2024
@renovate
renovate Bot force-pushed the renovate/io_bazel_rules_go-0.x branch from e6305c6 to 6dffe4f Compare September 6, 2024 08:41
@renovate renovate Bot changed the title Update dependency io_bazel_rules_go to v0.50.0 Update dependency io_bazel_rules_go to v0.50.1 Sep 6, 2024
@renovate
renovate Bot force-pushed the renovate/io_bazel_rules_go-0.x branch from 6dffe4f to 83b68bb Compare December 16, 2024 04:28
@renovate renovate Bot changed the title Update dependency io_bazel_rules_go to v0.50.1 Update dependency io_bazel_rules_go to v0.51.0 Dec 16, 2024
@renovate
renovate Bot force-pushed the renovate/io_bazel_rules_go-0.x branch from 83b68bb to 09820cc Compare January 15, 2025 23:26
@renovate renovate Bot changed the title Update dependency io_bazel_rules_go to v0.51.0 Update dependency io_bazel_rules_go to v0.52.0 Jan 15, 2025
@renovate
renovate Bot force-pushed the renovate/io_bazel_rules_go-0.x branch from 09820cc to 8366d96 Compare February 12, 2025 03:58
@renovate renovate Bot changed the title Update dependency io_bazel_rules_go to v0.52.0 Update dependency io_bazel_rules_go to v0.53.0 Feb 12, 2025
@renovate
renovate Bot force-pushed the renovate/io_bazel_rules_go-0.x branch from 8366d96 to 5076660 Compare April 18, 2025 03:58
@renovate renovate Bot changed the title Update dependency io_bazel_rules_go to v0.53.0 Update dependency io_bazel_rules_go to v0.54.0 Apr 18, 2025
@renovate
renovate Bot force-pushed the renovate/io_bazel_rules_go-0.x branch from 5076660 to 8d94fae Compare May 24, 2025 11:33
@renovate renovate Bot changed the title Update dependency io_bazel_rules_go to v0.54.0 Update dependency io_bazel_rules_go to v0.54.1 May 24, 2025
@renovate
renovate Bot force-pushed the renovate/io_bazel_rules_go-0.x branch from 8d94fae to f570fbc Compare June 6, 2025 12:52
@renovate renovate Bot changed the title Update dependency io_bazel_rules_go to v0.54.1 Update dependency io_bazel_rules_go to v0.55.0 Jun 6, 2025
@renovate
renovate Bot force-pushed the renovate/io_bazel_rules_go-0.x branch from f570fbc to 18d1c41 Compare June 15, 2025 00:08
@renovate renovate Bot changed the title Update dependency io_bazel_rules_go to v0.55.0 Update dependency io_bazel_rules_go to v0.55.1 Jun 15, 2025
@renovate
renovate Bot force-pushed the renovate/io_bazel_rules_go-0.x branch from 18d1c41 to 1ea5d55 Compare August 4, 2025 20:18
@renovate renovate Bot changed the title Update dependency io_bazel_rules_go to v0.55.1 Update dependency io_bazel_rules_go to v0.56.0 Aug 4, 2025
@renovate
renovate Bot force-pushed the renovate/io_bazel_rules_go-0.x branch from 1ea5d55 to dd8e74f Compare August 5, 2025 15:04
@renovate renovate Bot changed the title Update dependency io_bazel_rules_go to v0.56.0 Update dependency io_bazel_rules_go to v0.56.1 Aug 5, 2025
@renovate
renovate Bot force-pushed the renovate/io_bazel_rules_go-0.x branch from dd8e74f to d122ad5 Compare August 24, 2025 00:15
@renovate renovate Bot changed the title Update dependency io_bazel_rules_go to v0.56.1 Update dependency io_bazel_rules_go to v0.57.0 Aug 24, 2025
@renovate
renovate Bot force-pushed the renovate/io_bazel_rules_go-0.x branch from d122ad5 to 212640c Compare October 26, 2025 04:00
@renovate renovate Bot changed the title Update dependency io_bazel_rules_go to v0.57.0 Update dependency io_bazel_rules_go to v0.58.2 Oct 26, 2025
@renovate
renovate Bot force-pushed the renovate/io_bazel_rules_go-0.x branch from 212640c to 9371788 Compare November 1, 2025 23:35
@renovate renovate Bot changed the title Update dependency io_bazel_rules_go to v0.58.2 Update dependency io_bazel_rules_go to v0.58.3 Nov 1, 2025
@renovate
renovate Bot force-pushed the renovate/io_bazel_rules_go-0.x branch from 9371788 to 4f09efd Compare November 9, 2025 08:14
@renovate renovate Bot changed the title Update dependency io_bazel_rules_go to v0.58.3 Update dependency io_bazel_rules_go to v0.59.0 Nov 9, 2025
@renovate
renovate Bot force-pushed the renovate/io_bazel_rules_go-0.x branch from 4f09efd to a2b49be Compare February 10, 2026 07:06
@renovate renovate Bot changed the title Update dependency io_bazel_rules_go to v0.59.0 Update dependency io_bazel_rules_go to v0.60.0 Feb 10, 2026
@renovate
renovate Bot force-pushed the renovate/io_bazel_rules_go-0.x branch from a2b49be to f43b59b Compare June 4, 2026 03:46
@renovate renovate Bot changed the title Update dependency io_bazel_rules_go to v0.60.0 Update dependency io_bazel_rules_go to v0.61.0 Jun 4, 2026
@codereviewbot-ai-staging

codereviewbot-ai-staging Bot commented Jun 4, 2026

Copy link
Copy Markdown

🤖 Review complete!

@renovate
renovate Bot force-pushed the renovate/io_bazel_rules_go-0.x branch from f43b59b to 42bb680 Compare June 6, 2026 15:48
@renovate renovate Bot changed the title Update dependency io_bazel_rules_go to v0.61.0 Update dependency io_bazel_rules_go to v0.61.1 Jun 6, 2026
@codereviewbot-ai-staging

codereviewbot-ai-staging Bot commented Jun 6, 2026

Copy link
Copy Markdown

🤖 Review complete!

@renovate
renovate Bot force-pushed the renovate/io_bazel_rules_go-0.x branch from 42bb680 to a1a4033 Compare July 25, 2026 08:16
@renovate renovate Bot changed the title Update dependency io_bazel_rules_go to v0.61.1 Update dependency io_bazel_rules_go to v0.62.0 Jul 25, 2026
@codereviewbot-ai

Copy link
Copy Markdown

🤖 Review skipped: reviews for bot-created pull requests are not allowed on free accounts. Upgrade to a paid plan to enable bot reviews.

1 similar comment
@codereviewbot-ai-staging

Copy link
Copy Markdown

🤖 Review skipped: reviews for bot-created pull requests are not allowed on free accounts. Upgrade to a paid plan to enable bot reviews.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants