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
@@ -7,7 +7,7 @@ import (
"github.com/stretchr/testify/require"
"git.unbound.se/shiny/presenter"
"gitea.unbound.se/shiny/presenter"
)
func TestCodedError_ErrorIs(t *testing.T) {