krz/skunky-art

Alternative privacy frontend for DeviantArt.

clone: git clone https://gitbay.org/krz/skunky-art.git

ad54fbcda1ba7f654dc27c06bf22f2628f6c7cf4

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2026-08-07T23:09:31Z

fix(deps): bump devianter to v0.3.4

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 +-
 go.sum | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

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
 )
diff --git a/go.sum b/go.sum
index e25a7ef..14ef521 100644
--- a/go.sum
+++ b/go.sum
@@ -1,4 +1,4 @@
-github.com/krazywarez/devianter v0.3.3 h1:GEORYqc0H3th05r7pYKGTR7v2muH0eYWrNaKGAIwSQ4=
-github.com/krazywarez/devianter v0.3.3/go.mod h1:3su99kASJEhNcJpLMO35Si2qDGTZ3bfKLOK/ymitneM=
+github.com/krazywarez/devianter v0.3.4 h1:byeaLiH1jMi/0HvyqDBwg02p18NPIKl/KbmGEkWSi6c=
+github.com/krazywarez/devianter v0.3.4/go.mod h1:d+0cnLQqQNoiuVCuCMxvox3tLNj3n2vEWv7bqVn+2s8=
 golang.org/x/net v0.57.0 h1:K5+3DljvIuDG9/Jv9rvyMywYNFCQ9RSUY6OOTTkT+tE=
 golang.org/x/net v0.57.0/go.mod h1:KpXc8iv+r3XplLAG/f7Jsf9RPszJzdR0f58q9vGOuEU=