From 7749962c24172c29fd8851afb86e923b5d5f369c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 29 Jun 2024 19:11:56 +0200 Subject: change error package --- internal/config/cspgenerator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/config/cspgenerator.go') diff --git a/internal/config/cspgenerator.go b/internal/config/cspgenerator.go index 40eca01..9974819 100644 --- a/internal/config/cspgenerator.go +++ b/internal/config/cspgenerator.go @@ -9,7 +9,7 @@ import ( "github.com/crewjam/csp" "github.com/fatih/structtag" - "github.com/pkg/errors" + "gitlab.com/tozd/go/errors" ) func GenerateCSP() error { -- cgit 1.4.1