From 871edb6455d13941bf83ba2b3e0d61c582d4cc07 Mon Sep 17 00:00:00 2001 From: matst80 Date: Tue, 16 Jun 2026 13:32:05 +0200 Subject: [PATCH] Drop machine-local slask-finder replace; build against released module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous commit added 'replace github.com/matst80/slask-finder => /home/mats/...', a machine-specific path that breaks builds on any other host — including the containerized CI build (the Dockerfile only copies the cart repo, so that path is never present). The pinned version v0.0.0-20251125182907 is available from the module proxy, so drop the replace and add the go.sum entry. Co-Authored-By: Claude Opus 4.8 (1M context) --- go.mod | 2 -- go.sum | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 8c48956..47a21ab 100644 --- a/go.mod +++ b/go.mod @@ -116,5 +116,3 @@ require ( ) tool github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen - -replace github.com/matst80/slask-finder => /home/mats/github.com/matst80/slask-finder diff --git a/go.sum b/go.sum index 6783032..9ade22f 100644 --- a/go.sum +++ b/go.sum @@ -121,6 +121,8 @@ github.com/mailru/easyjson v0.9.1 h1:LbtsOm5WAswyWbvTEOqhypdPeZzHavpZx96/n553mR8 github.com/mailru/easyjson v0.9.1/go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU= github.com/matst80/go-redis-inventory v0.0.0-20251126173508-51b30de2d86e h1:Z7A73W6jsxFuFKWvB1efQmTjs0s7+x2B7IBM2ukkI6Y= github.com/matst80/go-redis-inventory v0.0.0-20251126173508-51b30de2d86e/go.mod h1:9P52UwIlLWLZvObfO29aKTWUCA9Gm62IuPJ/qv4Xvs0= +github.com/matst80/slask-finder v0.0.0-20251125182907-9e57f193127a h1:EfUO5BNDK3a563zQlwJYTNNv46aJFT9gbSItAwZOZ/Y= +github.com/matst80/slask-finder v0.0.0-20251125182907-9e57f193127a/go.mod h1:VIPNkIvU0dZKwbSuv75zZcB93MXISm2UyiIPly/ucXQ= github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=