From ad54fbcda1ba7f654dc27c06bf22f2628f6c7cf4 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Fri, 7 Aug 2026 18:09:31 -0500 Subject: fix(deps): bump devianter to v0.3.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v0.3.3 was tagged before the zerolabsco->krazywarez rename landed in its go.mod, so it declares module github.com/zerolabsco/devianter and cannot be imported under the krazywarez path — the build fails to resolve. v0.3.4 is cut from main with the corrected module path and no code changes. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 4104eef..4d3c1f6 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module skunkyart go 1.25.0 require ( - github.com/krazywarez/devianter v0.3.3 + github.com/krazywarez/devianter v0.3.4 golang.org/x/net v0.57.0 ) -- cgit v1.2.3