2024-06-13 20:56:03 +00:00
|
|
|
module skunkyart
|
|
|
|
|
2024-09-02 08:16:54 +00:00
|
|
|
go 1.18
|
2024-06-13 20:56:03 +00:00
|
|
|
|
2024-09-03 12:36:19 +00:00
|
|
|
replace git.macaw.me/skunky/devianter v0.2.5 => /home/skunk/projects/devianter
|
2024-07-08 16:01:53 +00:00
|
|
|
require (
|
2024-08-01 19:48:05 +00:00
|
|
|
git.macaw.me/skunky/devianter v0.2.5
|
2024-07-08 16:01:53 +00:00
|
|
|
golang.org/x/net v0.27.0
|
|
|
|
)
|