This repository has been archived on 2024-07-28. You can view files and clone it, but cannot push or open issues or pull requests.
ppppcg/go.mod
2023-12-03 12:28:55 +01:00

9 lines
127 B
Modula-2

module d1/ppppcg
go 1.21.1
require (
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b
gopkg.in/yaml.v2 v2.4.0
)