2025-09-25 22:13:29 +00:00
|
|
|
module github.com/lmika/webtools
|
|
|
|
|
|
2026-03-12 11:52:25 +00:00
|
|
|
go 1.25.0
|
2025-11-19 11:05:58 +00:00
|
|
|
|
2026-03-12 11:52:25 +00:00
|
|
|
require (
|
|
|
|
|
github.com/alecthomas/participle/v2 v2.1.4 // indirect
|
|
|
|
|
golang.org/x/image v0.37.0 // indirect
|
|
|
|
|
)
|