diff options
| author | Christian Cleberg <[email protected]> | 2026-08-07 18:09:31 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-07 18:11:47 -0500 |
| commit | ad54fbcda1ba7f654dc27c06bf22f2628f6c7cf4 (patch) | |
| tree | 55b95be37e9828d7144292968dd04fe395f706de /go.mod | |
| parent | 7acbd87221f6e4594edf3db029520997027a7bed (diff) | |
| download | skunky-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |
