mirror of
https://git.macaw.me/skunky/SkunkyArt.git
synced 2025-04-03 21:17:35 +03:00
10 lines
185 B
Modula-2
10 lines
185 B
Modula-2
module skunkyart
|
|
|
|
go 1.22.3
|
|
|
|
replace git.macaw.me/skunky/devianter v0.1.0 => /home/skunk/projects/devianter
|
|
|
|
require (
|
|
git.macaw.me/skunky/devianter v0.1.0
|
|
golang.org/x/net v0.27.0
|
|
)
|