This commit is contained in:
alexandrev-tibco
2026-02-01 22:47:26 +01:00
parent 3692e46cf9
commit 6b405419cf
8 changed files with 1057 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
module portfoliojournal.app/ogservice
go 1.22
require (
github.com/fogleman/gg v1.3.0
golang.org/x/image v0.21.0
golang.org/x/text v0.17.0
)