This commit is contained in:
lost+skunk 2024-08-01 22:48:05 +03:00
parent 2dfeaae772
commit c5514c3875
23 changed files with 445 additions and 249 deletions

4
go.mod
View file

@ -2,9 +2,7 @@ module skunkyart
go 1.22.3
replace git.macaw.me/skunky/devianter v0.2.0 => /home/skunk/projects/devianter
require (
git.macaw.me/skunky/devianter v0.2.0
git.macaw.me/skunky/devianter v0.2.5
golang.org/x/net v0.27.0
)