From 99799990c0fad445bb656057fa1f8508f5bb2251 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Duffeck?= Date: Wed, 11 Oct 2023 13:23:50 +0200 Subject: [PATCH] Add comment about the source of the go-cs3apis build --- go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/go.mod b/go.mod index 27896d6e0..ef3531cf5 100644 --- a/go.mod +++ b/go.mod @@ -341,4 +341,5 @@ require ( sigs.k8s.io/yaml v1.3.0 // indirect ) +// the replacement build is based on https://github.com/aduffeck/cs3apis/tree/master replace github.com/cs3org/go-cs3apis => github.com/aduffeck/go-cs3apis v0.0.0-20231009082215-ad45e19edac0