summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-08-07 18:09:31 -0500
committerChristian Cleberg <[email protected]>2026-08-07 18:11:47 -0500
commitad54fbcda1ba7f654dc27c06bf22f2628f6c7cf4 (patch)
tree55b95be37e9828d7144292968dd04fe395f706de /go.mod
parent7acbd87221f6e4594edf3db029520997027a7bed (diff)
downloadskunky-art-ad54fbcda1ba7f654dc27c06bf22f2628f6c7cf4.tar.gz
skunky-art-ad54fbcda1ba7f654dc27c06bf22f2628f6c7cf4.tar.bz2
skunky-art-ad54fbcda1ba7f654dc27c06bf22f2628f6c7cf4.zip
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.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 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
)