replace tozd/errors with Southclaws/fault
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M cmd/build/main.go → cmd/build/main.go
@@ -2,6 +2,7 @@ package main import ( "database/sql" + "errors" "fmt" "os" "path/filepath"@@ -16,7 +17,6 @@ "go.alanpearce.eu/homestead/internal/vcs" "go.alanpearce.eu/x/log" "github.com/ardanlabs/conf/v3" - "gitlab.com/tozd/go/errors" ) const branch = "main"