From f7f9a4ce8a8fea832ab176673838a613787f0ea8 Mon Sep 17 00:00:00 2001 From: Joonas Bergius Date: Thu, 2 Jan 2025 10:28:50 -0600 Subject: [PATCH] chore: Add note about the move to consolidated Go repository Signed-off-by: Joonas Bergius --- .github/dependabot.yml | 16 ---------------- README.md | 3 +++ 2 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 90f18e7..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,16 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "gomod" - directory: "/" - schedule: - interval: "weekly" - day: "monday" - time: "09:00" - timezone: "America/New_York" - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - day: "monday" - time: "09:00" - timezone: "America/New_York" \ No newline at end of file diff --git a/README.md b/README.md index d0c97b1..71aa94f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Go Component SDK +> [!IMPORTANT] +> We have consolidated all of the wasmCloud Go SDKs and tooling under [github.com/wasmCloud/go](https://github.com/wasmCloud/go) where the future work and improvements will be done. + [![Go Reference](https://pkg.go.dev/badge/go.wasmcloud.dev/component.svg)](https://pkg.go.dev/go.wasmcloud.dev/component) The Go Component SDK provides a set of packages to simplify the development of WebAssembly components targeting the [wasmCloud](https://wasmcloud.com) host runtime.