chore: migrate module path to gitea.unbound.se
presenter / test (pull_request) Successful in 2m16s
presenter / vulnerabilities (pull_request) Successful in 3m29s
pre-commit / pre-commit (pull_request) Successful in 6m51s

Update module path from git.unbound.se to gitea.unbound.se for Go module
discovery over HTTPS.
This commit is contained in:
2026-01-09 14:29:49 +01:00
parent 11e134b08f
commit fad40030e1
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ Provides a standardized GraphQL error presenter that handles coded errors across
### Usage
```go
import "git.unbound.se/shiny/presenter"
import "gitea.unbound.se/shiny/presenter"
// Create error presenter with valid codes and entities
errorPresenter := presenter.New(logger, validCodes, validEntities, internalErrorCode)