Migrated to ahall version wrappederror

This commit is contained in:
Magnus Åhall 2026-04-11 09:17:54 +02:00
parent 20ce6065c8
commit 606e8cf843
3 changed files with 4 additions and 4 deletions

2
go.mod
View file

@ -2,4 +2,4 @@ module git.ahall.se/go/html_template
go 1.24.2
require git.gibonuddevalla.se/go/wrappederror v0.3.5
require git.ahall.se/go/wrappederror v1.0.0

4
go.sum
View file

@ -1,2 +1,2 @@
git.gibonuddevalla.se/go/wrappederror v0.3.5 h1:/EzrdXETlZfNpS6TcK1Ix6BaV+Fl7qcGoxUM0GkrIN8=
git.gibonuddevalla.se/go/wrappederror v0.3.5/go.mod h1:j4w320Hk1wvhOPjUaK4GgLvmtnjUUM5yVu6JFO1OCSc=
git.ahall.se/go/wrappederror v1.0.0 h1:TxiAUTZUnmkVpaPKQjhTGSFsvc0qLkULsIj4Rwh4UsY=
git.ahall.se/go/wrappederror v1.0.0/go.mod h1:trMBDaw5SdUrsZu3MCh1q+INsrmB4T9L+3DuV7JM+c8=

2
pkg.go
View file

@ -2,7 +2,7 @@ package HTMLTemplate
import (
// External
werr "git.gibonuddevalla.se/go/wrappederror"
werr "git.ahall.se/go/wrappederror"
// Standard
"fmt"