docs: correct dependency overview
Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
551a964fdb
commit
2708eef359
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue