From 2708eef3596f69feb2ada2cc095ed3e663512317 Mon Sep 17 00:00:00 2001 From: Virgil Date: Mon, 30 Mar 2026 00:03:05 +0000 Subject: [PATCH] docs: correct dependency overview Co-Authored-By: Virgil --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 18e5d58..d2f6ae3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -142,7 +142,7 @@ Services that embed `Resource[T, C, U]` inherit `List`, `ListAll`, `Iter`, `Get` ## Dependencies -This module has **zero external dependencies**. It relies solely on the Go standard library (`net/http`, `encoding/json`, `context`, `iter`, etc.) and requires Go 1.26 or later. +This module has a small dependency set: `dappco.re/go/core` and `github.com/goccy/go-json`, plus the Go standard library (`net/http`, `context`, `iter`, etc.) where appropriate. ``` module dappco.re/go/core/forge